[110603] trunk/dports/graphics/enblend/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 15:51:16 PDT 2013


Revision: 110603
          https://trac.macports.org/changeset/110603
Author:   jeremyhu at macports.org
Date:     2013-09-02 15:51:16 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
enblend: Adjust blacklist

Modified Paths:
--------------
    trunk/dports/graphics/enblend/Portfile

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2013-09-02 22:50:26 UTC (rev 110602)
+++ trunk/dports/graphics/enblend/Portfile	2013-09-02 22:51:16 UTC (rev 110603)
@@ -43,8 +43,19 @@
 
 # TODO: Project has buggy C++ code
 # https://trac.macports.org/ticket/31762
-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"
+        }
+    }
+}
+
 # The build uses vast amounts of memory per job.
 use_parallel_build  no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/8df3872e/attachment.html>


More information about the macports-changes mailing list