[33508] trunk/base/portmgr/jobs/PortIndexRegen.sh

dluke at macports.org dluke at macports.org
Mon Jan 28 08:02:45 PST 2008


Revision: 33508
          http://trac.macosforge.org/projects/macports/changeset/33508
Author:   dluke at macports.org
Date:     2008-01-28 08:02:36 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
Add /usr/X11/bin to the PATH to let X11 detection work on 10.5

Modified Paths:
--------------
    trunk/base/portmgr/jobs/PortIndexRegen.sh

Modified: trunk/base/portmgr/jobs/PortIndexRegen.sh
===================================================================
--- trunk/base/portmgr/jobs/PortIndexRegen.sh	2008-01-28 15:12:15 UTC (rev 33507)
+++ trunk/base/portmgr/jobs/PortIndexRegen.sh	2008-01-28 16:02:36 UTC (rev 33508)
@@ -32,7 +32,7 @@
 # Where MP installs macports1.0. This gets created.
 TCLPKG=${PREFIX}/lib/tcl
 # Path.
-PATH=${PREFIX}/bin:/bin:/usr/bin:/usr/sbin:/opt/local/bin
+PATH=${PREFIX}/bin:/bin:/usr/bin:/usr/sbin:/opt/local/bin:/usr/X11/bin
 # Log for the e-mail in case of failure.
 FAILURE_LOG=${ROOT}/failure.log
 # Commit message.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080128/97b46bd0/attachment.html


More information about the macports-changes mailing list