[52735] branches/images-and-archives/base
blb at macports.org
blb at macports.org
Mon Jun 22 00:11:33 PDT 2009
Revision: 52735
http://trac.macports.org/changeset/52735
Author: blb at macports.org
Date: 2009-06-22 00:11:32 -0700 (Mon, 22 Jun 2009)
Log Message:
-----------
Remove now-outdated bits from the old image code
Modified Paths:
--------------
branches/images-and-archives/base/doc/macports.conf.5
branches/images-and-archives/base/src/macports1.0/macports.tcl
Modified: branches/images-and-archives/base/doc/macports.conf.5
===================================================================
--- branches/images-and-archives/base/doc/macports.conf.5 2009-06-22 07:01:39 UTC (rev 52734)
+++ branches/images-and-archives/base/doc/macports.conf.5 2009-06-22 07:11:32 UTC (rev 52735)
@@ -71,22 +71,6 @@
.br
.Ic Default:
flat
-.It Va portinstalltype
-Sets the mode in which ports are installed by MacPorts. Supported values are 'direct' or 'image'.
-The 'direct' mode is often used on systems that do not support 'image' due to limitations in their
-installed version of TCL. In 'direct' mode ports are installed directly into '${prefix}' and only
-one flavor of a port can be installed at any given time. In 'image' mode multiple flavors of a port
-(i.e., different versions and/or any possible combination of its variants) can be installed concurrently
-into '${portdbpath}/software/${portname}' and only one can be "activated" onto '${prefix}' via soft or
-hard links from the former to the latter.
-.br
-.Ic Default:
-image
-.\" I think Paul wrote code to suppot image on Jaguar, so the following comment may no longer be needed.
-.\" is this the case?
-.Pp
-NOTE. Mac OS X 10.2 and Darwin 6.x users should switch to 'direct' mode to have MacPorts working properly
-on their systems.
.It Va applications_dir
Directory containing Applications installed from ports.
.br
Modified: branches/images-and-archives/base/src/macports1.0/macports.tcl
===================================================================
--- branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-06-22 07:01:39 UTC (rev 52734)
+++ branches/images-and-archives/base/src/macports1.0/macports.tcl 2009-06-22 07:11:32 UTC (rev 52735)
@@ -1244,7 +1244,7 @@
}
}
-# Determine if the named port is active (only for image mode)
+# Determine if the named port is active
proc _portnameactive {portname} {
if {[catch {set reslist [registry::active $portname]}]} {
return 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090622/838759c2/attachment.html>
More information about the macports-changes
mailing list