svn commit: r436690 - in head/lang: . cython cython3

Jan Beich jbeich at freebsd.org
Wed Mar 22 19:37:49 UTC 2017


Marcelo Araujo <araujo at FreeBSD.org> writes:

> Author: araujo
> Date: Wed Mar 22 11:51:10 2017
> New Revision: 436690
> URL: https://svnweb.freebsd.org/changeset/ports/436690
>
> Log:
>   Create a python3 version of lang/cython.
[...]
> -USES=		python
> +USES?=		python
[...]
> +USES=		python:3.3+

This is not enough to make both ports co-exist, see
https://reviews.freebsd.org/D5845

$ make install
===>   Registering installation for cython3-0.25.2
Installing cython3-0.25.2...
pkg-static: cython3-0.25.2 conflicts with cython-0.25.2 (installs files into the same place).  Problematic file: /usr/local/bin/cygdb
*** Error code 70


More information about the svn-ports-head mailing list