Date: Mon, 31 Oct 2016 20:00:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212273] Mk/Uses/python.mk: [PATCH] PYTHON_VERSION improperly propagated through DEPENDS_ARGS Message-ID: <bug-212273-13-7HAYP2Dnfx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212273-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212273-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212273 --- Comment #3 from Bryan Drewery <bdrewery@FreeBSD.org> --- It also seems OK already... ~/svn/ports/devel/py-bison # make -V DEPENDS_ARGS PYTHON_VERSION=3Dpython2.7 ~/svn/ports/devel/py3-babel # make -V DEPENDS_ARGS PYTHON_VERSION=3Dpython3.5 Note: PYTHON_VERSION - The chosen Python interpreter including the versio= n, e.g. python2.7, python3.3, etc. This allows the us= er to override the currently chosen default version a= nd 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212273-13-7HAYP2Dnfx>