Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11891: base_src_port_port.tcl.diff

File base_src_port_port.tcl.diff, 0.7 KB (added by blb@…, 8 weeks ago)

diff to base/src/port/port.tcl (on trunk)

  • base/src/port/port.tcl

     
    20012001 
    20022002        array unset portinfo 
    20032003        array set portinfo [lindex $result 1] 
     2004        if {[catch {set mport [mportopen $portinfo(porturl) [array get options] [array get variations]]} result]} { 
     2005           ui_debug "$::errorInfo" 
     2006           break_softcontinue "Unable to open port: $result" 1 status 
     2007        } 
     2008        array unset portinfo 
     2009        array set portinfo [mportinfo $mport] 
     2010        mportclose $mport 
    20042011        # set portname again since the one we were passed may not have had the correct case 
    20052012        set portname $portinfo(name) 
    20062013