svn commit: r456218 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Thu Dec 14 16:18:55 UTC 2017


Le 13/12/2017 à 17:11, Antoine Brodin a écrit :
> Author: antoine
> Date: Wed Dec 13 16:11:55 2017
> New Revision: 456218
> URL: https://svnweb.freebsd.org/changeset/ports/456218
>
> Log:
>   Make py3gobject3 and pygobject3 synonyms
>   
>   The requested version of python can be set via USES=python:version
>   This change allows to build most ports depending on devel/py-gobject3
>   with DEFAULT_VERSIONS=python=3.x
>   In the future, one of py3gobject3 or pygobject3 could be deprecated.

Mmm, I left it that way because the _DETECT file is different, but now,
its only use is a defined() one, so the py3gobject3 should go, yes.

> Modified:
>   head/Mk/Uses/gnome.mk
>
> Modified: head/Mk/Uses/gnome.mk
> ==============================================================================
> --- head/Mk/Uses/gnome.mk	Wed Dec 13 16:05:48 2017	(r456217)
> +++ head/Mk/Uses/gnome.mk	Wed Dec 13 16:11:55 2017	(r456218)
> @@ -390,13 +390,13 @@ pygobject_USE_GNOME_IMPL=	glib20
>  
>  # Have to keep two components because the _DETECT file is not the same.
>  py3gobject3_DETECT=		${LOCALBASE}/share/py3gobject3/.keep
> -py3gobject3_BUILD_DEPENDS=	py3?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> -py3gobject3_RUN_DEPENDS=	py3?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> +py3gobject3_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> +py3gobject3_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
>  py3gobject3_USE_GNOME_IMPL=	glib20
>  
>  pygobject3_DETECT=		${LOCALBASE}/share/pygobject3/.keep
> -pygobject3_BUILD_DEPENDS=	py2?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> -pygobject3_RUN_DEPENDS=		py2?-gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> +pygobject3_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
> +pygobject3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
>  pygobject3_USE_GNOME_IMPL=	glib20
>  
>  pygtk2_DETECT=		${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20171214/2796a937/attachment.sig>


More information about the svn-ports-head mailing list