Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
Re: net/dino: update to version 0.5.0
To:
Klemens Nanni <kn@openbsd.org>
Cc:
ports@openbsd.org
Date:
Sun, 13 Apr 2025 13:27:09 +0200

Download raw body.

Thread
On Sun, 13 Apr 2025 13:19:28 +0200,
Klemens Nanni <kn@openbsd.org> wrote:
> 
> 13.04.2025 11:09, Kirill A. Korinsky пишет:
> > -MODULES=	devel/cmake
> > +MODULES=	devel/meson
> >  BUILD_DEPENDS=	devel/gettext,-tools \
> > +		lang/python/3 \
> 
> meson already implies python and if you really need it extra,
> I think this is more suitable:
> 
> 	MODULES =		devel/meson \
> 				lang/python
> 	MODPY_RUN_DEPENDS =	No
> 

Yes, I need some pythong to get a version:
https://github.com/dino/dino/blob/v0.5.0/libdino/meson.build#L2-L8

I not sure that adding it into MODULES is cleaner / simpler that just build
deps.

-- 
wbr, Kirill