summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-04-05 16:59:10 +0000
committeradrianp <adrianp>2008-04-05 16:59:10 +0000
commitd58e840151ababf1ac1f0a184672feef1f4fe695 (patch)
treeed5dffcea481650ac086c76776eee96c41ddffe8 /mk
parentcec099f2f564bd20fa9c064e3ce53bbc1825a566 (diff)
downloadpkgsrc-d58e840151ababf1ac1f0a184672feef1f4fe695.tar.gz
Remove old comment - this now does call audit-packages directly
Diffstat (limited to 'mk')
-rw-r--r--mk/flavor/pkg/check.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/flavor/pkg/check.mk b/mk/flavor/pkg/check.mk
index 58c7f8e6cd8..c91efa4a116 100644
--- a/mk/flavor/pkg/check.mk
+++ b/mk/flavor/pkg/check.mk
@@ -1,14 +1,10 @@
-# $NetBSD: check.mk,v 1.7 2008/03/15 16:12:27 joerg Exp $
+# $NetBSD: check.mk,v 1.8 2008/04/05 16:59:10 adrianp Exp $
#
# _flavor-check-vulnerable:
# Checks for known vulnerabilities in the package without needing
# audit-packages to be installed.
#
-# XXX: This should really be invoking audit-packages directly.
-# Having separately maintained piece of code that inspects the
-# vulnerabilities database is poor.
-#
_flavor-check-vulnerable: .PHONY
${_PKG_SILENT}${_PKG_DEBUG} \
_PKGVULNDIR=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -Q PKGVULNDIR`; \