[Xquartz-changes] [639] tinderbox/jhbuildrc.xquartz

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 10 14:50:44 PDT 2012


Revision: 639
          http://trac.macosforge.org/projects/xquartz/changeset/639
Author:   jeremyhu at freedesktop.org
Date:     2012-07-10 14:50:44 -0700 (Tue, 10 Jul 2012)
Log Message:
-----------
make check is advisory becasue of libXau

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

Modified: tinderbox/jhbuildrc.xquartz
===================================================================
--- tinderbox/jhbuildrc.xquartz	2012-06-04 07:56:34 UTC (rev 638)
+++ tinderbox/jhbuildrc.xquartz	2012-07-10 21:50:44 UTC (rev 639)
@@ -14,9 +14,13 @@
 
 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
-makecheck_advisory = False
+makecheck = False
+#makecheck = True
+#makecheck_advisory = False
 
+# libXau
+makecheck_advisory = True
+
 static_analyzer = os.environ['STATIC_ANALYSIS'] != 'False'
 # libxcb generated code has a bunch of warnings that take up 1G of log space
 module_static_analyzer = { 'libxcb' : False }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120710/f5120ead/attachment.html>


More information about the Xquartz-changes mailing list