diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
commit | 3f36c1ecfa8e84d3b203dcaa6890245d223d08f1 (patch) | |
tree | 24ed362f2c32cb71b7dcf33a5feb49980f7346c5 /mk/defaults | |
parent | 04e0f26f5d48f5f4f65f7a97193e70032cf59194 (diff) | |
download | pkgsrc-3f36c1ecfa8e84d3b203dcaa6890245d223d08f1.tar.gz |
Revert "Drop obsolated old bulk build related variable settings."
proposed/discussed is required for such changes.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 166dd741d49..11b216962da 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.252 2014/12/30 15:13:19 wiz Exp $ +# $NetBSD: mk.conf,v 1.253 2015/02/01 11:42:59 obache Exp $ # # This file provides default values for variables that may be overridden @@ -699,6 +699,14 @@ BIND_USER?= named # Possible: any user name # Default: named +#BULK_PREREQ= +# Used during bulk package builds. Packages listed in this variable are +# assumed to be required to build all packages. Only a very limited number +# of packages belong in this variable. +# Currently pkgtools/digest is always added to this list. +# Possible: category/pkg +# Default: not defined + CACTI_GROUP?= cacti # System group to run the cacti collection cron jobs as. Used by the # "cacti" package. |