pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Despite having ALLOW_VULNERABLE_PACKAGES in my...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a182f623f0a6
branches:  trunk
changeset: 503413:a182f623f0a6
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Nov 20 09:52:51 2005 +0000

description:
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:

 mk/bulk/bsd.bulk-pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8601fd2a03cf -r a182f623f0a6 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Sun Nov 20 08:45:21 2005 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Sun Nov 20 09:52:51 2005 +0000
@@ -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@localhost>
@@ -151,7 +151,7 @@
 # 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



Home | Main Index | Thread Index | Old Index