[35138] trunk/base/src

afb at macports.org afb at macports.org
Tue Mar 18 01:57:12 PDT 2008


Revision: 35138
          http://trac.macosforge.org/projects/macports/changeset/35138
Author:   afb at macports.org
Date:     2008-03-18 01:57:09 -0700 (Tue, 18 Mar 2008)

Log Message:
-----------
put applications_dir and frameworks_dir in global variables

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

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2008-03-18 07:47:29 UTC (rev 35137)
+++ trunk/base/src/macports1.0/macports.tcl	2008-03-18 08:57:09 UTC (rev 35138)
@@ -45,7 +45,7 @@
         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 \
-        universal_target universal_sysroot universal_archs"
+        applications_dir frameworks_dir universal_target universal_sysroot universal_archs"
     variable user_options "submitter_name submitter_email submitter_key"
     variable portinterp_options "\
         portdbpath portpath portbuildpath auto_path prefix prefix_frozen x11prefix portsharepath \
@@ -53,7 +53,7 @@
         portarchivetype portautoclean porttrace portverbose destroot_umask rsync_server \
         rsync_options rsync_dir startupitem_type place_worksymlink \
         mp_remote_url mp_remote_submit_url configureccache configuredistcc configurepipe buildnicevalue buildmakejobs \
-        universal_target universal_sysroot universal_archs $user_options"
+        applications_dir frameworks_dir universal_target universal_sysroot universal_archs $user_options"
     
     # deferred options are only computed when needed.
     # they are not exported to the trace thread.

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2008-03-18 07:47:29 UTC (rev 35137)
+++ trunk/base/src/port1.0/portmain.tcl	2008-03-18 08:57:09 UTC (rev 35138)
@@ -58,6 +58,8 @@
 default worksymlink {[file join $portpath work]}
 default prefix /opt/local
 default x11prefix /usr/X11R6
+default applications_dir /Applications/MacPorts
+default frameworks_dir /Library/Frameworks
 default destdir destroot
 default destpath {${workpath}/${destdir}}
 # destroot is provided as a clearer name for the "destpath" variable

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


More information about the macports-changes mailing list