pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Fix for part of PR#32092: add SKI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c803349c003b
branches:  trunk
changeset: 503273:c803349c003b
user:      erh <erh%pkgsrc.org@localhost>
date:      Thu Nov 17 17:05:30 2005 +0000

description:
Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install can
be updated even if audit-packages is out of date.  The audit-packages package
already has this.

diffstat:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9a10d16d9f98 -r c803349c003b pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Thu Nov 17 17:03:06 2005 +0000
+++ b/pkgtools/pkg_install/Makefile     Thu Nov 17 17:05:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2005/11/07 06:52:24 jlam Exp $
+# $NetBSD: Makefile,v 1.121 2005/11/17 17:05:30 erh Exp $
 
 # Notes to package maintainers:
 #
@@ -29,6 +29,7 @@
 USE_TOOLS+=            chmod cmp cp env find grep ln mkdir rm rmdir    \
                        sed sort touch
 
+SKIP_AUDIT_PACKAGES=   yes
 NO_PKGTOOLS_REQD_CHECK=        # defined
 NO_CHECKSUM=           yes
 NO_MTREE=              yes



Home | Main Index | Thread Index | Old Index