diff options
author | agc <agc@pkgsrc.org> | 2005-11-20 09:52:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-11-20 09:52:51 +0000 |
commit | 9ee6f68b3c4eb03a051b026d6c9bf21a7c3a87b2 (patch) | |
tree | f50acb524b2ac3f2e7075e4eca23dd8f4ec1804e /mk/bulk | |
parent | ba11eb0df5d3493dddde48c32ed5084a60986238 (diff) | |
download | pkgsrc-9ee6f68b3c4eb03a051b026d6c9bf21a7c3a87b2.tar.gz |
Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found
that the bulk builds would only work properly with the audit-packages
package installed at all times.
I am obviously hideously mistaken in this.
By popular request, revert the change to add audit-packages, since I
am told this is the incorrect way of doing this.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/bsd.bulk-pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 406b7ef4d8d..0e6565f87ff 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.104 2005/11/19 19:21:47 agc Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.105 2005/11/20 09:52:51 agc Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org> @@ -151,7 +151,7 @@ BULK_DBFILE?= ${BULKFILESDIR}/.bulk_db${BULK_ID} # A list of pkgs which we should _never_ delete during a build. The primary # use is for digest and also for xpkgwedge. Add pkgtools/xpkgwedge in # /etc/mk.conf to do an xpkgwedged bulk build. -BULK_PREREQ+= pkgtools/digest security/audit-packages +BULK_PREREQ+= pkgtools/digest # Commands for printing informational messages from the bulk build. # BULK_MSG_CONT is used for continuing a message started with BULK_MSG |