summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache>2014-11-21 10:46:36 +0000
committerobache <obache>2014-11-21 10:46:36 +0000
commitba51018e9345db378ec669bc9857805977c9974a (patch)
treeb427f80aadf8893e98d583f667f874483e1d38d6 /mk
parentb53e3fc35068bf9568d940b0d2a2d0f1e8685749 (diff)
downloadpkgsrc-ba51018e9345db378ec669bc9857805977c9974a.tar.gz
Drop obsolated old bulk build related variable settings.
Diffstat (limited to 'mk')
-rw-r--r--mk/check/check-perms.mk6
-rw-r--r--mk/defaults/mk.conf10
-rw-r--r--mk/platform/Interix.mk9
3 files changed, 3 insertions, 22 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk
index 9e6f5a82493..bf857ed0ec5 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,12 +1,8 @@
-# $NetBSD: check-perms.mk,v 1.16 2014/10/12 23:39:17 joerg Exp $
+# $NetBSD: check-perms.mk,v 1.17 2014/11/21 10:46:36 obache Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
#
-# To use this check in bulk builds, add
-# BULK_PREREQ+= sysutils/checkperms
-# to your mk.conf file.
-#
# User-settable variables:
#
# CHECK_PERMS
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index dab330396eb..dfe3720d361 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.247 2014/10/23 13:34:09 wiz Exp $
+# $NetBSD: mk.conf,v 1.248 2014/11/21 10:46:36 obache Exp $
#
# This file provides default values for variables that may be overridden
@@ -699,14 +699,6 @@ 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.
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 8b3ccd8691e..e6b62c98997 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.73 2014/08/14 00:21:24 cheusov Exp $
+# $NetBSD: Interix.mk,v 1.74 2014/11/21 10:46:36 obache Exp $
#
# Variable definitions for the Interix operating system.
@@ -55,7 +55,6 @@ MAKE_FLAGS+= MKCATPAGES=no NOLINT=1
###
# NetBSD's faster, vfork-capable shell (not yet in pkgsrc)
-#BULK_PREREQ+= shells/nbsh
.if exists(${PREFIX}/bin/nbsh)
TOOLS_SHELL?= ${PREFIX}/bin/nbsh
WRAPPER_SHELL?= ${PREFIX}/bin/nbsh
@@ -64,12 +63,6 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh
INSTALL?= ${PREFIX}/bin/install-sh
SED?= ${PREFIX}/bin/nbsed
-.if defined(BATCH)
-BULK_PREREQ+= lang/perl5
-USE_BULK_BROKEN_CHECK?= no
-USE_BULK_TIMESTAMPS?= no
-.endif
-
###
### Platform definitions common to pkgsrc/mk/platform/*.mk
###