[110660] trunk/dports/science/swarm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 20:32:53 PDT 2013


Revision: 110660
          https://trac.macports.org/changeset/110660
Author:   jeremyhu at macports.org
Date:     2013-09-02 20:32:53 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
swarm: Update blacklisting

Modified Paths:
--------------
    trunk/dports/science/swarm/Portfile

Modified: trunk/dports/science/swarm/Portfile
===================================================================
--- trunk/dports/science/swarm/Portfile	2013-09-03 02:34:54 UTC (rev 110659)
+++ trunk/dports/science/swarm/Portfile	2013-09-03 03:32:53 UTC (rev 110660)
@@ -30,6 +30,17 @@
 
 universal_variant   no
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 patchfiles          patch-libpng-1.5.diff
 
 post-patch {
@@ -41,7 +52,9 @@
 #sendmsg.c:200:10: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration]
 #sendmsg.c:507:10: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration]
 #sendmsg.c:510:5: error: use of unknown builtin '__builtin_return' [-Wimplicit-function-declaration]
-compiler.blacklist  clang
+# Nested functions
+# Buggy C++
+compiler.blacklist  *clang*
 
 configure.args      --with-x \
                     --x-include=${prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/6216c126/attachment.html>


More information about the macports-changes mailing list