[100323] trunk/dports/graphics/wxWidgets/Portfile

jwa at macports.org jwa at macports.org
Sat Dec 8 00:11:15 PST 2012


Revision: 100323
          https://trac.macports.org/changeset/100323
Author:   jwa at macports.org
Date:     2012-12-08 00:11:15 -0800 (Sat, 08 Dec 2012)
Log Message:
-----------
wxWidgets: make this to return an error on 10.8

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

Modified: trunk/dports/graphics/wxWidgets/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets/Portfile	2012-12-08 07:10:02 UTC (rev 100322)
+++ trunk/dports/graphics/wxWidgets/Portfile	2012-12-08 08:11:15 UTC (rev 100323)
@@ -110,6 +110,12 @@
     }
 }
 
+platform darwin 12 {
+    pre-fetch {
+        return -code return "${name} does not build on 10.8 due to missing Carbon support, please use port ${name}30 instead"
+    }
+}
+
 post-build {
     foreach c { ${contrib} } {
         system "cd ${build.dir} && make -C contrib/src/${c}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121208/1c2f1c6e/attachment.html>


More information about the macports-changes mailing list