[110647] trunk/dports/science/eo/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:53:03 PDT 2013


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

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

Modified: trunk/dports/science/eo/Portfile
===================================================================
--- trunk/dports/science/eo/Portfile	2013-09-03 00:51:22 UTC (rev 110646)
+++ trunk/dports/science/eo/Portfile	2013-09-03 00:53:03 UTC (rev 110647)
@@ -42,8 +42,20 @@
 test.run                yes
 test.target             check
 
-compiler.blacklist      clang
+# TODO: Fix this project's buggy C++ code or file a bug upstream
+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"
+        }
+    }
+}
+
 variant applications {
         configure.args-append   --enable-applications
         configure.args-delete   --disable-applications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/d5134299/attachment.html>


More information about the macports-changes mailing list