Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 11/19/2005 00:30:54
Module Name:	pkgsrc
Committed By:	agc
Date:		Sat Nov 19 00:30:54 UTC 2005

Modified Files:
	pkgsrc/mk/bulk: build

Log Message:
To check if the pkg_install tools are up to date, the bulk build script
cd's into pkgtools/pkglint and does a "make fetch".

Since the audit-packages check was introduced to bsd.pkg.mk, this
"make fetch" will fail with an error message which looks like:

	===> do-fetch [pkglint-4.42.1] ===> Checking for vulnerabilities in pkglint-4.42.1
	===> check-vulnerable [pkglint-4.42.1] ===> *** The audit-packages package must be at least version 1.40
	===> check-vulnerable [pkglint-4.42.1] ===> *** Please install the security/audit-packages package and run
	===> check-vulnerable [pkglint-4.42.1] ===> *** '/usr/pkg/sbin/download-vulnerability-list'.
	*** Error code 1

since there is no audit-packages package installed at this point (we
are still doing the pre-installation checks).

So call "make fetch" with an additional SKIP_AUDIT_PACKAGES=yes
argument at this point.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 pkgsrc/mk/bulk/build

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.