summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-16 10:29:22 +0000
committerrillig <rillig@pkgsrc.org>2007-03-16 10:29:22 +0000
commit185782f13af1f9f4a8bae65cde12cfc1cff89ac3 (patch)
tree133a4ecf8e9c89125c8586d65e8e67af2310d4ec /mk/check
parent3279664f3829f5abf182d5719fc49cd62de57a53 (diff)
downloadpkgsrc-185782f13af1f9f4a8bae65cde12cfc1cff89ac3.tar.gz
Added the variable declarations for the "show-all" target.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-files.mk6
-rw-r--r--mk/check/check-headers.mk6
-rw-r--r--mk/check/check-portability.mk6
-rw-r--r--mk/check/check-shlibs.mk6
-rw-r--r--mk/check/check-wrkref.mk6
5 files changed, 25 insertions, 5 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index d97f4a2291e..d84c79997b4 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.15 2007/03/16 10:17:13 rillig Exp $
+# $NetBSD: check-files.mk,v 1.16 2007/03/16 10:29:22 rillig Exp $
#
# This file checks that the list of installed files matches the PLIST.
# For that purpose it records the file list of LOCALBASE before and
@@ -25,6 +25,10 @@
# really handled by pkgsrc.
#
+_VARGROUPS+= check-files
+_USER_VARS.check-files= CHECK_FILES CHECK_FILES_STRICT
+_PKG_VARS.check-files= CHECK_FILES_SKIP
+
.if defined(PKG_DEVELOPER)
CHECK_FILES?= yes
.endif
diff --git a/mk/check/check-headers.mk b/mk/check/check-headers.mk
index 24b84f97192..b084d0878e5 100644
--- a/mk/check/check-headers.mk
+++ b/mk/check/check-headers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-headers.mk,v 1.3 2007/01/02 17:58:11 rillig Exp $
+# $NetBSD: check-headers.mk,v 1.4 2007/03/16 10:29:22 rillig Exp $
#
# This file checks the C and C++ header files for possible problems.
#
@@ -15,6 +15,10 @@
# A list of filename patterns that should be skipped for this test.
#
+_VARGROUPS+= check-headers
+_USER_VARS.check-headers= CHECK_HEADERS
+_PKG_VARS.check-headers= CHECK_HEADERS_SKIP
+
.if defined(PKG_DEVELOPER)
# still experimental
#CHECK_HEADERS?= yes
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk
index 75f1f2d3846..87ad94dabd7 100644
--- a/mk/check/check-portability.mk
+++ b/mk/check/check-portability.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.3 2007/01/02 17:58:11 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.4 2007/03/16 10:29:22 rillig Exp $
#
# This file contains some checks that are applied to the configure
# scripts to check for certain constructs that are known to cause
@@ -28,6 +28,10 @@
# Default value: empty.
#
+_VARGROUPS+= check-portability
+_USER_VARS.check-portability= CHECK_PORTABILITY
+_PKG_VARS.check-portability= SKIP_PORTABILITY_CHECK CHECK_PORTABILITY_SKIP
+
.if defined(PKG_DEVELOPER)
CHECK_PORTABILITY?= yes
.endif
diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk
index 5e36fe46f31..85bda234c28 100644
--- a/mk/check/check-shlibs.mk
+++ b/mk/check/check-shlibs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-shlibs.mk,v 1.7 2006/11/11 23:31:38 rillig Exp $
+# $NetBSD: check-shlibs.mk,v 1.8 2007/03/16 10:29:22 rillig Exp $
#
# This file verifies that all libraries used by the package can be found
# at run-time.
@@ -18,6 +18,10 @@
# Default value: yes
#
+_VARGROUPS+= check-shlibs
+_USER_VARS.check-shlibs= CHECK_SHLIBS
+_PKG_VARS.check-shlibs= CHECK_LIBS_SUPPORTED
+
.if defined(PKG_DEVELOPER)
CHECK_SHLIBS?= yes
.endif
diff --git a/mk/check/check-wrkref.mk b/mk/check/check-wrkref.mk
index af0001765ef..51feb6e4be3 100644
--- a/mk/check/check-wrkref.mk
+++ b/mk/check/check-wrkref.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-wrkref.mk,v 1.12 2007/03/15 01:06:02 rillig Exp $
+# $NetBSD: check-wrkref.mk,v 1.13 2007/03/16 10:29:22 rillig Exp $
#
# This file checks that the installed files don't contain any strings
# that point to the directory where the package had been built, to make
@@ -24,6 +24,10 @@
# test, either absolute or relative to PREFIX.
#
+_VARGROUPS+= check-wrkref
+_USER_VARS.check-wrkref= CHECK_WRKREF
+_PKG_VARS.check-wrkref= CHECK_WRKREF_SKIP
+
.if defined(PKG_DEVELOPER)
CHECK_WRKREF?= tools
.endif