[48587] trunk/base/src/port/port.tcl
raimue at macports.org
raimue at macports.org
Wed Mar 25 15:59:34 PDT 2009
Revision: 48587
http://trac.macports.org/changeset/48587
Author: raimue at macports.org
Date: 2009-03-25 15:59:33 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
port/port.tcl:
Remove warning which is not very helpful, as the label and an empty field will
be displayed.
Modified Paths:
--------------
trunk/base/src/port/port.tcl
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2009-03-25 22:52:18 UTC (rev 48586)
+++ trunk/base/src/port/port.tcl 2009-03-25 22:59:33 UTC (rev 48587)
@@ -1565,9 +1565,6 @@
# If there's no such info, move on
if {![info exists portinfo($ropt)]} {
- if {!$quiet} {
- puts stderr "no info for '$opt'"
- }
set inf ""
} else {
set inf [join $portinfo($ropt)]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/ef0891d2/attachment-0001.html>
More information about the macports-changes
mailing list