svn commit: r436848 - in head/lang: cython cython3
Marcelo Araujo
araujobsdport at gmail.com
Fri Mar 24 19:05:30 UTC 2017
2017-03-25 2:35 GMT+08:00 Mathieu Arnold <mat at freebsd.org>:
> 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 :-)
>
Sorry? Stuttering about what?
> --
> Mathieu Arnold
>
>
>
--
--
Marcelo Araujo (__)araujo at FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/> \/ \ ^
Power To Server. .\. /_)
More information about the svn-ports-head
mailing list