svn commit: r436848 - in head/lang: cython cython3

Mathieu Arnold mat at FreeBSD.org
Fri Mar 24 18:35:33 UTC 2017


Le 24/03/2017 à 19:30, Marcelo Araujo a écrit :
> Author: araujo
> Date: Fri Mar 24 18:30:47 2017
> New Revision: 436848
> URL: https://svnweb.freebsd.org/changeset/ports/436848
>
> Log:
>   Make cython and cython3 co-exist.
>   
>   Reported by:	jbeich@
>   Differential Revision:	https://reviews.freebsd.org/D5845 (based on)
>
> Modified:
>   head/lang/cython/Makefile
>   head/lang/cython3/Makefile
>
> Modified: head/lang/cython/Makefile
> ==============================================================================
> --- head/lang/cython/Makefile	Fri Mar 24 17:50:57 2017	(r436847)
> +++ head/lang/cython/Makefile	Fri Mar 24 18:30:47 2017	(r436848)
> @@ -15,7 +15,7 @@ LICENSE=	APACHE20
>  LICENSE_FILE=	${WRKSRC}/LICENSE.txt
>  
>  USES?=		python
> -USE_PYTHON=	autoplist distutils
> +USE_PYTHON+=	autoplist distutils
>  
>  post-install:
>  	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
>
> Modified: head/lang/cython3/Makefile
> ==============================================================================
> --- head/lang/cython3/Makefile	Fri Mar 24 17:50:57 2017	(r436847)
> +++ head/lang/cython3/Makefile	Fri Mar 24 18:30:47 2017	(r436848)
> @@ -1,6 +1,10 @@
>  MASTERDIR=	${.CURDIR}/../cython
>  PKGNAMESUFFIX=	3
>  
> +PKGNAMESUFFIX=	3

It looks like you are stuttering a bit :-)

-- 
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-all/attachments/20170324/8791e91d/attachment.sig>


More information about the svn-ports-all mailing list