[110610] trunk/dports/graphics/inkscape/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:05:41 PDT 2013


Revision: 110610
          https://trac.macports.org/changeset/110610
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:05:41 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
inkscape: Adjust blacklisting

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

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2013-09-02 23:04:52 UTC (rev 110609)
+++ trunk/dports/graphics/inkscape/Portfile	2013-09-02 23:05:41 UTC (rev 110610)
@@ -85,8 +85,19 @@
 
 # The fix to build with clang will land in 0.48.5
 # https://bugs.launchpad.net/inkscape/+bug/992124
-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.args  --without-gnome-vfs \
                 --with-python \
                 --enable-lcms \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/9ec8e058/attachment.html>


More information about the macports-changes mailing list