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

cal at macports.org cal at macports.org
Tue Aug 19 13:30:52 PDT 2014


Revision: 124133
          https://trac.macports.org/changeset/124133
Author:   cal at macports.org
Date:     2014-08-19 13:30:52 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
fswatch: attempt to fix SL buildbot failure, blacklist all compilers that don't support C++11, maintainer, #44705

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

Modified: trunk/dports/sysutils/fswatch/Portfile
===================================================================
--- trunk/dports/sysutils/fswatch/Portfile	2014-08-19 20:08:20 UTC (rev 124132)
+++ trunk/dports/sysutils/fswatch/Portfile	2014-08-19 20:30:52 UTC (rev 124133)
@@ -3,7 +3,10 @@
 
 PortSystem          1.0
 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}
+
 github.setup        emcrisostomo fswatch 1.3.9
 github.tarball_from releases
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/aee8a43c/attachment.html>


More information about the macports-changes mailing list