[110645] trunk/dports/science/arb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:42:09 PDT 2013


Revision: 110645
          https://trac.macports.org/changeset/110645
Author:   jeremyhu at macports.org
Date:     2013-09-02 17:42:09 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
arb: Adjust blacklisting

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

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2013-09-03 00:39:47 UTC (rev 110644)
+++ trunk/dports/science/arb/Portfile	2013-09-03 00:42:09 UTC (rev 110645)
@@ -87,8 +87,19 @@
                         PATH=${worksrcpath}/bin:$env(PATH)
 
 # https://trac.macports.org/ticket/33756
-compiler.blacklist      clang
+compiler.blacklist      *clang*
 
+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"
+        }
+    }
+}
+
 build.args              GCC=${configure.cc} \
                         GPP=${configure.cxx}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/bcf84ed8/attachment.html>


More information about the macports-changes mailing list