[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
Sun Oct 2 17:52:30 UTC 2016


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

--- Comment #27 from Ruslan Makhmatkhanov <rm at FreeBSD.org> ---
Antoine, I reread what you said and it looks we doing something different: I
mean sysutils/qzeitgeist stuff. qzeitgeist needs python for build and there is
no particular python version set in Makefile, so it should build just fine with
default python version (2.7). 

As far I understand, you also changed "python" version in DEFAULT_VERSIONS, so
your poudriere make.conf looks like that:

DEFAULT_VERSIONS=python=3.5 python3=3.5

while it should looked like that

DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.5

because now I only interested in ports, that define python:3 or python:3.3+ in
USES. I don't count that every port that have USES=python can be built with 3.5
or with 3.x ever. We now only want to change default python3 (3.4 -> 3.5)
version, not the python version at all. 

Would you please limit your port list for testing to only those that set:
USES=python3
USES=python3.3+
USES=python:3,build
USES=python:3,run
USES=python:3.3+,build
USES=python:3.3+,run

and let me know what's broken with 3.5 now? Thanks a lot!

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


More information about the freebsd-python mailing list