[110654] trunk/dports/textproc/opensp/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 19:08:51 PDT 2013


Revision: 110654
          https://trac.macports.org/changeset/110654
Author:   jeremyhu at macports.org
Date:     2013-09-02 19:08:50 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
opensp: Adjust blacklisting

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

Modified: trunk/dports/textproc/opensp/Portfile
===================================================================
--- trunk/dports/textproc/opensp/Portfile	2013-09-03 01:55:24 UTC (rev 110653)
+++ trunk/dports/textproc/opensp/Portfile	2013-09-03 02:08:50 UTC (rev 110654)
@@ -26,10 +26,24 @@
 
 patchfiles      patch-automake-1.13.diff
 
-compiler.blacklist clang
+# When building with clang, many symbols are missing (causes openjade to fail to build)
+# TODO: Figure out why and fix
+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"
+        }
+    }
+}
+
 use_autoreconf  yes
 autoreconf.args -fvi
+
 depends_lib	port:gettext
 
 configure.args	--enable-http --disable-dependency-tracking \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/09bc232f/attachment.html>


More information about the macports-changes mailing list