pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators Remove obsolete SuSE 6.4-based packages. The...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99e6409b5224
branches: trunk
changeset: 487491:99e6409b5224
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat Jan 15 12:39:32 2005 +0000
description:
Remove obsolete SuSE 6.4-based packages. These contain known security
bugs and are long desupported by SuSE.
diffstat:
emulators/suse64_audio/DESCR | 5 --
emulators/suse64_audio/Makefile | 24 ------------
emulators/suse64_audio/distinfo | 4 --
emulators/suse64_base/DESCR | 5 --
emulators/suse64_base/INSTALL | 34 -----------------
emulators/suse64_base/Makefile | 60 ------------------------------
emulators/suse64_base/PLIST | 12 ------
emulators/suse64_base/distinfo | 16 --------
emulators/suse64_base/files/SuSE-release | 2 -
emulators/suse64_base/files/ld.so.conf | 13 ------
emulators/suse64_base/files/linux-mkpwd.sh | 18 ---------
emulators/suse64_compat/DESCR | 5 --
emulators/suse64_compat/Makefile | 27 -------------
emulators/suse64_compat/distinfo | 4 --
emulators/suse64_devel/DESCR | 5 --
emulators/suse64_devel/Makefile | 26 -------------
emulators/suse64_devel/PLIST | 1 -
emulators/suse64_devel/distinfo | 18 ---------
emulators/suse64_glx/DESCR | 5 --
emulators/suse64_glx/Makefile | 24 ------------
emulators/suse64_glx/distinfo | 4 --
emulators/suse64_gtk/DESCR | 5 --
emulators/suse64_gtk/Makefile | 24 ------------
emulators/suse64_gtk/distinfo | 6 ---
emulators/suse64_libc5/DESCR | 4 --
emulators/suse64_libc5/Makefile | 25 ------------
emulators/suse64_libc5/distinfo | 4 --
emulators/suse64_libjpeg/DESCR | 4 --
emulators/suse64_libjpeg/Makefile | 26 -------------
emulators/suse64_libjpeg/distinfo | 4 --
emulators/suse64_libpng/DESCR | 4 --
emulators/suse64_libpng/Makefile | 23 -----------
emulators/suse64_libpng/distinfo | 4 --
emulators/suse64_linux/DESCR | 2 -
emulators/suse64_linux/Makefile | 28 --------------
emulators/suse64_linux/Makefile.common | 46 -----------------------
emulators/suse64_linux/PLIST | 2 -
emulators/suse64_vmware/DESCR | 5 --
emulators/suse64_vmware/Makefile | 39 -------------------
emulators/suse64_vmware/PLIST | 2 -
emulators/suse64_vmware/distinfo | 4 --
emulators/suse64_vmware/files/device-links | 21 ----------
emulators/suse64_x11/DESCR | 5 --
emulators/suse64_x11/Makefile | 25 ------------
emulators/suse64_x11/distinfo | 6 ---
emulators/suse64_xforms/DESCR | 5 --
emulators/suse64_xforms/Makefile | 25 ------------
emulators/suse64_xforms/distinfo | 4 --
48 files changed, 0 insertions(+), 664 deletions(-)
diffs (truncated from 856 to 300 lines):
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_audio/DESCR
--- a/emulators/suse64_audio/DESCR Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Linux compatibility package based on the SuSE Linux distribution, take a
-look at "http://www.suse.com/" for more information about it.
-
-This package supports running ELF binaries linked with glibc2 which require
-the "audiofile" library.
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_audio/Makefile
--- a/emulators/suse64_audio/Makefile Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:35:47 grant Exp $
-
-DISTNAME= suse_audio-${SUSE_VERSION}
-PKGREVISION= 1
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=snd1/}
-DISTFILES= ${RPMFILES}
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package for audio libraries
-
-DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-EXTRACT_ONLY= # empty
-NO_BUILD= yes
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-RPMFILES= audiofil.rpm
-
-.include "../suse64_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_audio/distinfo
--- a/emulators/suse64_audio/distinfo Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
-
-SHA1 (suse64/audiofil.rpm) = 7cada81cfc5b06323f0de33e13a916242ad11eb3
-Size (suse64/audiofil.rpm) = 290550 bytes
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/DESCR
--- a/emulators/suse64_base/DESCR Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Linux compatibility package based on the SuSE Linux distribution, take a
-look at "http://www.suse.com/" for more information about it.
-
-This package supports running ELF binaries linked with glibc2 which don't
-require X11 shared libraries.
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/INSTALL
--- a/emulators/suse64_base/INSTALL Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-#!/bin/sh
-# $NetBSD: INSTALL,v 1.3 2003/05/06 17:41:10 jmmv Exp $
-
-emul=linux
-if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
-
-cat <<EOF
-==============================================================================
-
-Do not forget to include COMPAT_LINUX (and EXEC_ELF32 on NetBSD systems older
-than 1.5) in your kernel configuration file. (Linux binaries require these
-options in order to work.)
-EOF
-
-if [ "`cd /etc && cd ${PKG_PREFIX}/emul/$emul 2>/dev/null && pwd -P`" != \
- "`cd / && cd /emul/$emul 2>/dev/null && pwd -P`" ]; then
- if [ -e /emul/$emul -o -L /emul/$emul ] || \
- [ \( -e /emul -o -L /emul \) -a ! -d /emul ]; then
- cat <<-EOF
-
- IMPORTANT: You must create a symbolic link from /emul/$emul to
- ${PKG_PREFIX}/emul/$emul in order for this package to work properly.
- (It seems there is something else located at /emul/$emul.)
- EOF
- else
- mkdir -p /emul
- ln -sf ${PKG_PREFIX}/emul/$emul /emul/$emul
- fi
-fi
-
-cat <<EOF
-
-==============================================================================
-EOF
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/Makefile
--- a/emulators/suse64_base/Makefile Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:35:48 grant Exp $
-
-DISTNAME= suse_base-${SUSE_VERSION}
-PKGREVISION= 8
-CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.suse.com/pub/suse/discontinued/i386/update/${SUSE_VERSION}/a1/ \
- ${MASTER_SITE_SUSE:=a1/}
-
-DISTFILES= ${RPMFILES}
-
-MAINTAINER= tron%NetBSD.org@localhost
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package
-
-CONFLICTS= linux_SuSE-5.3 linux_lib-2.4
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-EXTRACT_ONLY= # empty
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-RPMFILES= aaa_dir.rpm shlibs-2.1.3-209.i386.rpm \
- libz-1.1.3-575.i386.rpm \
- bash.rpm gppshare.rpm ncurses.rpm sh_utils.rpm
-RPMIGNOREPATH= tmp usr/tmp var
-
-LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd
-
-do-build:
- @for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \
- ${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \
- -e 's#@@EMULSUBDIR@@#${EMULSUBDIR}#g' \
- <$$FILE >${WRKDIR}/`basename $$FILE`; \
- done
- ${SED} -e 's#@@VERSION@@#${SUSE_VERSION}#g' \
- <${FILESDIR}/SuSE-release >${WRKDIR}/SuSE-release
-
-do-install:
- for FILE in ${WRKDIR}/*.sh; do \
- ${INSTALL_SCRIPT} $$FILE ${PREFIX}/sbin/`basename $$FILE .sh`; \
- done
- ${INSTALL_DATA_DIR} ${EMULDIR}/dev
- ${LN} -fs /dev/sound ${EMULDIR}/dev/dsp
- ${LN} -fs /dev/null ${EMULDIR}/dev/null
- @${CP} ${WRKDIR}/PLIST ${PLIST_SRC}
- ${RPM2PKG} ${RPM2PKGARGS}
- ${ECHO} "@dirrm ${EMULSUBDIR}" >>${PLIST_SRC}
- ${INSTALL_DATA} ${WRKDIR}/SuSE-release ${EMULDIR}/etc
- ${INSTALL_DATA} ${FILESDIR}/ld.so.conf ${EMULDIR}/etc
- ${EMULDIR}/sbin/ldconfig -r ${EMULDIR}
- ${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" \
- >>${PLIST_SRC}
- ${SED} -e 's:#! :#! /${EMULSUBDIR}:' \
- -e 's:^RTLD=:RTLD=/${EMULSUBDIR}:' \
- < ${LINUX_LDD} > ${LINUX_LDD}.new
- ${MV} ${LINUX_LDD}.new ${LINUX_LDD}
- ${CHMOD} +x ${LINUX_LDD}
- @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
-
-.include "../suse64_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/PLIST
--- a/emulators/suse64_base/PLIST Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2003/03/22 01:22:29 dillo Exp $
-sbin/linux-mkpwd
-@unexec ${RM} -f %D/@@EMULSUBDIR@@/etc/ld.so.cache
-@@EMULSUBDIR@@/etc/SuSE-release
-@@EMULSUBDIR@@/etc/ld.so.conf
-@unexec cd %D/@@EMULSUBDIR@@/etc && ${RM} -f group gshadow passwd shadow
-@exec ${MKDIR} %D/@@EMULSUBDIR@@/dev
-@exec ln -s /dev/sound %D/@@EMULSUBDIR@@/dev/dsp
-@unexec ${RM} -f %D/@@EMULSUBDIR@@/dev/dsp
-@exec ln -s /dev/null %D/@@EMULSUBDIR@@/dev/null
-@unexec ${RM} -f %D/@@EMULSUBDIR@@/dev/null
-@dirrm @@EMULSUBDIR@@/dev
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/distinfo
--- a/emulators/suse64_base/distinfo Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/08/04 01:51:28 grant Exp $
-
-SHA1 (suse64/aaa_dir.rpm) = 3a4af536ea05f76310d6194b8fd9968779efc00e
-Size (suse64/aaa_dir.rpm) = 19509 bytes
-SHA1 (suse64/shlibs-2.1.3-209.i386.rpm) = 3b7a3fe4493bb5f6c4d57abb846115426fa907f3
-Size (suse64/shlibs-2.1.3-209.i386.rpm) = 6614988 bytes
-SHA1 (suse64/libz-1.1.3-575.i386.rpm) = 9e80841f564a4318a610c3006378d051f602a577
-Size (suse64/libz-1.1.3-575.i386.rpm) = 90659 bytes
-SHA1 (suse64/bash.rpm) = 3c2b9bf7169cde8e9c2b9a930097b0abfc98e134
-Size (suse64/bash.rpm) = 763674 bytes
-SHA1 (suse64/gppshare.rpm) = 33a2db525712b6e3115cc2ac34c5ab847f162117
-Size (suse64/gppshare.rpm) = 1431064 bytes
-SHA1 (suse64/ncurses.rpm) = 837d7570c17a44233d5b04ebfbff54f8700291ff
-Size (suse64/ncurses.rpm) = 2042603 bytes
-SHA1 (suse64/sh_utils.rpm) = 27a0aacae80faf03f43b177f3c67b040b9e7f1fd
-Size (suse64/sh_utils.rpm) = 418599 bytes
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/files/SuSE-release
--- a/emulators/suse64_base/files/SuSE-release Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-SuSE Linux @@VERSION@@ (i386)
-VERSION = @@VERSION@@
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/files/ld.so.conf
--- a/emulators/suse64_base/files/ld.so.conf Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-/lib-aout
-/usr/X11R6/lib/Xaw95
-/usr/X11R6/lib/Xaw3d
-/usr/X11R6/lib
-/usr/X386/lib
-/usr/i486-linux/lib
-/usr/i486-linux-libc5/lib
-/usr/i486-linux-libc6/lib
-/usr/i486-linuxaout/lib
-/usr/local/lib
-/usr/openwin/lib
-/opt/kde/lib
-/opt/gnome/lib
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_base/files/linux-mkpwd.sh
--- a/emulators/suse64_base/files/linux-mkpwd.sh Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: linux-mkpwd.sh,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
-
-SRCDIR=/etc
-DESTDIR=@@EMULDIR@@/etc
-
-umask 22
-cd $DESTDIR
-cp $SRCDIR/passwd .
-sed s/^wheel:/root:/ <$SRCDIR/group >group
-
-umask 77
-awk -F: '{print($1":"$2":0:0:10000::::")}' <$SRCDIR/master.passwd >shadow
-sed s/^wheel:/root:/ <$SRCDIR/group |
-awk -F: '{print($1":*:root:root")}' >gshadow
-
-exit 0
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_compat/DESCR
--- a/emulators/suse64_compat/DESCR Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Linux compatibility package based on the SuSE Linux distribution, take a
-look at "http://www.suse.com/" for more information about it.
-
-This package contains some old shared libraries required for backwards
-compatibility.
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_compat/Makefile
--- a/emulators/suse64_compat/Makefile Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:35:49 grant Exp $
-
-DISTNAME= compat
-PKGNAME= suse_compat-${SUSE_VERSION}
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=a2/}
-EXTRACT_SUFX= .rpm
-
-MAINTAINER= tron%NetBSD.org@localhost
-HOMEPAGE= http://www.suse.com/
-COMMENT= Linux compatibility package with old shared libraries
-
-DEPENDS+= suse_base-${SUSE_VERSION}*:../suse64_base
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-EXTRACT_ONLY= # empty
-NO_BUILD= yes
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
-
-post-install:
- ${ECHO} "${EMULSUBDIR}/usr/lib/libncurses.so.2.1" >>${PLIST_SRC}
-
-.include "../suse64_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_compat/distinfo
--- a/emulators/suse64_compat/distinfo Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $
-
-SHA1 (suse64/compat.rpm) = d801f31eac659af95ae796afec84cf7f47694e51
-Size (suse64/compat.rpm) = 1592133 bytes
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_devel/DESCR
--- a/emulators/suse64_devel/DESCR Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Linux compatibility package based on the SuSE Linux distribution, take a
-look at "http://www.suse.com/" for more information about it.
-
-This package contains basic Linux system development tools in ELF binary
-format, linked with glibc2.
diff -r 3f4161e2de10 -r 99e6409b5224 emulators/suse64_devel/Makefile
--- a/emulators/suse64_devel/Makefile Sat Jan 15 11:54:16 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:35:50 grant Exp $
-
Home |
Main Index |
Thread Index |
Old Index