From owner-freebsd-ports@freebsd.org Tue Sep 11 14:28:18 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824ED109270C; Tue, 11 Sep 2018 14:28:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3104E78EC7; Tue, 11 Sep 2018 14:28:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3ED9C2156E; Tue, 11 Sep 2018 10:28:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 11 Sep 2018 10:28:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=toqoRAYFXHukRjNUoOYLoPiz3oW6yzGW1Yqn2998Y7A=; b=EgdkZvMg o+3hb34X+MDBZF4d6sG2MmOtMVRVlY3JgbfTiyOJYhG40aEcT5s2XxngmoLx9tCv DReXNW4du9SXYSeViPC9MFCvNH+pd34wpxJASaKwW+cf6GwBLSqy9DtJkhY4Xj6F V2G/7MfgTegDLQ5K0BTbbsKBLuPbt0SaN3vrvOUEj8NcXoFEMomNY7ucifa6evl8 KPSatHQOCA0FGYU0Q15YX/KXnPshSfHCe8I6VEDlqueVwS3Tct0ocHjDUd/y++qa wB5DF5KRQ8UdyFJ9aopTHBvaeXJuX3fgtOKa5hpWcEuK1OwT1/teFhdkgkqGIN7J KTeT6Us9xFRnVQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=toqoRAYFXHukRjNUoOYLoPiz3oW6y zGW1Yqn2998Y7A=; b=ezj210YbvyDdfMHLxfssbXxHCFwvGW1rMgsBiUply32xd E9mA9QF+isLUNZDpm1BwJbh4xAC+QW/t8CHpeaOBMkOZ/bTijaIiSZe3wYzGA0D2 of4QYpzWZ6tXRJr4zQihEjXbBUfWmANgbsEACi1B/mLWMWs4JD9EvTuQRcsHAzuk IHRHE1cvUC9jR44JJ/0+Rl6RfXLXiuZFPoj+MjUSgnQVXvQjr8NTO0sfoUL+jPpj V41lYDXC+3nOIfQlsjUSbroCNQDpggQvPXaaDEn9yNJEvoGUJ6Js4lfU5pVbZMgp S1/TzjAJeBTWLwDQITLQnAe2UQRhEEi2oy3jht8HA== X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 97B73E463E; Tue, 11 Sep 2018 10:28:16 -0400 (EDT) To: FreeBSD Current Cc: freebsd-ports@freebsd.org From: tech-lists Subject: how to enforce one version of python Organization: none Message-ID: Date: Tue, 11 Sep 2018 15:28:15 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 14:28:18 -0000 Hi, There are a number of ports that seem to have their own preferential flavour of python, and some for example want to install python27 and python36 in the same place, and it's a pain when using portupgrade or similar tools. I have this in my /etc/make.conf: DEFAULT_VERSIONS+= python=2.7 Is this incorrect? I assume it must be, as for example devel/pylint (pylint-py27-1.9.2) wants to upgrade to pylint-py36-2.1.1 thanks, -- J.