123456789101112131415161718192021222324252627 |
- #
- # Config file for the autoupdate program.
- #
- # Lines starting with a # are considered as comments
- # Configuration entries are single lines, lines may be extended by adding
- # a backslash right before the end of a line. If the backslash is on a
- # line with a comment, the next line will be seen as a comment too.
- #
- # Entries are single line entries
- # If a port has one of these pseudo flavors available the available ones
- # are added to the flavor list. The list may be separated either by whitespace
- # or comma.
- #pseudo_flavors = no_postgresql no_mysql no_sqlite2 no_jack no_arts \
- # native_bootstrap
- # If set to 1 logging will be enabled. The logging directory is created
- # via mktemp and printed after the script started.
- logging = 1
- # If set to 1 and with SUDO set in the environment or SUDO set in /etc/mk.conf
- # SUDO will be used for the make clean stage while building a package
- sudo_make_clean = 1
- # Number of jobs to run concurrently when the port is able to do parallel
- # builds
- make_jobs = 2
|