Ticket #10768: bad_dep.diff

File bad_dep.diff, 497 bytes (added by jmroot (Joshua Root), 16 years ago)

fix

  • src/macports1.0/macports.tcl

     
    16961696            ui_error "Internal error: port search failed: $error"
    16971697            return 1
    16981698        }
     1699       
     1700        unset -nocomplain porturl
    16991701        foreach {name array} $res {
    17001702            array set portinfo $array
    17011703            if {[info exists portinfo(porturl)]} {