pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check revert previous - better do a bulk build with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b038cac61a3
branches:  trunk
changeset: 400537:7b038cac61a3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 21 18:00:00 2009 +0000

description:
revert previous - better do a bulk build with this change first to see
if/how much stuff is dependent on it.

diffstat:

 mk/check/check-files.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cb669990458f -r 7b038cac61a3 mk/check/check-files.mk
--- a/mk/check/check-files.mk   Wed Oct 21 17:56:37 2009 +0000
+++ b/mk/check/check-files.mk   Wed Oct 21 18:00:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.25 2009/10/21 17:00:33 tnn Exp $
+# $NetBSD: check-files.mk,v 1.26 2009/10/21 18:00:00 tnn 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
@@ -96,6 +96,9 @@
 CHECK_FILES_SKIP+=     ${PREFIX}/.*/fonts.cache-1
 .endif
 
+# Mutable charset.alias file
+CHECK_FILES_SKIP+=     ${PREFIX}/lib/charset.alias
+
 _CHECK_FILES_SKIP_FILTER=      ${GREP} -vx ${CHECK_FILES_SKIP:@f@-e ${DESTDIR:Q}${f:Q}@}
 
 ###########################################################################



Home | Main Index | Thread Index | Old Index