Date: Wed, 10 Jan 2018 22:08:50 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 225052] lang/python: Fix PORTVERSION of this metaport Message-ID: <bug-225052-21822-q7qRh5lAxO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225052-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-225052-21822@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=3D225052 --- Comment #2 from Kyle Evans <kevans@freebsd.org> --- (In reply to Antoine Brodin from comment #1) I guess the problem with my environment is that I'm transitioning it from Python 2 to Python 3. Adding python=3D3.6 to DEFAULT_VERSIONS after you alr= eady have lang/python installed is apparently going to do bad things: https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?view=3Dmarkup#l320 This will return 2, since I had lang/python installed at the time. I guess = it needs to go the other way so that my system doesn't build lang/python as python2, because I think that's what it intends to do: kevans91@gemini:~/dev/ports/lang/python$ make -V RUN_DEPENDS python2:lang/python2 /usr/local/bin/python2.7:lang/python27 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225052-21822-q7qRh5lAxO>