From owner-freebsd-ports@FreeBSD.ORG Tue Sep 3 14:23:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92AE291 for ; Tue, 3 Sep 2013 14:23:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6540E2133 for ; Tue, 3 Sep 2013 14:23:35 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 3F13621767; Tue, 3 Sep 2013 10:23:34 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Tue, 03 Sep 2013 10:23:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=UNAykn9+ycRvbL/KXeo7pqjVB/A=; b=auz6h gMCY/ca4a5pQ6iWzublsSmIxZ7ImSTVS186teFVN1LL7AVcKyVDU148UUR38aXBd XRDHZIheuEQTCLKAEnSblY47t/v85RhXgve9xPMuWu5Q0VdPM168piMbKORATsxl 6tz+8dctYWXeHL9JBBEzjbip4z/N675UL9VHOE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 11AD9B00075; Tue, 3 Sep 2013 10:23:34 -0400 (EDT) Message-Id: <1378218213.7517.17366825.4444E2F4@webmail.messagingengine.com> X-Sasl-Enc: jtHXausJQUal18R86B9tzaznPEaGi+p+7yZSyLOPw5Jm 1378218213 From: Mark Felder To: Dmitry Morozovsky MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ed2f0e98 Subject: Re: Perl port to select in make.conf Date: Tue, 03 Sep 2013 09:23:33 -0500 In-Reply-To: References: <1378212363.28729.17326017.3C186034@webmail.messagingengine.com> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 14:23:35 -0000 On Tue, Sep 3, 2013, at 8:59, Dmitry Morozovsky wrote: > On Tue, 3 Sep 2013, Mark Felder wrote: > > > > which variable should be defined in make.conf to switch from current 5.14 > > > to, > > > say, 5.16 (for poudriere package building)? > > > > > > Naive > > > > > > PERL_VER=5.16 > > > > > > does not seem to work, and I want to not chase minor version changes. > > > > > > > PERL_PORT > > > > example: > > > > PERL_PORT=perl5.14 > > Unfortunately, this variable seems to be slave to PERL_VERSION, not vice > versa. > I've been using solely PERL_PORT in my poudriere make.conf for about... 8 months now with no issues. I get exactly the perl train I want and all ports are built properly against the version I want. Can you provide any details indicating this method is incorrect?