[69585] branches/gsoc10-configfiles/base/src/macports1.0/macports.tcl

and.damore at macports.org and.damore at macports.org
Sat Jul 10 08:59:03 PDT 2010


Revision: 69585
          http://trac.macports.org/changeset/69585
Author:   and.damore at macports.org
Date:     2010-07-10 08:59:03 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
added options for config_paths and config_files

Modified Paths:
--------------
    branches/gsoc10-configfiles/base/src/macports1.0/macports.tcl

Modified: branches/gsoc10-configfiles/base/src/macports1.0/macports.tcl
===================================================================
--- branches/gsoc10-configfiles/base/src/macports1.0/macports.tcl	2010-07-10 15:56:33 UTC (rev 69584)
+++ branches/gsoc10-configfiles/base/src/macports1.0/macports.tcl	2010-07-10 15:59:03 UTC (rev 69585)
@@ -40,6 +40,7 @@
 namespace eval macports {
     namespace export bootstrap_options user_options portinterp_options open_mports ui_priorities port_phases 
     variable bootstrap_options "\
+        config_paths config_files\
         portdbpath libpath binpath auto_path extra_env sources_conf prefix portdbformat \
         portinstalltype portarchivemode portarchivepath portarchivetype portautoclean \
         porttrace portverbose keeplogs destroot_umask variants_conf rsync_server rsync_options \
@@ -49,6 +50,7 @@
         macportsuser proxy_override_env proxy_http proxy_https proxy_ftp proxy_rsync proxy_skip"
     variable user_options "submitter_name submitter_email submitter_key"
     variable portinterp_options "\
+        config_paths config_files\
         portdbpath porturl portpath portbuildpath auto_path prefix prefix_frozen portsharepath \
         registry.path registry.format registry.installtype portarchivemode portarchivepath \
         portarchivetype portautoclean porttrace keeplogs portverbose destroot_umask rsync_server \
@@ -425,6 +427,8 @@
     }
 
     global auto_path env tcl_platform
+    global macports::config_paths
+    global macports::config_files
     global macports::autoconf::macports_conf_path
     global macports::macports_user_dir
     global macports::bootstrap_options
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/3ea2d856/attachment.html>


More information about the macports-changes mailing list