[110613] trunk/dports/graphics/podofo/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:23:33 PDT 2013


Revision: 110613
          https://trac.macports.org/changeset/110613
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:23:33 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
podofu: Update blacklisting

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

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2013-09-02 23:16:22 UTC (rev 110612)
+++ trunk/dports/graphics/podofo/Portfile	2013-09-02 23:23:33 UTC (rev 110613)
@@ -46,9 +46,22 @@
                 patch-cmake-modules-FindFREETYPE.cmake.diff \
                 patch-lua-tools.diff
 
-compiler.blacklist clang
 use_parallel_build no
 
+# TODO: Fix this buggy C++ code
+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.cmd   cmake
 
 configure.args-append  -G \"Unix Makefiles\" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/25c78ed4/attachment-0001.html>


More information about the macports-changes mailing list