diff options
author | agc <agc> | 2005-11-19 00:30:54 +0000 |
---|---|---|
committer | agc <agc> | 2005-11-19 00:30:54 +0000 |
commit | 68d35a2e3668f7ef33329e5c7c569c5e5f2a9eab (patch) | |
tree | 4db646187c95a75d4504821b9b41cfef2a0cc836 /sysutils/gcombust | |
parent | 6d51d093e995470806b0a6e460f67025b5209566 (diff) | |
download | pkgsrc-68d35a2e3668f7ef33329e5c7c569c5e5f2a9eab.tar.gz |
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.
Diffstat (limited to 'sysutils/gcombust')
0 files changed, 0 insertions, 0 deletions