diff options
author | joerg <joerg> | 2006-04-28 14:15:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-28 14:15:06 +0000 |
commit | 6ff69cd81bdd0bddbf737c057b7eda6cf5389974 (patch) | |
tree | cd8e0c51fc33d3ce5c973860006a74e8c7a90bed | |
parent | c93de66ecf1be4de2d67f76056bda40aa03f38d7 (diff) | |
download | pkgsrc-6ff69cd81bdd0bddbf737c057b7eda6cf5389974.tar.gz |
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.
-rw-r--r-- | emulators/suse100_glx/Makefile | 3 | ||||
-rw-r--r-- | emulators/suse100_glx/PLIST_rpmfix.i386 | 2 | ||||
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 5 | ||||
-rw-r--r-- | emulators/suse100_slang/Makefile | 3 | ||||
-rw-r--r-- | emulators/suse100_slang/PLIST_rpmfix.i386 | 2 |
5 files changed, 12 insertions, 3 deletions
diff --git a/emulators/suse100_glx/Makefile b/emulators/suse100_glx/Makefile index 0d5de4fa1f0..6b433ea3d70 100644 --- a/emulators/suse100_glx/Makefile +++ b/emulators/suse100_glx/Makefile @@ -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 --git a/emulators/suse100_glx/PLIST_rpmfix.i386 b/emulators/suse100_glx/PLIST_rpmfix.i386 new file mode 100644 index 00000000000..84378627263 --- /dev/null +++ b/emulators/suse100_glx/PLIST_rpmfix.i386 @@ -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 --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index 3c386476e0e..0b00a402b07 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -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 @@ do-install: ${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 --git a/emulators/suse100_slang/Makefile b/emulators/suse100_slang/Makefile index 1caa81d2513..803b9a5f478 100644 --- a/emulators/suse100_slang/Makefile +++ b/emulators/suse100_slang/Makefile @@ -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 --git a/emulators/suse100_slang/PLIST_rpmfix.i386 b/emulators/suse100_slang/PLIST_rpmfix.i386 new file mode 100644 index 00000000000..ba94212ba3d --- /dev/null +++ b/emulators/suse100_slang/PLIST_rpmfix.i386 @@ -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 |