From owner-freebsd-ports@freebsd.org Mon Mar 7 15:26:41 2016 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 7C228AC209A for ; Mon, 7 Mar 2016 15:26:41 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 596737DC for ; Mon, 7 Mar 2016 15:26:40 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u27FQjQZ022824 for ; Mon, 7 Mar 2016 07:26:52 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: From: "Chris H" Subject: Re: Setting PERL_VERSION in make.conf Date: Mon, 07 Mar 2016 07:26:52 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <5544dde1a8f31eadeb67445330ced084@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 15:26:41 -0000 On Mon, 7 Mar 2016 14:13:07 +0100 Stefan Bethke wrote > I’m a bit confused about setting PERL_VERSION in make.conf. It seems that > setting it to 5.20.3 will result in Perl-related ports to be built > differently than not setting it. > > Is this expected? How can I make sure I continue to use the version of perl > I’ve got currently installed when the default version changes? As memory serves the *default* minimum version, if none is chosen, is 5.20. I believe the "correct" way to manipulate this choice is by way of: DEFAULT_VERSIONS+=perl5=5.20 changing 5.20 to whichever your desired "default" version is. The same goes for your lang/python(2|3) as well as your pgsql, mysql, apache, etc... does make.conf(5) not already indicate this? HTH --Chris > > > > Stefan >