[Bug 212273] Mk/Uses/python.mk: [PATCH] PYTHON_VERSION improperly propagated through DEPENDS_ARGS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 31 20:00:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212273

--- Comment #3 from Bryan Drewery <bdrewery at FreeBSD.org> ---
It also seems OK already...
~/svn/ports/devel/py-bison # make -V DEPENDS_ARGS
PYTHON_VERSION=python2.7
~/svn/ports/devel/py3-babel # make -V DEPENDS_ARGS
PYTHON_VERSION=python3.5

Note:

 PYTHON_VERSION        - The chosen Python interpreter including the version,
                         e.g. python2.7, python3.3, etc. This allows the user
                         to override the currently chosen default version and
                         to install the port for a specific Python version.
                         It must not be set by a port.

PYTHON_VERSION is supposed to already include 'python', so the change is not
correct.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list