Revision: 118455 https://trac.macports.org/changeset/118455 Author: cal@macports.org Date: 2014-04-02 13:09:20 -0700 (Wed, 02 Apr 2014) Log Message: ----------- base: remove unhelpful error output in portutil Modified Paths: -------------- trunk/base/src/port1.0/portutil.tcl Modified: trunk/base/src/port1.0/portutil.tcl =================================================================== --- trunk/base/src/port1.0/portutil.tcl 2014-04-02 20:08:42 UTC (rev 118454) +++ trunk/base/src/port1.0/portutil.tcl 2014-04-02 20:09:20 UTC (rev 118455) @@ -1684,11 +1684,14 @@ if {[llength $dlist] > 0} { # somebody broke! - set errstring "Warning: targets not executed for $subport:" - foreach ditem $dlist { - append errstring " [ditem_key $ditem name]" - } - ui_info $errstring + # The phase that failed should have already printed error info; don't + # print useless stuff cluttering the *real* info of the error message. + + #set errstring "Warning: targets not executed for $subport:" + #foreach ditem $dlist { + # append errstring " [ditem_key $ditem name]" + #} + #ui_info $errstring set result 1 } else { set result 0
participants (1)
-
cal@macports.org