summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-07-14 17:17:45 +0000
committeradrianp <adrianp@pkgsrc.org>2007-07-14 17:17:45 +0000
commit9b5c38d79dbccbee19d537dfb23cb7b8bb9989db (patch)
tree733bb9bf8834c4e036cdad133a94991629481b5d /mk/defaults
parent2a4d83908e9cb64123f7fe532eaba175f5d31b96 (diff)
downloadpkgsrc-9b5c38d79dbccbee19d537dfb23cb7b8bb9989db.tar.gz
Add support for the upcoming pkg_install-20070714 which now includes
audit-packages.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf22
1 files changed, 21 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 80d621deb34..2f15081f185 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.155 2007/07/02 14:02:06 joerg Exp $
+# $NetBSD: mk.conf,v 1.156 2007/07/14 17:17:45 adrianp Exp $
#
# This file provides default values for variables that may be overridden
@@ -21,6 +21,22 @@
# Possible: defined, not defined
# Default: not defined
+#AUDIT_PACKAGES_FLAGS=
+# List of flags passed to audit-packages(1).
+#
+# NOTE: If you have pkg_install<20070714 then this variable is not referenced.
+#
+# Possible: -e, -s, etc. See audit-packages(1)
+# Default: (no option)
+
+#DOWNLOAD_VULNERABILITY_LIST_FLAGS=
+# List of flags passed to download-vulnerability-list(1).
+#
+# NOTE: If you have pkg_install<20070714 then this variable is not referenced.
+#
+# Possible: -s, -c, etc. See download-vulnerability-list(1)
+# Default: (no option)
+
MANINSTALL?= maninstall catinstall
# Specify manpage installation types.
# Possible: maninstall, catinstall, both types or empty
@@ -371,6 +387,10 @@ PKGVULNDIR?= ${DISTDIR}
# Specifies where the `vulnerabilities' file is located. This variable
# is used by the audit-packages program and by pkgsrc itself to do security
# checks before building/installing programs.
+#
+# NOTE: If you have pkg_install>=20070714 then this variable is not referenced.
+# See audit-packages.conf(5)
+#
# Possible: any path you like
# Default: /usr/pkgsrc/distfiles