[124232] trunk/dports/sysutils/fswatch/Portfile

cal at macports.org cal at macports.org
Thu Aug 21 09:49:41 PDT 2014


Revision: 124232
          https://trac.macports.org/changeset/124232
Author:   cal at macports.org
Date:     2014-08-21 09:49:41 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
fswatch: blacklist macports-clang-3.4 because it crashes on the SL buildbot, see #44726; blacklist 3.3 as well and add 3.5 to the fallback list

Modified Paths:
--------------
    trunk/dports/sysutils/fswatch/Portfile

Modified: trunk/dports/sysutils/fswatch/Portfile
===================================================================
--- trunk/dports/sysutils/fswatch/Portfile	2014-08-21 16:19:51 UTC (rev 124231)
+++ trunk/dports/sysutils/fswatch/Portfile	2014-08-21 16:49:41 UTC (rev 124232)
@@ -5,7 +5,9 @@
 PortGroup           github 1.0
 PortGroup           compiler_blacklist_versions 1.0
 
-compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137}
+compiler.fallback-append \
+                    macports-clang-3.5
+compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137} macports-clang-3.4 macports-clang-3.3
 
 github.setup        emcrisostomo fswatch 1.4.1.1
 github.tarball_from releases
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/f48f3d2a/attachment.html>


More information about the macports-changes mailing list