From owner-freebsd-ports@freebsd.org Wed Sep 12 17:33:57 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 877261098E43 for ; Wed, 12 Sep 2018 17:33:57 +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 318D88B9C4 for ; Wed, 12 Sep 2018 17:33:56 +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 7487321E97; Wed, 12 Sep 2018 13:33:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Wed, 12 Sep 2018 13:33:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=VQRhypG5uqSZR7hF4FQDGeqjjcv02 KDC858t5sqwmDQ=; b=JxGzDrplP5hJDc8GloZNOt7hNen0vZ1MAJNo3filDNouM l/P8R9jxH7BB/LvR3PHOLEQ1hgjSkvooNcypc6Kfyn0qkhMnuYrb7P3n0uWDUHYS 63Gl4WQKzgSyFsS2cKJuzpzP2Wu0jRN73Wt17gOCDBOj0AqRc7+BwAZ/FHPrjMyV h2F6LwmvdLGX6Q19zNUhAB8JFEVjLqxIZ9GRCbuu1wVrijJ5DjH4dluT2A6cjp+u ysUJu4UD7wl1cj7CdlzbOH1kxFQiH6eUgBTMM2adat8FGhpUYUGT38bUAK5NBxEr 3IRi/mDfAeX2VDLNi+bstEhZ8vSAoxL5ctzKQ07fw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=VQRhyp G5uqSZR7hF4FQDGeqjjcv02KDC858t5sqwmDQ=; b=eOi4eAnIYSAnx4/yAx4KTo 1B/ERxYmOxCR0ZgVE7Ucd0aWbQWf70cEBUchRQDVtupIAzfZ/bgmrufyvhJcMe2F vz5g98iCXSE9jUpkGvTmMfoA6l0SQ0Uv6gGAI2Yxn7wAY5ahLNXOtP9OpnSQJQPJ H84BzgkbgjLPl/L3lwWEYr9Q2NBFJC0KNktbMv+H0D7uFHLA9l3nY4OnCkuinMw8 E1deJRWyEQ1s4VO1DDq8BC0I9a9lXEr5hHn1oxYqUSOk5AJiKv90cL1JJ75G92d3 MBzCS3zxmCPMl/9RN3LycpmCZeiG2skrLcsCy3nPveGaLsPcZQgTV8vpMzQXBrsA == 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 AFE00E442E; Wed, 12 Sep 2018 13:33:55 -0400 (EDT) Subject: Re: how to enforce one version of python To: Robert Huff Cc: freebsd-ports@freebsd.org References: <20180911145151.zgyeaiobnvkuo2rg@ivaldir.net> <4cd79546-c301-4ab7-13eb-3233736953f5@yandex.ru> <287384aa-360d-683c-e6a6-cfe07b5a1838@yandex.ru> <23449.1943.75477.655239@jerusalem.litteratus.org> From: tech-lists Organization: none Message-ID: <773bfa24-909b-360a-783b-c1b8b3695d70@zyxst.net> Date: Wed, 12 Sep 2018 18:33:54 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <23449.1943.75477.655239@jerusalem.litteratus.org> 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: Wed, 12 Sep 2018 17:33:57 -0000 On 12/09/2018 13:33, Robert Huff wrote: > How many ports_require_ python 3? > How many ports_require_ python 2? yeah, I'd like to know too. I mean, I've never installed python as like requiring it to program - it's installed as a dependency of other stuff I want to actually run. And I thought python2 and 3 are actually different languages rather than simply versions. Might be wrong though. tjhanks, -- J.