[143007] trunk/dports/python/py-bob-blitz/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 08:09:52 PST 2015


Revision: 143007
          https://trac.macports.org/changeset/143007
Author:   devans at macports.org
Date:     2015-12-01 08:21:13 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
py-bob-blitz: blacklist older compilers that don't support -std=c++0x to fix build on 10.6 and earlier (#49868).

Modified Paths:
--------------
    trunk/dports/python/py-bob-blitz/Portfile

Modified: trunk/dports/python/py-bob-blitz/Portfile
===================================================================
--- trunk/dports/python/py-bob-blitz/Portfile	2015-12-01 16:20:10 UTC (rev 143006)
+++ trunk/dports/python/py-bob-blitz/Portfile	2015-12-01 16:21:13 UTC (rev 143007)
@@ -5,6 +5,7 @@
 PortGroup                    python 1.0
 PortGroup                    github 1.0
 PortGroup                    active_variants 1.1
+PortGroup                    compiler_blacklist_versions 1.0
 
 name                         py-bob-blitz
 version                      2.0.8
@@ -52,6 +53,9 @@
        port:py${python.version}-pillow \
        port:py${python.version}-bob-extension
 
+# blacklist older compilers that don't support -std=c++0x (10.6 and earlier)       
+       compiler.blacklist  *gcc* {clang < 300}
+
        require_active_variants   port:boost python${python.version}
 
     #WORKAROUND TO AVOID CONFLICTS WITH ANOTHER BOB PACKAGES (DELETING THE ROOT __INIT_FILES)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d57301aa/attachment.html>


More information about the macports-changes mailing list