summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-04-05 16:59:10 +0000
committeradrianp <adrianp@pkgsrc.org>2008-04-05 16:59:10 +0000
commit8e7149e8cb1f21f22b171f4cd600e14b9d9500cc (patch)
treeed5dffcea481650ac086c76776eee96c41ddffe8 /mk
parent14193566e678f07cfc72561ba3e90c5fb3e33044 (diff)
downloadpkgsrc-8e7149e8cb1f21f22b171f4cd600e14b9d9500cc.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`; \