pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check mk: check for installed files that are not in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5547dcb10d2
branches: trunk
changeset: 369628:e5547dcb10d2
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 02 14:14:04 2017 +0000
description:
mk: check for installed files that are not in PLIST by default
Previously, this was only enabled with PKG_DEVELOPER.
Ok kamil@ jperkin@
diffstat:
mk/check/check-files.mk | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 9310200adae8 -r e5547dcb10d2 mk/check/check-files.mk
--- a/mk/check/check-files.mk Mon Oct 02 14:05:22 2017 +0000
+++ b/mk/check/check-files.mk Mon Oct 02 14:14:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.35 2017/06/14 16:23:09 prlw1 Exp $
+# $NetBSD: check-files.mk,v 1.36 2017/10/02 14:14:04 wiz 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
@@ -10,7 +10,7 @@
# CHECK_FILES
# "yes" to enable the check, "no" to disable it.
#
-# Default value: "yes" for PKG_DEVELOPERs, "no" otherwise.
+# Default value: "yes"
#
# CHECK_FILES_STRICT
# When set to "yes", VARBASE and PKG_SYSCONFDIR are checked in
@@ -29,11 +29,7 @@
_USER_VARS.check-files= CHECK_FILES CHECK_FILES_STRICT
_PKG_VARS.check-files= CHECK_FILES_SKIP
-.if ${PKG_DEVELOPER:Uno} != "no"
CHECK_FILES?= yes
-.else
-CHECK_FILES?= no
-.endif
CHECK_FILES_STRICT?= no
# Info index files updated when a new info file is added.
Home |
Main Index |
Thread Index |
Old Index