[24950] branches/dp2mp-move/base/src/macports1.0/macports.tcl

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 20:02:07 PDT 2007


Revision: 24950
          http://trac.macosforge.org/projects/macports/changeset/24950
Author:   jmpp at macports.org
Date:     2007-05-08 20:02:06 -0700 (Tue, 08 May 2007)

Log Message:
-----------
Move prefix_frozen variable declaration from 'bootstrap_options' to 'portinterp_options', where it should have been from the start.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/macports1.0/macports.tcl

Modified: branches/dp2mp-move/base/src/macports1.0/macports.tcl
===================================================================
--- branches/dp2mp-move/base/src/macports1.0/macports.tcl	2007-05-09 02:25:16 UTC (rev 24949)
+++ branches/dp2mp-move/base/src/macports1.0/macports.tcl	2007-05-09 03:02:06 UTC (rev 24950)
@@ -38,14 +38,14 @@
 namespace eval macports {
     namespace export bootstrap_options user_options portinterp_options open_mports ui_priorities
     variable bootstrap_options "\
-    	portdbpath libpath binpath auto_path extra_env sources_conf prefix prefix_frozen portdbformat \
+    	portdbpath libpath binpath auto_path extra_env sources_conf prefix portdbformat \
     	portinstalltype portarchivemode portarchivepath portarchivetype portautoclean \
     	porttrace portverbose destroot_umask variants_conf rsync_server rsync_options \
     	rsync_dir startupitem_type xcodeversion xcodebuildcmd \
         mp_remote_url mp_remote_submit_url"
     variable user_options "submitter_name submitter_email submitter_key"
     variable portinterp_options "\
-    	portdbpath portpath portbuildpath auto_path prefix portsharepath \
+    	portdbpath portpath portbuildpath auto_path prefix prefix_frozen portsharepath \
     	registry.path registry.format registry.installtype portarchivemode portarchivepath \
     	portarchivetype portautoclean porttrace portverbose destroot_umask rsync_server \
     	rsync_options rsync_dir startupitem_type \

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


More information about the macports-changes mailing list