[104385] trunk/dports/kde/kate/Portfile

nicos at macports.org nicos at macports.org
Sun Mar 24 05:18:53 PDT 2013


Revision: 104385
          https://trac.macports.org/changeset/104385
Author:   nicos at macports.org
Date:     2013-03-24 05:18:53 -0700 (Sun, 24 Mar 2013)
Log Message:
-----------
kate: use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/kde/kate/Portfile

Modified: trunk/dports/kde/kate/Portfile
===================================================================
--- trunk/dports/kde/kate/Portfile	2013-03-24 12:08:02 UTC (rev 104384)
+++ trunk/dports/kde/kate/Portfile	2013-03-24 12:18:53 UTC (rev 104385)
@@ -6,6 +6,7 @@
 
 name                kate
 version             4.10.1
+revision            1
 categories          kde kde4
 license             LGPL-2+
 maintainers         nicos openmaintainer
@@ -31,11 +32,8 @@
                     port:qjson \
                     port:oxygen-icons
 
-#Forces use of clang compiler (does not build with gcc, ticket #37596)
-if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {
-    depends_build-append    port:clang-3.1
-    configure.compiler      macports-clang-3.1
-}
+#Blacklist gcc42 and llvm-gcc-42 (does not build with gcc, ticket #37596)
+compiler.blacklist  {gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2}
 
 livecheck.url       http://kde.mirrors.hoobly.com/stable/
 livecheck.regex     (\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130324/3d1336f3/attachment.html>


More information about the macports-changes mailing list