pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse100_base Fix CHECK_FILES in bulk build, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e061074d41a
branches:  trunk
changeset: 509894:1e061074d41a
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Mar 17 21:20:45 2006 +0000

description:
Fix CHECK_FILES in bulk build, by applying the same fix as for suse91_base

diffstat:

 emulators/suse100_base/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4d8d7fb497d4 -r 1e061074d41a emulators/suse100_base/Makefile
--- a/emulators/suse100_base/Makefile   Fri Mar 17 19:49:19 2006 +0000
+++ b/emulators/suse100_base/Makefile   Fri Mar 17 21:20:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:34:10 tonio Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/17 21:20:45 tonio Exp $
 
 DISTNAME=              suse_base-${SUSE_VERSION}
 CATEGORIES=            emulators
@@ -11,6 +11,10 @@
 
 CONFLICTS=             linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]*
 
+# these files are handled by manually during de-/installation/pkg_add
+CHECK_FILES_SKIP+=      ${PREFIX}/${EMULSUBDIR}/dev/.*
+CHECK_FILES_SKIP+=      ${PREFIX}/${EMULSUBDIR}/etc/ld.so.cache
+
 EXTRACT_ONLY=          # empty
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 PLIST_SUBST+=          EMULSUBDIR=${EMULSUBDIR:Q} LINUX_LIB=${LINUX_LIB:Q}



Home | Main Index | Thread Index | Old Index