[115246] trunk/dports/textproc/openjade/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Dec 29 23:46:59 PST 2013


Revision: 115246
          https://trac.macports.org/changeset/115246
Author:   jeremyhu at macports.org
Date:     2013-12-29 23:46:59 -0800 (Sun, 29 Dec 2013)
Log Message:
-----------
openjade: Provide a more useful error message to Mavericks users

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

Modified: trunk/dports/textproc/openjade/Portfile
===================================================================
--- trunk/dports/textproc/openjade/Portfile	2013-12-30 06:31:01 UTC (rev 115245)
+++ trunk/dports/textproc/openjade/Portfile	2013-12-30 07:46:59 UTC (rev 115246)
@@ -33,6 +33,19 @@
 depends_lib     port:opensp
 depends_run     port:xmlcatmgr
 
+platform darwin {
+    if {${os.major} >= 13} {
+        # TODO: Test Mavericks once the clang build failures are addressed
+
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 # TeXFOTBuilder.cxx:1876:48: error: default initialization of an object of const type 'const TeXFOTBuilder::PageFloatFlowObj' requires a user-provided default constructor
 compiler.blacklist *clang*
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131229/de78d8bf/attachment.html>


More information about the macports-changes mailing list