[110614] trunk/dports/lang/chapel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:24:23 PDT 2013


Revision: 110614
          https://trac.macports.org/changeset/110614
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:24:23 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
chapel: Update blacklisting

Modified Paths:
--------------
    trunk/dports/lang/chapel/Portfile

Modified: trunk/dports/lang/chapel/Portfile
===================================================================
--- trunk/dports/lang/chapel/Portfile	2013-09-02 23:23:33 UTC (rev 110613)
+++ trunk/dports/lang/chapel/Portfile	2013-09-02 23:24:23 UTC (rev 110614)
@@ -29,8 +29,19 @@
 use_parallel_build  no
   
 # chapel has buggy C++ code that fails with clang
-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"
+        }
+    }
+}
+
 configure.optflags  -O3
 
 variant universal {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/762c34a8/attachment.html>


More information about the macports-changes mailing list