[Xquartz-changes] [580] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 28 14:15:02 PDT 2011


Revision: 580
          http://trac.macosforge.org/projects/xquartz/changeset/580
Author:   jeremyhu at freedesktop.org
Date:     2011-09-28 14:15:01 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
no fontcache, fixes xset build which was broken by newer clang which fixed a bug handling C_INCLUDE_PATH

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

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-09-28 15:46:43 UTC (rev 579)
+++ tinderbox/jhbuildrc.linux	2011-09-28 21:15:01 UTC (rev 580)
@@ -13,7 +13,7 @@
 checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
 prefix = os.environ['PREFIX']
 
-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 --disable-runtime-deps --disable-silent-rules --disable-gtk'
+autogenargs = '--without-xf86misc --without-fontcache --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --disable-static --disable-dependency-tracking --disable-runtime-deps --disable-silent-rules --disable-gtk'
 
 makeargs = '-j1'
 

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2011-09-28 15:46:43 UTC (rev 579)
+++ tinderbox/jhbuildrc.xquartz	2011-09-28 21:15:01 UTC (rev 580)
@@ -12,7 +12,7 @@
 checkoutroot = os.path.join(os.environ['JHBUILDDIR'] , 'src')
 prefix = os.environ['PREFIX']
 
-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 --disable-silent-rules --disable-gtk --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-fontcache --without-fop --without-xmlto --without-doxygen --without-asciidoc --without-groff --disable-specs --disable-devel-docs --disable-docs --with-dtrace --disable-static --disable-dependency-tracking --disable-silent-rules --disable-gtk --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')
 
 makecheck = True
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110928/17ed7e19/attachment.html>


More information about the Xquartz-changes mailing list