[112350] trunk/dports/kde

nicos at macports.org nicos at macports.org
Sun Oct 20 07:09:41 PDT 2013


Revision: 112350
          https://trac.macports.org/changeset/112350
Author:   nicos at macports.org
Date:     2013-10-20 07:09:41 -0700 (Sun, 20 Oct 2013)
Log Message:
-----------
kdevplatform, kdevelop: use compiler blacklist portgroup

Modified Paths:
--------------
    trunk/dports/kde/kdevelop/Portfile
    trunk/dports/kde/kdevplatform/Portfile

Modified: trunk/dports/kde/kdevelop/Portfile
===================================================================
--- trunk/dports/kde/kdevelop/Portfile	2013-10-19 21:28:01 UTC (rev 112349)
+++ trunk/dports/kde/kdevelop/Portfile	2013-10-20 14:09:41 UTC (rev 112350)
@@ -36,10 +36,9 @@
                     port:kate \
                     port:oxygen-icons
 
-#XCode's clang < 5.0.0 does not compile. Force use of clang to support c++0x
-if {${configure.compiler} == "clang" && [vercmp $xcodeversion 5.0] < 0} {
-    configure.compiler  macports-clang-3.3
-}
+compiler.blacklist-append {clang < 500}
+compiler.blacklist-append macports-clang-3.1 macports-clang-3.0
+compiler.blacklist-append macports-llvm-gcc-4.2 llvm-gcc-4.2
 
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl

Modified: trunk/dports/kde/kdevplatform/Portfile
===================================================================
--- trunk/dports/kde/kdevplatform/Portfile	2013-10-19 21:28:01 UTC (rev 112349)
+++ trunk/dports/kde/kdevplatform/Portfile	2013-10-20 14:09:41 UTC (rev 112350)
@@ -4,6 +4,7 @@
 PortSystem          1.0
 PortGroup           kde4 1.1
 PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                kdevplatform
 version             1.5.1
@@ -35,10 +36,9 @@
                     port:boost \
                     port:grantlee
 
-#XCode's clang < 5.0.0 does not compile. Force use of clang to support c++0x
-if {${configure.compiler} == "clang" && [vercmp $xcodeversion 5.0] < 0} {
-    configure.compiler  macports-clang-3.3
-}
+compiler.blacklist-append {clang < 500}
+compiler.blacklist-append macports-clang-3.1 macports-clang-3.0
+compiler.blacklist-append macports-llvm-gcc-4.2 llvm-gcc-4.2
 
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131020/bc86c950/attachment.html>


More information about the macports-changes mailing list