[Xquartz-changes] [521] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 24 15:02:30 PDT 2011


Revision: 521
          http://trac.macosforge.org/projects/xquartz/changeset/521
Author:   jeremyhu at freedesktop.org
Date:     2011-03-24 15:02:29 -0700 (Thu, 24 Mar 2011)
Log Message:
-----------
Add HOME/bin to PATH

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/jhbuildrc.xquartz
    tinderbox/tinderbox_test.sh

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-03-24 20:46:49 UTC (rev 520)
+++ tinderbox/jhbuildrc.linux	2011-03-24 22:02:29 UTC (rev 521)
@@ -1,4 +1,4 @@
-# Outside requirements: freeype, libpng
+# Outside requirements: gperf byacc libxml2-dev libexpat-dev libpng-dev libfreetype6-dev
 
 #moduleset = 'http://cgit.freedesktop.org/xorg/util/modular/blob/xorg.modules'
 moduleset = os.path.join(os.environ['JHBUILDDIR'], 'xorg.modules')
@@ -12,4 +12,5 @@
 checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
 prefix = os.path.join(os.environ['JHBUILDDIR'], 'build')
 
-autogenargs='--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --disable-static --disable-dependency-tracking'
+autogenargs = '--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --disable-static --disable-dependency-tracking'
+makeargs = '-j4'

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-03-24 20:46:49 UTC (rev 520)
+++ tinderbox/jhbuildrc.xquartz	2011-03-24 22:02:29 UTC (rev 521)
@@ -12,4 +12,6 @@
 checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
 prefix = os.path.join(os.environ['JHBUILDDIR'], 'build')
 
-autogenargs='--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
+autogenargs = '--without-xf86misc --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --with-launchagents-dir=' + os.path.join(prefix, 'Library', 'LaunchAgents') + ' --with-launchdaemons-dir=' + os.path.join(prefix, 'Library', 'LaunchDaemons') + ' --with-apple-applications-dir=' + os.path.join(prefix, 'Applications')
+makeargs = '-j1'
+

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-03-24 20:46:49 UTC (rev 520)
+++ tinderbox/tinderbox_test.sh	2011-03-24 22:02:29 UTC (rev 521)
@@ -15,6 +15,7 @@
 [[ -d /usr/local/bin ]] && PATH="/usr/local/bin:${PATH}"
 [[ -d /opt/local/bin ]] && PATH="/opt/local/bin:${PATH}"
 [[ -d /opt/llvm/bin ]] && PATH="/opt/llvm/bin:${PATH}"
+[[ -d "${HOME}/bin" ]] && PATH="${HOME}/bin:${PATH}"
 
 case $CONFIG in
   yuffie)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110324/2dc081c7/attachment-0001.html>


More information about the Xquartz-changes mailing list