[38564] branches/gsoc08-framework/MacPorts_Framework/MPInterpreter.h

armahg at macports.org armahg at macports.org
Fri Jul 25 01:12:52 PDT 2008


Revision: 38564
          http://trac.macosforge.org/projects/macports/changeset/38564
Author:   armahg at macports.org
Date:     2008-07-25 01:12:52 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
Changed MP_DEFAULT_PKG_PATH to /Library/Tcl after building MacPorts from trunk with ui_ redefinition patch for macports.tcl patch applied. Framework passed initial testing with trunk build.

Modified Paths:
--------------
    branches/gsoc08-framework/MacPorts_Framework/MPInterpreter.h

Modified: branches/gsoc08-framework/MacPorts_Framework/MPInterpreter.h
===================================================================
--- branches/gsoc08-framework/MacPorts_Framework/MPInterpreter.h	2008-07-25 07:55:52 UTC (rev 38563)
+++ branches/gsoc08-framework/MacPorts_Framework/MPInterpreter.h	2008-07-25 08:12:52 UTC (rev 38564)
@@ -45,7 +45,7 @@
 
 #define	MPPackage			@"macports"
 #define MPPackageVersion	@"1.0"
-#define MP_DEFAULT_PKG_PATH @"/Users/Armahg/macportsbuild/build1/Library/Tcl"
+#define MP_DEFAULT_PKG_PATH @"/Library/Tcl"
 #define TCL_RETURN_CODE @"return code"
 #define TCL_RETURN_STRING @"return string"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/f4bd826c/attachment.html 


More information about the macports-changes mailing list