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

and.damore at macports.org and.damore at macports.org
Tue Sep 25 05:18:39 PDT 2012


Revision: 98112
          http://trac.macports.org//changeset/98112
Author:   and.damore at macports.org
Date:     2012-09-25 05:18:39 -0700 (Tue, 25 Sep 2012)
Log Message:
-----------
port wxwidgets: early stops when using Xcode > 4.4, ticket #36156, maintainer timeout

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

Modified: trunk/dports/graphics/wxWidgets/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets/Portfile	2012-09-25 10:08:36 UTC (rev 98111)
+++ trunk/dports/graphics/wxWidgets/Portfile	2012-09-25 12:18:39 UTC (rev 98112)
@@ -93,6 +93,12 @@
 configure.cppflags-append    -arch ${configure.build_arch}
 
 platform darwin 11 {
+    pre-fetch {
+        if {[vercmp $xcodeversion 4.4] >= 0} {
+            return -code return "${name} cannot build on 10.7 with Xcode >= 4.4, please use port ${name}-devel instead"
+        }
+    }
+
     configure.args-append \
         --with-macosx-version-min=10.6
     if {[vercmp $xcodeversion 4.3] >= 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120925/6cb05734/attachment.html>


More information about the macports-changes mailing list