[125808] trunk/dports/pure
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 26 14:06:09 PDT 2014
Revision: 125808
https://trac.macports.org/changeset/125808
Author: ryandesign at macports.org
Date: 2014-09-26 14:06:09 -0700 (Fri, 26 Sep 2014)
Log Message:
-----------
pure-stldict, pure-stllib: blacklist old clang that uses llvm-g++ which doesn't do C++11
Modified Paths:
--------------
trunk/dports/pure/pure-stldict/Portfile
trunk/dports/pure/pure-stllib/Portfile
Modified: trunk/dports/pure/pure-stldict/Portfile
===================================================================
--- trunk/dports/pure/pure-stldict/Portfile 2014-09-26 21:03:27 UTC (rev 125807)
+++ trunk/dports/pure/pure-stldict/Portfile 2014-09-26 21:06:09 UTC (rev 125808)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
PortGroup pure 1.0
pure.setup stldict 0.8
@@ -23,7 +24,7 @@
patchfiles-append patch-tr1-support.diff
# Requires C++11.
-compiler.blacklist-append gcc-* *llvm-gcc*
+compiler.blacklist-append {clang < 137} gcc-* *llvm-gcc*
# These are set in the Makefile but the pure portgroup overrides them.
configure.cxxflags-append -g -std=c++0x -Wall
Modified: trunk/dports/pure/pure-stllib/Portfile
===================================================================
--- trunk/dports/pure/pure-stllib/Portfile 2014-09-26 21:03:27 UTC (rev 125807)
+++ trunk/dports/pure/pure-stllib/Portfile 2014-09-26 21:06:09 UTC (rev 125808)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
PortGroup pure 1.0
pure.setup stllib 0.6
@@ -23,7 +24,7 @@
patchfiles-append patch-tr1-support.diff
# Requires C++11.
-compiler.blacklist-append gcc-* *llvm-gcc*
+compiler.blacklist-append {clang < 137} gcc-* *llvm-gcc*
# These are set in the Makefile but the pure portgroup overrides them.
configure.cxxflags-append -g -std=c++0x -Wall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140926/0a32e92f/attachment.html>
More information about the macports-changes
mailing list