[118524] trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl

mojca at macports.org mojca at macports.org
Thu Apr 3 15:14:55 PDT 2014


Revision: 118524
          https://trac.macports.org/changeset/118524
Author:   mojca at macports.org
Date:     2014-04-03 15:14:55 -0700 (Thu, 03 Apr 2014)
Log Message:
-----------
wxWidgets portgroup: remove wxPerl-3.0

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2014-04-03 21:55:48 UTC (rev 118523)
+++ trunk/dports/_resources/port1.0/group/wxWidgets-1.0.tcl	2014-04-03 22:14:55 UTC (rev 118524)
@@ -109,17 +109,11 @@
                 return -code error "incompatible Mac OS X version"
             }
         }
-    # support for wxPerl is just temporary until the upstream adapts wxPerl to be compatible with wxWidgets 3.0
+    # support for wxPerl was just temporary
     } elseif {${args} eq "wxPerl-3.0"} {
-        wxWidgets.name      "wxPerl"
-        wxWidgets.version   "2.9"
-        wxWidgets.port      "wxPerl-3.0"
-        if {${os.major} < 9} {
-            pre-fetch {
-                ui_error "${wxWidgets.port} requires Mac OS X 10.5 or later."
-                return -code error "incompatible Mac OS X version"
-            }
-        }
+        # throw an error
+        ui_error "You shouldn't be using 'wxWidgets.use wxPerl-3.0' any longer. Switch to wxWidgets-3.0."
+        return -code error "invalid parameter for wxWidgets.use"
     } else {
         # throw an error
         ui_error "invalid parameter for wxWidgets.use; use one of: wxWidgets-2.8/wxGTK-2.8/wxWidgets-3.0/wxGTK-3.0/wxPython-3.0"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140403/475f40dc/attachment.html>


More information about the macports-changes mailing list