summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorobache <obache>2015-02-01 11:42:59 +0000
committerobache <obache>2015-02-01 11:42:59 +0000
commit7c198ebe8295714db03895e40794d3c404384001 (patch)
tree24ed362f2c32cb71b7dcf33a5feb49980f7346c5 /mk/defaults
parent00c08622c47ec02693b4cb19638bbcd7aca35834 (diff)
downloadpkgsrc-7c198ebe8295714db03895e40794d3c404384001.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.conf10
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.