[25085] branches/dp2mp-move/base/src/macports1.0/macports.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 13 10:00:53 PDT 2007
Revision: 25085
http://trac.macosforge.org/projects/macports/changeset/25085
Author: jmpp at macports.org
Date: 2007-05-13 10:00:52 -0700 (Sun, 13 May 2007)
Log Message:
-----------
There's more than good code to programming, good comments are also important ;-)
Modified Paths:
--------------
branches/dp2mp-move/base/src/macports1.0/macports.tcl
Modified: branches/dp2mp-move/base/src/macports1.0/macports.tcl
===================================================================
--- branches/dp2mp-move/base/src/macports1.0/macports.tcl 2007-05-13 16:32:05 UTC (rev 25084)
+++ branches/dp2mp-move/base/src/macports1.0/macports.tcl 2007-05-13 17:00:52 UTC (rev 25085)
@@ -157,7 +157,8 @@
catch "tcl::puts $args"
}
-# find a binary either in a path defined at configuration time or in the path (fallback)
+# find a binary either in a path defined at MacPorts' configuration time
+# or in the PATH environment variable through macports::binaryInPath (fallback)
proc macports::findBinary {prog {autoconf_hint ""}} {
if {${autoconf_hint} != "" && [file executable ${autoconf_hint}]} {
return ${autoconf_hint}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070513/fe081ab1/attachment.html
More information about the macports-changes
mailing list