poudriere upgade perl in jail

2012-12-22 Thread Bas Smeelen
I have poudriere setup on a server to compile packages for my old 
laptop, mini, and some friends laptops and it works great.


How can I upgrade the perl version of the poudriere jail to perl-5.16, 
it is now perl-5.14?


I tried startied the jail with poudriere jail -s -j and then try jail 
command=portmaster -o lang/perl5.16 lang/perl5.14 but can't get this to 
work.


Should I just wipe the jail, then recreate and first build perl5.16 in 
it before building the other packages?


I have read the man pages for poudriere and jail and searched the web 
for this, but can't get to the right solution.


Thanks in advance.



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


Re: poudriere upgade perl in jail

2012-12-22 Thread Patrick Lamaiziere
Le Sat, 22 Dec 2012 16:56:09 +0100,
Bas Smeelen b.smee...@ose.nl a écrit :

 I have poudriere setup on a server to compile packages for my old 
 laptop, mini, and some friends laptops and it works great.
 
 How can I upgrade the perl version of the poudriere jail to
 perl-5.16, it is now perl-5.14?
 
 I tried startied the jail with poudriere jail -s -j and then try jail 
 command=portmaster -o lang/perl5.16 lang/perl5.14 but can't get this
 to work.
 
 Should I just wipe the jail, then recreate and first build perl5.16
 in it before building the other packages?

I think PERL_VERSION=5.16.X in the poudriere jail's make.conf will do
the trick.

Then you will have to rebuild all the poudriere packages (not sure if
this is safe else)

Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: poudriere upgade perl in jail

2012-12-22 Thread Bas Smeelen

On 12/22/12 17:08, Patrick Lamaiziere wrote:

Le Sat, 22 Dec 2012 16:56:09 +0100,
Bas Smeelen b.smee...@ose.nl a écrit :


I have poudriere setup on a server to compile packages for my old
laptop, mini, and some friends laptops and it works great.

How can I upgrade the perl version of the poudriere jail to
perl-5.16, it is now perl-5.14?

I tried startied the jail with poudriere jail -s -j and then try jail
command=portmaster -o lang/perl5.16 lang/perl5.14 but can't get this
to work.

Should I just wipe the jail, then recreate and first build perl5.16
in it before building the other packages?

I think PERL_VERSION=5.16.X in the poudriere jail's make.conf will do
the trick.

Then you will have to rebuild all the poudriere packages (not sure if
this is safe else)


Alright. Thanks! That did it. It looks like it deleted all perl5.14 
dependent packages and is rebuilding them now with perl5.16.2 Great :)


Maybe I should have asked the question before spending a day figuring 
out how.


Merci beaucoup.



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