Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread C. P. Ghost
On Thu, Mar 4, 2010 at 6:13 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: However, when I run:   portupgrade -o lang/perl5.10 -f perl-5.8\.* I get this problem: ---  Upgrading 'perl-5.8.9_3' to 'perl-5.10.1' (lang/perl5.10) ---  Building '/usr/ports/lang/perl5.10' ===  

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread Lowell Gilbert
Matthew Seaman m.sea...@infracaninophile.co.uk writes: You got bitten by an ill-considered change introduced after the UPDATING instructions were written. To work around it, you need to set DISABLE_CONFLICTS when rebuilding the port, eg like this: # portupgrade -m DISABLE_CONFLICTS=yes

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-05 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/03/2010 15:22:05, Lowell Gilbert wrote: Matthew Seaman m.sea...@infracaninophile.co.uk writes: You got bitten by an ill-considered change introduced after the UPDATING instructions were written. To work around it, you need to set

Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? -- Tim Daneliuk tun...@tundraware.com PGP Key:

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Glen Barber
Hi, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? Have a look at the 20100205 entry of ports/UPDATING. Regards, -- Glen Barber

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Leslie Jensen
On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ;-) ___

Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Robert Huff
Tim Daneliuk writes: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ? Robert Huff

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
On 3/4/2010 10:13 AM, Leslie Jensen wrote: On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to 5.10 (or whatever is current) cleanly? /usr/ports/UPDATING ;-) Thanks to all for

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/03/2010 17:05:08, Tim Daneliuk wrote: On 3/4/2010 10:13 AM, Leslie Jensen wrote: On 2010-03-04 17:06, Tim Daneliuk wrote: Is there a recommended procedure I can read somewhere on how to upgrade an entire production system from Perl 5.8 to

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Tim Daneliuk
On 3/4/2010 11:13 AM, Matthew Seaman wrote: portupgrade -m DISABLE_CONFLICTS=yes -o lang/perl5.10 -f perl-5.8\.* Thanks for that. I'm not sure to whom I'd complain and/or if it would make any difference ;) -- Tim

Re: Perl 5.8 - 5.10 On Current Production System

2010-03-04 Thread Jonathan McKeown
On Thursday 04 March 2010 19:13:36 Matthew Seaman wrote: You got bitten by an ill-considered change introduced after the UPDATING instructions were written. To work around it, you need to set DISABLE_CONFLICTS when rebuilding the port, eg like this: # portupgrade -m DISABLE_CONFLICTS=yes