[110324] trunk/dports/kde/krusader/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 29 15:49:06 PDT 2013


Revision: 110324
          https://trac.macports.org/changeset/110324
Author:   jeremyhu at macports.org
Date:     2013-08-29 15:49:06 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
krusader: Not supported on Mavericks

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

Modified: trunk/dports/kde/krusader/Portfile
===================================================================
--- trunk/dports/kde/krusader/Portfile	2013-08-29 22:39:42 UTC (rev 110323)
+++ trunk/dports/kde/krusader/Portfile	2013-08-29 22:49:06 UTC (rev 110324)
@@ -43,9 +43,21 @@
 # ticket #31655
 # krusader/Dialogs/checksumdlg.cpp:32:61: error: default arguments can only be specified for parameters in a function declaration
 #   const QString checksumFile, bool recursive, const QString& type=QString());
-if {${configure.compiler} == "clang"} {
-    configure.compiler  llvm-gcc-4.2
+compiler.blacklist-append *clang*
+
+platform darwin {
+    if {${os.major} >= 13} {
+        # TODO: Test Mavericks once the clang build failures are addressed
+
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
 }
 
+
 # awful hack to avoid meinproc crash, ticket #30162
 build.asroot        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/16f63e38/attachment.html>


More information about the macports-changes mailing list