pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Add some more links to the PLIST of suse100_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eab14d6e58c6
branches:  trunk
changeset: 511980:eab14d6e58c6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 28 14:15:06 2006 +0000

description:
Add some more links to the PLIST of suse100_slang and suse100_glx,
by extending suse100_linux with the same override code as suse91 has.
Bump revision.

diffstat:

 emulators/suse100_glx/Makefile            |  3 ++-
 emulators/suse100_glx/PLIST_rpmfix.i386   |  2 ++
 emulators/suse100_linux/Makefile.common   |  5 ++++-
 emulators/suse100_slang/Makefile          |  3 ++-
 emulators/suse100_slang/PLIST_rpmfix.i386 |  2 ++
 5 files changed, 12 insertions(+), 3 deletions(-)

diffs (55 lines):

diff -r 3742693e9364 -r eab14d6e58c6 emulators/suse100_glx/Makefile
--- a/emulators/suse100_glx/Makefile    Fri Apr 28 14:11:25 2006 +0000
+++ b/emulators/suse100_glx/Makefile    Fri Apr 28 14:15:06 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/28 14:15:06 joerg Exp $
 
 DISTNAME=              suse_glx-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
diff -r 3742693e9364 -r eab14d6e58c6 emulators/suse100_glx/PLIST_rpmfix.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/PLIST_rpmfix.i386   Fri Apr 28 14:15:06 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST_rpmfix.i386,v 1.1 2006/04/28 14:15:06 joerg Exp $
+/usr/lib/libglide3.so.3
diff -r 3742693e9364 -r eab14d6e58c6 emulators/suse100_linux/Makefile.common
--- a/emulators/suse100_linux/Makefile.common   Fri Apr 28 14:11:25 2006 +0000
+++ b/emulators/suse100_linux/Makefile.common   Fri Apr 28 14:15:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2006/04/04 10:37:50 ghen Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/04/28 14:15:06 joerg Exp $
 
 .include "../../emulators/suse100_linux/vars.mk"
 .include "../../emulators/suse100_linux/arch.mk"
@@ -64,6 +64,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 3742693e9364 -r eab14d6e58c6 emulators/suse100_slang/Makefile
--- a/emulators/suse100_slang/Makefile  Fri Apr 28 14:11:25 2006 +0000
+++ b/emulators/suse100_slang/Makefile  Fri Apr 28 14:15:06 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 14:43:27 salo Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/28 14:15:06 joerg Exp $
 
 DISTNAME=              suse_slang-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
diff -r 3742693e9364 -r eab14d6e58c6 emulators/suse100_slang/PLIST_rpmfix.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_slang/PLIST_rpmfix.i386 Fri Apr 28 14:15:06 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST_rpmfix.i386,v 1.1 2006/04/28 14:15:06 joerg Exp $
+/usr/lib/libslang.so.1



Home | Main Index | Thread Index | Old Index