Date: Sun, 19 Jun 2016 16:32:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209551] Python bits ignore DEFAULT_VERSIONS Message-ID: <bug-209551-13-tSlZqaeTuT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209551-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209551-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=3D209551 --- Comment #10 from David Naylor <dbn@FreeBSD.org> --- (In reply to Kubilay Kocak from comment #5) If I understand this PR correctly (in the context of bug #209204) the issue= is that given the Ports Framework's DEFAULT_VERSIONS the behavior for Python is NOT consistent with user expectations.=20=20 Namely, users expect DEFAULT_VERSIONS=3Dpython=3Dx to behave the same as PYTHON_VERSION=3Dx, however this is not the case.=20=20 (As an aside, it does not appear that PYTHON_VERSION is documented outside = of Mk/Uses/python.mk.) To elaborate, I believe the expected behavior is: 1) if no ports are installed then DEFAULT_VERSIONS behaves the same as PYTHON_DEFAULT_VERSION (this, it does). 2) if python is already installed then DEFAULT_VERSIONS behaves the same as PYTHON_VERSION (this, it does NOT).=20=20 Both patches achieve this goal. --=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-209551-13-tSlZqaeTuT>