pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Add a mechanism to extend the rpm file list ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/842a6fed247c
branches:  trunk
changeset: 511965:842a6fed247c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 09:08:32 2006 +0000

description:
Add a mechanism to extend the rpm file list of suse9.1 packages.
Use it to include the shared library symlinks in suse91_x11,
they have been created and removed by ldconfig before. Bump revision.

diffstat:

 emulators/suse91_linux/Makefile.common |   5 ++++-
 emulators/suse91_x11/Makefile          |   4 ++--
 emulators/suse91_x11/PLIST_rpmfix.i386 |  14 ++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 3bd536cca1f9 -r 842a6fed247c emulators/suse91_linux/Makefile.common
--- a/emulators/suse91_linux/Makefile.common    Fri Apr 28 06:51:14 2006 +0000
+++ b/emulators/suse91_linux/Makefile.common    Fri Apr 28 09:08:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/12/12 14:43:24 joerg Exp $
+# $NetBSD: Makefile.common,v 1.14 2006/04/28 09:08:32 joerg Exp $
 
 .include "../../emulators/suse91_linux/vars.mk"
 .include "../../emulators/suse91_linux/arch.mk"
@@ -60,6 +60,9 @@
          ${RM} -f ${PLIST_SRC}; \
          ${CP} ${PKGSRCDIR}/emulators/suse_linux/PLIST_dynamic ${PLIST_SRC} ; \
        fi
+       @if [ -f ${PKGDIR}/PLIST_rpmfix.${MACHINE_ARCH} ]; then \
+           ${SED} -e 's,^/,${EMULSUBDIR}/,' ${PKGDIR}/PLIST_rpmfix.${MACHINE_ARCH} >> ${PLIST_SRC}; \
+       fi
        ${RPM2PKG} ${RPM2PKGARGS}
        @if ${GREP} -q 'lib.*\.so' ${PLIST_SRC}; then \
          ${ECHO_MSG} "===> [Automatic Linux shared object handling]"; \
diff -r 3bd536cca1f9 -r 842a6fed247c emulators/suse91_x11/Makefile
--- a/emulators/suse91_x11/Makefile     Fri Apr 28 06:51:14 2006 +0000
+++ b/emulators/suse91_x11/Makefile     Fri Apr 28 09:08:32 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/28 09:08:32 joerg Exp $
 
 DISTNAME=              suse_x11-${SUSE_VERSION}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
diff -r 3bd536cca1f9 -r 842a6fed247c emulators/suse91_x11/PLIST_rpmfix.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse91_x11/PLIST_rpmfix.i386    Fri Apr 28 09:08:32 2006 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST_rpmfix.i386,v 1.1 2006/04/28 09:08:32 joerg Exp $
+/usr/X11R6/lib/libFS.so.6
+/usr/X11R6/lib/libGLw.so.1
+/usr/X11R6/lib/libI810XvMC.so.1
+/usr/X11R6/lib/libVncExt.so.2
+/usr/X11R6/lib/libXRes.so.1
+/usr/X11R6/lib/libXfontcache.so.1
+/usr/X11R6/lib/libXinerama.so.1
+/usr/X11R6/lib/libXss.so.1
+/usr/X11R6/lib/libXvMC.so.1
+/usr/X11R6/lib/libXxf86rush.so.1
+/usr/X11R6/lib/libfontenc.so.1
+/usr/X11R6/lib/libxkbfile.so.1
+/usr/X11R6/lib/libxkbui.so.1



Home | Main Index | Thread Index | Old Index