svn commit: r500970 - in head/sysutils: zol zol-kmod

Mathieu Arnold mat at FreeBSD.org
Wed May 8 08:08:56 UTC 2019


On Tue, May 07, 2019 at 04:20:58PM +0000, Kris Moore wrote:
>  
> -USES=		autoreconf:build libtool gmake gettext-runtime:run
> +USES+=		autoreconf:build libtool gmake gettext-runtime:run python:3.3+,build shebangfix
>  
> +.if ${PORT_OPTIONS:MPYTHON}
> +CONFIGURE_ARGS+=	--with-python=${PYTHON_VER}
> +BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
> +RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
> +PLIST_SUB+=     PYTHON=""
> +.else
> +CONFIGURE_ARGS+=	--without-python --disable-pyzfs
> +PLIST_SUB+=     PYTHON="@comment "
> +.endif
> +

Looks like that when the PYTHON option is selected, this is missing a
runtime dependency on Python.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190508/6c03ed57/attachment.sig>


More information about the svn-ports-head mailing list