From owner-freebsd-ports@FreeBSD.ORG Tue Sep 3 13:13:58 2013 Return-Path: Delivered-To: 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 09E87182 for ; Tue, 3 Sep 2013 13:13:58 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DE24284E for ; Tue, 3 Sep 2013 13:13:57 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id na10so2196769bkb.0 for ; Tue, 03 Sep 2013 06:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=pwpTer+LNDHnd5zUdPi3+RN4iSFjtlHCDqaVlueOqTU=; b=Pbf7XD+aao1FU9d3ahhGpmCJ/XO93UM0mcP+Tx9G161oQ1jclWb/YqVvT20VhQYChF qQ9v67pGvb07nvHPloSfgOqa3JIe5PNtioGEd0GCl7nVv1CbPRzV4O6/+8E96+Yk05Yo hKIjCueHkge3VW9Wqi6geIr5FYpoPqmsxbxq8vn/u2p+gKWXsFQiB896LoN0rgjxJudo tNp4ADJIPU7hY04u+KtuZj+3sSL9r2XeEEwV3ZjCIkYUom+ytSFNQZW8bFUA/Me3T7+H MZ97tVrwGVr6RfbSxXDLzBLdf6ilIdEx92H0bGG9NzB8cxE8qKudefNIFld2y8Y8mr2h dFQA== X-Received: by 10.204.168.197 with SMTP id v5mr6758940bky.24.1378214035712; Tue, 03 Sep 2013 06:13:55 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id jt14sm4597921bkb.0.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 03 Sep 2013 06:13:55 -0700 (PDT) Date: Tue, 3 Sep 2013 14:13:53 +0100 From: RW To: ports@freebsd.org Subject: Re: Perl port to select in make.conf Message-ID: <20130903141353.26152da2@gumby.homeunix.com> In-Reply-To: <1378212363.28729.17326017.3C186034@webmail.messagingengine.com> References: <1378212363.28729.17326017.3C186034@webmail.messagingengine.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 13:13:58 -0000 On Tue, 03 Sep 2013 07:46:03 -0500 Mark Felder wrote: > On Sun, Sep 1, 2013, at 13:31, Dmitry Morozovsky wrote: > > Dear colleagues, > > > > 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 If you set PERL_PORT, and PERL_VERSION doesn't get spammed into the correct make.conf (see rest of thread), then dependent ports see the default PERL_LEVEL and PERL_VERSION. # grep "PERL" /etc/make.conf PERL_PORT=perl5.16 # cd /ports/mail/p5-Mail-SpamAssassin/ # make -V PERL_LEVEL 501404 # make -V PERL_VERSION 5.14.4