Re: Setting PERL_VERSION in make.conf

2016-03-07 Thread Marko Cupać
On Mon, 7 Mar 2016 14:13:07 +0100
Stefan Bethke <s...@lassitu.de> 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?

Default versions of ports are defined in:
/usr/ports/Mk/bsd.default-versions.mk

http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?revision=403082=co

There is an explanation in the comments part how to make changes to
make.conf.
-- 
Before enlightenment - chop wood, draw water.
After  enlightenment - chop wood, draw water.

Marko Cupać
https://www.mimar.rs/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Setting PERL_VERSION in make.conf

2016-03-07 Thread Chris H
On Mon, 7 Mar 2016 14:13:07 +0100 Stefan Bethke <s...@lassitu.de> 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
>


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Setting PERL_VERSION in make.conf

2016-03-07 Thread Stefan Bethke
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?



Stefan

-- 
Stefan Bethke <s...@lassitu.de>   Fon +49 151 14070811

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"