Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 14:13:53 +0100
From:      RW <rwmaillists@googlemail.com>
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:  <alpine.BSF.2.00.1309012229460.76768@woozle.rinet.ru> <1378212363.28729.17326017.3C186034@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130903141353.26152da2>