[24660] trunk/base/src/port1.0/tests/portutil.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 29 12:32:44 PDT 2007


Revision: 24660
          http://trac.macosforge.org/projects/macports/changeset/24660
Author:   eridius at macports.org
Date:     2007-04-29 12:32:44 -0700 (Sun, 29 Apr 2007)

Log Message:
-----------
Remove hardcoding of /Library/Tcl

Modified Paths:
--------------
    trunk/base/src/port1.0/tests/portutil.tcl

Modified: trunk/base/src/port1.0/tests/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/tests/portutil.tcl	2007-04-29 19:22:23 UTC (rev 24659)
+++ trunk/base/src/port1.0/tests/portutil.tcl	2007-04-29 19:32:44 UTC (rev 24660)
@@ -2,13 +2,12 @@
 # Requires r/w access to /tmp
 # MacPorts must be installed for this to work
 
-catch {source /Library/Tcl/darwinports1.0/darwinports_fastload.tcl}
-# load the current copy of portutil instead of the installed one
-source [file dirname [info script]]/../portutil.tcl
 package require darwinports
-
 dportinit
 
+# load the current copy of portutil instead of the installed one
+source [file dirname [info script]]/../portutil.tcl
+
 # end boilerplate
 
 namespace eval tests {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070429/172a3638/attachment.html


More information about the macports-changes mailing list