[109136] trunk/dports/kde/kdepim4-runtime/Portfile

nicos at macports.org nicos at macports.org
Thu Aug 8 04:28:25 PDT 2013


Revision: 109136
          https://trac.macports.org/changeset/109136
Author:   nicos at macports.org
Date:     2013-08-08 04:28:24 -0700 (Thu, 08 Aug 2013)
Log Message:
-----------
kdepim4-runtime: use compiler_blacklist portgroup, revbump due to change of compiler (ticket #39983)

Modified Paths:
--------------
    trunk/dports/kde/kdepim4-runtime/Portfile

Modified: trunk/dports/kde/kdepim4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdepim4-runtime/Portfile	2013-08-08 11:25:59 UTC (rev 109135)
+++ trunk/dports/kde/kdepim4-runtime/Portfile	2013-08-08 11:28:24 UTC (rev 109136)
@@ -3,9 +3,11 @@
 
 PortSystem          1.0
 PortGroup           kde4   1.1
+PortGroup           compiler_blacklist_versions 1.0 
 
 name                kdepim4-runtime
 version             4.10.5
+revision            1
 categories          kde kde4
 maintainers         intevation.de:bjoern.ricks nicos
 license             GPL-2+ LGPL-2+
@@ -34,11 +36,8 @@
 
 #Blacklist gcc42 and llvm-gcc-42
 compiler.blacklist  gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2
-#Kdepim requires a recent compiler with c0x enabled. If Xcode is too old to have a recent clang, suggesting macports' one
-if {[vercmp $xcodeversion 4.2] < 0} {
-    depends_build-append    port:clang-3.2
-    compiler.fallback   macports-clang-3.2
-}
+#Also blacklist clang before Xcode 4.2
+compiler.blacklist-append   {clang < 211.10.1}
 
 livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
 livecheck.regex     kdepim-runtime-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130808/02def805/attachment.html>


More information about the macports-changes mailing list