[MacPorts] #16830: RFE: Have only one perl5 package

MacPorts noreply at macports.org
Tue Nov 10 00:25:00 PST 2009


#16830: RFE: Have only one perl5 package
-----------------------------------+----------------------------------------
 Reporter:  mcalhoun@…             |       Owner:  ricci@…                 
     Type:  enhancement            |      Status:  assigned                
 Priority:  Normal                 |   Milestone:                          
Component:  ports                  |     Version:  1.6.0                   
 Keywords:                         |        Port:  perl5, perl5.8, perl5.10
-----------------------------------+----------------------------------------

Comment(by skaimauve@…):

 There is a problem with the uninstall/clean/install script above, as it
 uninstall all php5* ports.

 And if the loop does not quite work for you can try:

 {{{
 $port installed | grep p5 | grep -v php5 |  cut -f 3 -d " " >
 perl_ports.txt
 $cat perl_ports.txt | xargs sudo port -d -v -f uninstall
 $cat perl_ports.txt | xargs sudo port -d -v -f clean --archive
 $cat perl_ports.txt | xargs sudo port -d -v install
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/16830#comment:64>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list