pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Drop obsolated old bulk build related variable sett...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45678854edc1
branches: trunk
changeset: 641925:45678854edc1
user: obache <obache%pkgsrc.org@localhost>
date: Fri Nov 21 10:46:36 2014 +0000
description:
Drop obsolated old bulk build related variable settings.
diffstat:
mk/check/check-perms.mk | 6 +-----
mk/defaults/mk.conf | 10 +---------
mk/platform/Interix.mk | 9 +--------
3 files changed, 3 insertions(+), 22 deletions(-)
diffs (71 lines):
diff -r b99d2255e52b -r 45678854edc1 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk Fri Nov 21 10:44:53 2014 +0000
+++ b/mk/check/check-perms.mk Fri Nov 21 10:46:36 2014 +0000
@@ -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 -r b99d2255e52b -r 45678854edc1 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Fri Nov 21 10:44:53 2014 +0000
+++ b/mk/defaults/mk.conf Fri Nov 21 10:46:36 2014 +0000
@@ -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 @@
# 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 -r b99d2255e52b -r 45678854edc1 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk Fri Nov 21 10:44:53 2014 +0000
+++ b/mk/platform/Interix.mk Fri Nov 21 10:46:36 2014 +0000
@@ -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 @@
###
# 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 @@
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
###
Home |
Main Index |
Thread Index |
Old Index