From owner-freebsd-ports@freebsd.org Thu Jan 11 13:57:38 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF94DE63FA6 for ; Thu, 11 Jan 2018 13:57:38 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B430971FEF; Thu, 11 Jan 2018 13:57:38 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout01.t-online.de (Postfix) with SMTP id 78B2C422202F; Thu, 11 Jan 2018 14:50:21 +0100 (CET) Received: from Stefans-MBP-LAN.fritz.box (XdsJi0ZGZhDMie6HPlmBG9mFRNIoRw1+46ngqCOUSujBqJWB5SYrg-MB1+1WGXYQVg@[87.151.219.126]) by fwd18.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1eZdFE-4HwUaG0; Thu, 11 Jan 2018 14:50:12 +0100 Subject: Should be fixed (was: Why portmaster try to install python 3.6 when I have 3.4 set in /etc/make.conf?) To: lev@FreeBSD.org, freebsd-ports@freebsd.org References: <55707b9f-3d02-2982-2aa8-3570724608ac@FreeBSD.org> From: Stefan Esser Message-ID: <5cca8517-d8f9-2cc8-d84c-5a5c685e0754@freebsd.org> Date: Thu, 11 Jan 2018 14:50:11 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <55707b9f-3d02-2982-2aa8-3570724608ac@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: XdsJi0ZGZhDMie6HPlmBG9mFRNIoRw1+46ngqCOUSujBqJWB5SYrg-MB1+1WGXYQVg X-TOI-MSGID: 0f1faa12-1f45-4653-b774-f586cfac613b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 13:57:39 -0000 Am 10.01.18 um 17:29 schrieb Lev Serebryakov: > > 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? Please test with the (just committed) portmaster version 3.18_12. Best regards, STefan