[33619] trunk/base/src/macports1.0/macports.tcl

afb at macports.org afb at macports.org
Thu Jan 31 10:50:07 PST 2008


Revision: 33619
          http://trac.macosforge.org/projects/macports/changeset/33619
Author:   afb at macports.org
Date:     2008-01-31 10:49:52 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
set value of x11prefix variable, from conf

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2008-01-31 18:06:00 UTC (rev 33618)
+++ trunk/base/src/macports1.0/macports.tcl	2008-01-31 18:49:52 UTC (rev 33619)
@@ -40,14 +40,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 portdbformat \
+        portdbpath libpath binpath auto_path extra_env sources_conf prefix x11prefix portdbformat \
         portinstalltype portarchivemode portarchivepath portarchivetype portautoclean \
         porttrace portverbose destroot_umask variants_conf rsync_server rsync_options \
         rsync_dir startupitem_type place_worksymlink xcodeversion xcodebuildcmd \
         mp_remote_url mp_remote_submit_url configureccache configuredistcc configurepipe buildnicevalue buildmakejobs"
     variable user_options "submitter_name submitter_email submitter_key"
     variable portinterp_options "\
-        portdbpath portpath portbuildpath auto_path prefix prefix_frozen portsharepath \
+        portdbpath portpath portbuildpath auto_path prefix prefix_frozen x11prefix portsharepath \
         registry.path registry.format registry.installtype portarchivemode portarchivepath \
         portarchivetype portautoclean porttrace portverbose destroot_umask rsync_server \
         rsync_options rsync_dir startupitem_type place_worksymlink \
@@ -320,6 +320,7 @@
     global macports::libpath
     global macports::prefix
     global macports::prefix_frozen
+    global macports::x11prefix
     global macports::registry.installtype
     global macports::rsync_dir
     global macports::rsync_options

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


More information about the macports-changes mailing list