Date: Wed, 10 Jan 2018 19:29:57 +0300 From: Lev Serebryakov <lev@FreeBSD.org> To: freebsd-ports@freebsd.org Subject: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf? Message-ID: <55707b9f-3d02-2982-2aa8-3570724608ac@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
I have system with pre-FLAVORed ports installed, and try to update ports with new version of "portmaster". My "/etc/make.conf" contains: DEFAULT_VERSIONS+= python2=2.7 DEFAULT_VERSIONS+= python3=3.4 DEFAULT_VERSIONS+= python=3.4 But "portmaster -a" try to install python 3.6: ===>>> All >> py34-pip-9.0.1 (12/12) ===>>> The devel/py3-pip port moved to devel/py-pip@py36 ===>>> Reason: Moved to a flavored, generic, version ===>>> Currently installed version: py34-pip-9.0.1 ===>>> Port directory: /usr/ports/devel/py-pip@py36 ===>>> Launching 'make checksum' for devel/py-pip@py36 in background ===>>> Gathering dependency list for devel/py-pip@py36 from ports ===>>> Launching child to install devel/py-setuptools@py36 ===>>> All >> py34-pip-9.0.1 >> devel/py-setuptools@py36 (13/13) ===>>> Port directory: /usr/ports/devel/py-setuptools@py36 ===>>> Launching 'make checksum' for devel/py-setuptools@py36 in background ===>>> Gathering dependency list for devel/py-setuptools@py36 from ports ===>>> Launching child to install lang/python36 ===>>> All >> py34-pip-9.0.1 >> devel/py-setuptools@py36 >> lang/python36 (14/14) What do I do wrong? -- // Lev Serebryakov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55707b9f-3d02-2982-2aa8-3570724608ac>