[110651] trunk/dports/science/solid/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 18:37:21 PDT 2013


Revision: 110651
          https://trac.macports.org/changeset/110651
Author:   jeremyhu at macports.org
Date:     2013-09-02 18:37:21 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
solid: Update blacklisting

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

Modified: trunk/dports/science/solid/Portfile
===================================================================
--- trunk/dports/science/solid/Portfile	2013-09-03 01:23:33 UTC (rev 110650)
+++ trunk/dports/science/solid/Portfile	2013-09-03 01:37:21 UTC (rev 110651)
@@ -24,7 +24,7 @@
 depends_lib         port:qhull
 
 # This project has buggy C++ code
-compiler.blacklist  clang
+compiler.blacklist  *clang*
 
 use_autoreconf      yes
 autoreconf.args     -fvi
@@ -35,4 +35,15 @@
 
 build.args          GLLIBS="-framework OpenGL -framework GLUT"
 
+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"
+        }
+    }
+}
+
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/db4b1e26/attachment-0001.html>


More information about the macports-changes mailing list