[110661] trunk/dports/textproc/cuneiform/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 20:41:15 PDT 2013


Revision: 110661
          https://trac.macports.org/changeset/110661
Author:   jeremyhu at macports.org
Date:     2013-09-02 20:41:15 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
cuneiform: Adjust blacklisting

Modified Paths:
--------------
    trunk/dports/textproc/cuneiform/Portfile

Modified: trunk/dports/textproc/cuneiform/Portfile
===================================================================
--- trunk/dports/textproc/cuneiform/Portfile	2013-09-03 03:32:53 UTC (rev 110660)
+++ trunk/dports/textproc/cuneiform/Portfile	2013-09-03 03:41:15 UTC (rev 110661)
@@ -31,6 +31,17 @@
 
 depends_lib             port:ImageMagick
 
+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"
+        }
+    }
+}
+
 post-extract {
     file mkdir ${worksrcpath}/build
 }
@@ -41,7 +52,7 @@
 }
 
 # character too large for enclosing character literal type
-compiler.blacklist      clang
+compiler.blacklist      *clang*
 
 configure.dir           ${worksrcpath}/build
 configure.args-append   -DImageMagick_Magick++_INCLUDE_DIR:PATH=${prefix}/include/ImageMagick-6 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/2c41886f/attachment.html>


More information about the macports-changes mailing list