[50966] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
toby at macports.org
toby at macports.org
Thu May 14 03:19:06 PDT 2009
Revision: 50966
http://trac.macports.org/changeset/50966
Author: toby at macports.org
Date: 2009-05-14 03:19:02 -0700 (Thu, 14 May 2009)
Log Message:
-----------
fix
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-05-14 07:54:32 UTC (rev 50965)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-05-14 10:19:02 UTC (rev 50966)
@@ -104,7 +104,8 @@
# undo setting of --host and --target from portconfigure.tcl procedure configure_get_universal_args
# XXX Quick hack for base after r49087
if {[llength [info commands "portconfigure::*"]] > 0} {
- set undo_system_value [portconfigure::configure_get_universal_system_name]
+ # XXX even more hackery, since portconfigure::configure_get_universal_system_name is gone on trunk
+ set undo_system_value ""
} else {
set undo_system_value [configure_get_universal_system_name]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090514/9de079cc/attachment.html>
More information about the macports-changes
mailing list