[MacPorts] #24418: port upgrade fails

MacPorts noreply at macports.org
Fri Apr 9 05:57:22 PDT 2010


#24418: port upgrade fails
-------------------------------+--------------------------------------------
 Reporter:  hsivank@…          |       Owner:  macports-tickets@…                   
     Type:  defect             |      Status:  new                                  
 Priority:  Normal             |   Milestone:  MacPorts 1.9.0                       
Component:  base               |     Version:  1.8.99                               
 Keywords:                     |        Port:                                       
-------------------------------+--------------------------------------------
 It seems there is a bug in base/src/macports1.0/macports.tcl line 2969

 {{{
 if {$status != 0 && && $status != 2 ![ui_isset ports_processall]} {
 }}}

 Maybe it should be

 {{{
 if {$status != 0 && $status != 2 && ![ui_isset ports_processall]} {
 }}}

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


More information about the macports-tickets mailing list