[MacPorts] #24111: Adding a DEBUG: message with fullcmdstring in portutil.tcl

MacPorts noreply at macports.org
Thu Mar 18 07:56:34 PDT 2010


#24111: Adding a DEBUG: message with fullcmdstring in portutil.tcl
------------------------------------------------------+---------------------
 Reporter:  macosx12345@…                             |       Owner:  macports-tickets@…                   
     Type:  enhancement                               |      Status:  new                                  
 Priority:  Normal                                    |   Milestone:                                       
Component:  base                                      |     Version:  1.8.2                                
 Keywords:  debug message fullcmdstring portutil.tcl  |        Port:                                       
------------------------------------------------------+---------------------
 I suggest modifying /opt/local/share/macports/Tcl/port1.0/portutil.tcl so
 that, in debug mode, not only the environment and assembled command get
 displayed, but also the full command with prefix and suffix. E.g., in
 addition to "(cd ... ; tar -xzvf -)" while unarchiving a binary archive of
 a port, one would get "gzip -d -c ... | (cd ... ; tar -xzvf -)", which
 makes more sense.

 The attached patch to /opt/local/share/macports/Tcl/port1.0/portutil.tcl
 does that.

 Of course, this is not a top priority request.

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


More information about the macports-tickets mailing list