Darwinports Perl Upgrade

Darwinports doesn't currently expose a way for the perl module ports (p5-foo) to say that they need to be rebuilt when upgrading perl.

So, one needs to remove all of the p5-foo ports and re-install them after upgrading.

Here's one way of doing it (tcsh):

$ port installed | grep p5 | cut -f 3 -d " " > perl_ports.txt
$ foreach i (`cat perl_ports.txt`)
foreach -> sudo port -d -v -f uninstall $i
foreach -> sudo port -d -v -f clean --archive $i
foreach -> end

...

$ foreach i (`cat perl_ports.txt`)
foreach -> sudo port -d -v install $i
foreach -> end

0 TrackBacks

Listed below are links to blogs that reference this entry: Darwinports Perl Upgrade.

TrackBack URL for this entry: https://geeklair.net/mt/mt-tb.cgi/505

2 Comments

You need a colo that's close to home in a 24 hour staffed DC. :)

If only such a colo existed (and was free :) ).

The geeklair is probably going to move to Chicago.

Leave a comment

February 2008

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29  
Creative Commons License
This weblog is licensed under a Creative Commons License.