summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d70c517d808..55bf3fdc6ea 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,12 +1,8 @@
-# $NetBSD: check-perms.mk,v 1.18 2015/02/01 11:42:59 obache Exp $
+# $NetBSD: check-perms.mk,v 1.19 2015/02/16 10:42:00 jperkin 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 11b216962da..18405ec05b4 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.253 2015/02/01 11:42:59 obache Exp $
+# $NetBSD: mk.conf,v 1.254 2015/02/16 10:42:00 jperkin 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 610b32e96d8..220952b62e0 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.75 2015/02/01 11:42:59 obache Exp $
+# $NetBSD: Interix.mk,v 1.76 2015/02/16 10:42:00 jperkin 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
###