[114375] trunk/dports/devel/akonadi/Portfile

nicos at macports.org nicos at macports.org
Fri Dec 6 09:12:21 PST 2013


Revision: 114375
          https://trac.macports.org/changeset/114375
Author:   nicos at macports.org
Date:     2013-12-06 09:12:21 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
akonadi: blacklist old clang without c++ support

Modified Paths:
--------------
    trunk/dports/devel/akonadi/Portfile

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2013-12-06 17:00:47 UTC (rev 114374)
+++ trunk/dports/devel/akonadi/Portfile	2013-12-06 17:12:21 UTC (rev 114375)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           kde4    1.1
+PortGroup           compiler_blacklist_versions 1.0
 
 name                akonadi
 version             1.11.0
@@ -24,8 +25,9 @@
                     port:boost \
                     port:shared-mime-info
 
-#Older compiler cannot handle c++0x instructions contained in akonadi
+#Older compilers cannot handle c++0x instructions contained in akonadi
 compiler.blacklist  gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2
+compiler.blacklist-append   {clang < 137}
 
 configure.args-append  -DPOSTGRES_PATH=Off
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/92ff0d76/attachment.html>


More information about the macports-changes mailing list