[110629] trunk/dports/math/classias/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:06:27 PDT 2013


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

Modified Paths:
--------------
    trunk/dports/math/classias/Portfile

Modified: trunk/dports/math/classias/Portfile
===================================================================
--- trunk/dports/math/classias/Portfile	2013-09-03 00:02:52 UTC (rev 110628)
+++ trunk/dports/math/classias/Portfile	2013-09-03 00:06:27 UTC (rev 110629)
@@ -21,7 +21,19 @@
 
 depends_lib         port:liblbfgs
 
-compiler.blacklist  clang
+# TODO: Fix this project's buggy C++ code or at least reference an upstream bug about it
+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"
+        }
+    }
+}
+
 livecheck.type      regex
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/4e99ef6c/attachment.html>


More information about the macports-changes mailing list