[Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 1 15:37:15 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519
--- Comment #26 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Sat Oct 1 15:36:15 UTC 2016
New revision: 423072
URL: https://svnweb.freebsd.org/changeset/ports/423072
Log:
graphics/py-opencv: drop python3 vestige after r422698
PYTHON_REL is defined in bsd.port.pre.mk, so this unlikely to ever have
worked unless defined via make.conf. Note, USES=python only supports
overriding PYTHON_VERSION apart from DEFAULT_VERSIONS=python*.
$ make -V PYTHON_VERSION PYTHON_REL=3500
python2.7
$ PYTHON_REL=3500 make -V PYTHON_REL
2712
$ make -V PYTHON_REL PYTHON_VERSION=python3.5
3502
PR: 204519 (for tracking)
Changes:
head/graphics/opencv/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list