[111288] trunk/dports/devel/codeblocks/Portfile

mojca at macports.org mojca at macports.org
Wed Sep 18 05:12:51 PDT 2013


Revision: 111288
          https://trac.macports.org/changeset/111288
Author:   mojca at macports.org
Date:     2013-09-18 05:12:51 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
codeblocks: make wxgtk28 the default variant also on 10.6 (wxwidgets28 seems broken, #40389)

Modified Paths:
--------------
    trunk/dports/devel/codeblocks/Portfile

Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile	2013-09-18 12:02:48 UTC (rev 111287)
+++ trunk/dports/devel/codeblocks/Portfile	2013-09-18 12:12:51 UTC (rev 111288)
@@ -114,6 +114,7 @@
 variant aqua {}
 variant x11 {}
 
+# this variant seems to be broken
 variant wxwidgets28 conflicts wxgtk28 description {Use 32-bit Carbon-based wxWidgets 2.8} {
     wxWidgets.use           wxWidgets-2.8
     depends_lib-append      port:${wxWidgets.port}
@@ -163,9 +164,7 @@
         default_variants +wxwidgets28
     } elseif {[variant_isset x11]} {
         default_variants +wxgtk28
-    } elseif {[vercmp $xcodeversion 4.4] >= 0} {
-        default_variants +wxgtk28
     } else {
-        default_variants +wxwidgets28
+        default_variants +wxgtk28
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/ec32df34/attachment-0001.html>


More information about the macports-changes mailing list