Revision: 91509 https://trac.macports.org/changeset/91509 Author: jmr@macports.org Date: 2012-04-03 14:50:29 -0700 (Tue, 03 Apr 2012) Log Message: ----------- clarify unsupported conf variables Modified Paths: -------------- trunk/base/doc/macports.conf.5 trunk/base/doc/macports.conf.in Modified: trunk/base/doc/macports.conf.5 =================================================================== --- trunk/base/doc/macports.conf.5 2012-04-03 21:44:20 UTC (rev 91508) +++ trunk/base/doc/macports.conf.5 2012-04-03 21:50:29 UTC (rev 91509) @@ -212,13 +212,14 @@ -rtzv --delete-after .It Va binpath Sets the directory search path for locating system executables used by MacPorts. This variable should contain -the paths for locating utilities such as rsync, tar, cvs and others. Don't change this unless you understand -and accept the consequences. +the paths for locating utilities such as rsync, tar, cvs and others. Changing this is unsupported; don't do so +unless you understand and accept the consequences. .br .Ic Default: ${prefix}/bin:${prefix}/sbin:/bin:/sbin:/usr/bin:/usr/sbin .It Va extra_env List of extra environment variables MacPorts should keep in the user's environment when sanitizing it. +Changing this is unsupported. .It Va revupgrade_autorun Controls whether the rev-upgrade action will be run automatically after upgrading ports. Modified: trunk/base/doc/macports.conf.in =================================================================== --- trunk/base/doc/macports.conf.in 2012-04-03 21:44:20 UTC (rev 91508) +++ trunk/base/doc/macports.conf.in 2012-04-03 21:50:29 UTC (rev 91509) @@ -10,8 +10,10 @@ # Where to store MacPorts working data portdbpath @localstatedir_expanded@/macports -# PATH settings that are used for external tools (configure, make, etc.) while installing ports. The default -# paths are given in the example; it need not be uncommented. Customizing binpath is intended for advanced users only. +# PATH settings that are used for external tools (configure, make, etc.) while +# installing ports. The default paths are given in the example; it need not be +# uncommented. Customizing binpath is unsupported and is intended for +# advanced users only. #binpath @prefix_expanded@/bin:@prefix_expanded@/sbin:/bin:/sbin:/usr/bin:/usr/sbin # Directory containing Xcode Tools (default is to ask xcode-select)
participants (1)
-
jmr@macports.org