pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse91_base Remove outdated entries from "RP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78910967a4c9
branches:  trunk
changeset: 490673:78910967a4c9
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 17 16:08:59 2005 +0000

description:
Remove outdated entries from "RPMIGNOREPATH" and add some new ones to
prevent the installation of certain configuration files like e.g.
"nsswitch.conf" which might conflict with files in the host system. This
should fix the problems with running OpenOffice on NetBSD systems using
NIS as reported by Jan Schaumann in PR pkg/29025. Bump package revision
because of the above change.

diffstat:

 emulators/suse91_base/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ad690dee94fa -r 78910967a4c9 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile    Thu Mar 17 15:51:09 2005 +0000
+++ b/emulators/suse91_base/Makefile    Thu Mar 17 16:08:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/10/02 01:26:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/17 16:08:59 tron Exp $
 
 DISTNAME=              suse_base-${SUSE_VERSION}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -29,7 +29,9 @@
                        ncurses-5.4-59.${SUSE_ARCH}.rpm \
                        readline-4.3-306.${SUSE_ARCH}.rpm \
                        zlib-1.2.1-70.${SUSE_ARCH}.rpm
-RPMIGNOREPATH=         tmp usr/tmp var
+RPMIGNOREPATH=         ./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \
+                       ./etc/nsswitch.conf ./etc/pam.d ./etc/profile \
+                       ./etc/profile.d ./etc/profile.dos ./etc/shells
 
 LINUX_LDD=             ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
 



Home | Main Index | Thread Index | Old Index