[135947] trunk/dports/science

michaelld at macports.org michaelld at macports.org
Thu May 7 12:23:21 PDT 2015


Revision: 135947
          https://trac.macports.org/changeset/135947
Author:   michaelld at macports.org
Date:     2015-05-07 12:23:20 -0700 (Thu, 07 May 2015)
Log Message:
-----------
various gr-*: when +cxx11 and libc++, just use the cxx11 PortGroup to handle compiler blacklist.

Modified Paths:
--------------
    trunk/dports/science/gr-foo/Portfile
    trunk/dports/science/gr-ieee802-11/Portfile
    trunk/dports/science/gr-ieee802-15-4/Portfile

Modified: trunk/dports/science/gr-foo/Portfile
===================================================================
--- trunk/dports/science/gr-foo/Portfile	2015-05-07 19:17:53 UTC (rev 135946)
+++ trunk/dports/science/gr-foo/Portfile	2015-05-07 19:23:20 UTC (rev 135947)
@@ -89,7 +89,8 @@
 
     # using libc++;
     # Blacklist Clang not supporting C++11 in some form and all GCC.
+    # Just use the cxx11 PortGroup for this specific case.
 
-    compiler.blacklist-append *gcc* {clang < 500}
+    PortGroup cxx11 1.0
 
 }

Modified: trunk/dports/science/gr-ieee802-11/Portfile
===================================================================
--- trunk/dports/science/gr-ieee802-11/Portfile	2015-05-07 19:17:53 UTC (rev 135946)
+++ trunk/dports/science/gr-ieee802-11/Portfile	2015-05-07 19:23:20 UTC (rev 135947)
@@ -88,7 +88,8 @@
 
     # using libc++;
     # Blacklist Clang not supporting C++11 in some form and all GCC.
+    # Just use the cxx11 PortGroup for this specific case.
 
-    compiler.blacklist-append *gcc* {clang < 500}
+    PortGroup cxx11 1.0
 
 }

Modified: trunk/dports/science/gr-ieee802-15-4/Portfile
===================================================================
--- trunk/dports/science/gr-ieee802-15-4/Portfile	2015-05-07 19:17:53 UTC (rev 135946)
+++ trunk/dports/science/gr-ieee802-15-4/Portfile	2015-05-07 19:23:20 UTC (rev 135947)
@@ -91,7 +91,8 @@
 
     # using libc++;
     # Blacklist Clang not supporting C++11 in some form and all GCC.
+    # Just use the cxx11 PortGroup for this specific case.
 
-    compiler.blacklist-append *gcc* {clang < 500}
+    PortGroup cxx11 1.0
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150507/e366446c/attachment.html>


More information about the macports-changes mailing list