]> arthur.barton.de Git - pt.git/blob - etc/pt.conf
Removed (never used) CVS $Id$ tags.
[pt.git] / etc / pt.conf
1 #
2 # pt -- the MacPorts port tool
3 # Default configuration settings
4 #
5 # The following settings are boolean options. If a variable is set the
6 # option is enabled, the value of the variable doesn't matter. To disable
7 # an option, the variable must be empty/unset.
8 #
9 # Note: the value "0" is "set", so the option will be enabled!
10 # Use "XYZ=1" to enable an options, and "XYZ=" to disaple it.
11 #
12
13 # Run in "quiet mode", very few output. [Default: empty (=off)]
14 #QUIET=1
15
16 # Run in "verbose mode", display more information. [Default: empty (=off)]
17 #VERBOSE=1
18
19 # Run the port(1) command in "verbose" mode, so more output is displayed
20 # when MacPorts is working. [Default: empty (=off)]
21 #PORT_VERBOSE=1
22
23 # Enable "debug mode": a lot of (useful?) information is displayed.
24 # Very useful when analyzing problems with pt(1). [Default: empty (=off)]
25 #DEBUG=1
26
27 # Remove ports which have been deaktivated during upgrades, as the old
28 # versions of an installed port. [Default: 1 (=on)]
29 #UPGRADE_REMOVE_INACTIVE=
30
31 # Use "autoclean mode" of the port(1) command, e. g. execute the "clean"
32 # target after installation of packages. [Default: 1 (=on)]
33 #CLEAN_WORKDIR=
34
35 # -eof-