[109599] users/mojca/wxports/devel/wxd/Portfile

mojca at macports.org mojca at macports.org
Sun Aug 18 05:33:56 PDT 2013


Revision: 109599
          https://trac.macports.org/changeset/109599
Author:   mojca at macports.org
Date:     2013-08-18 05:33:55 -0700 (Sun, 18 Aug 2013)
Log Message:
-----------
mojca/wxd: definitely doesn't work with wxWidgets 2.9, so removing the option

Modified Paths:
--------------
    users/mojca/wxports/devel/wxd/Portfile

Modified: users/mojca/wxports/devel/wxd/Portfile
===================================================================
--- users/mojca/wxports/devel/wxd/Portfile	2013-08-18 12:23:20 UTC (rev 109598)
+++ users/mojca/wxports/devel/wxd/Portfile	2013-08-18 12:33:55 UTC (rev 109599)
@@ -44,17 +44,7 @@
     }
 }
 
-variant wxwidgets30 conflicts wxgtk28 wxwidgets28 description {Use wxWidgets 2.9 (probably not working)} {
-    wxWidgets.use       wxWidgets-3.0
-    depends_lib-append  port:${wxWidgets.port}
-    build.env-append    WX_CONFIG=${wxWidgets.wxconfig}
-    post-patch {
-        # TODO: create a patch for this; not sure if this is needed or not
-        reinplace "s|wx-config|${wxWidgets.wxconfig}|" ${worksrcpath}/wxc.cbp
-    }
-}
-
-variant wxwidgets28 conflicts wxgtk28 wxwidgets30 description {Use 32-bit Carbon-based wxWidgets 2.8} {
+variant wxwidgets28 conflicts wxgtk28 description {Use 32-bit Carbon-based wxWidgets 2.8} {
     wxWidgets.use       wxWidgets-2.8
     depends_lib-append  port:${wxWidgets.port}
     build.env-append    WX_CONFIG=${wxWidgets.wxconfig}
@@ -63,7 +53,7 @@
     }
 }
 
-variant wxgtk28 conflicts wxwidgets28 wxwidgets30 description {Use wxWidgets 2.8 with GTK} {
+variant wxgtk28 conflicts wxwidgets28 description {Use wxWidgets 2.8 with GTK} {
     wxWidgets.use       wxGTK-2.8
     depends_lib-append  port:${wxWidgets.port}
     build.env-append    WX_CONFIG=${wxWidgets.wxconfig}
@@ -72,7 +62,7 @@
     }
 }
 
-if {![variant_isset wxwidgets30] && ![variant_isset wxwidgets28] && ![variant_isset wxgtk28]} {
+if {![variant_isset wxwidgets28] && ![variant_isset wxgtk28]} {
     if {[vercmp $xcodeversion 4.4] >= 0} {
         default_variants +wxgtk28
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130818/01a5a4d9/attachment-0001.html>


More information about the macports-changes mailing list