summaryrefslogtreecommitdiff
path: root/emulators/compat11
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-08-13 02:17:37 +0000
committertv <tv@pkgsrc.org>1998-08-13 02:17:37 +0000
commitbb2a45e08a4285c89fb9da2f05ac379e5f37498e (patch)
tree1108c08e82fe96492b1d06ff521da48168e3c055 /emulators/compat11
parent4b05a40caab846a0776e136ebcc54787555a8663 (diff)
downloadpkgsrc-bb2a45e08a4285c89fb9da2f05ac379e5f37498e.tar.gz
Consolidate and clean up compat11/compat12. Now there is only one pkg
(compat12), which uses MACHINE_ARCH and does not supply libkvm.
Diffstat (limited to 'emulators/compat11')
-rw-r--r--emulators/compat11/Makefile29
-rwxr-xr-xemulators/compat11/files/configure22
-rw-r--r--emulators/compat11/files/md511
-rw-r--r--emulators/compat11/pkg/COMMENT1
-rw-r--r--emulators/compat11/pkg/DESCR5
5 files changed, 0 insertions, 68 deletions
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile
deleted file mode 100644
index 8fff5c870a7..00000000000
--- a/emulators/compat11/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $
-#
-
-DISTNAME= compat11
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= _${ARCH}.tgz
-
-MAINTAINER= tv@netbsd.org
-
-DEPENDS+= compat12:../../emulators/compat12
-
-ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3
-
-MIRROR_DISTFILE= no
-HAS_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/usr/lib
-PLIST_SRC= ${WRKSRC}/.PLIST
-
-pre-configure:
- @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-
-.include "../../mk/bsd.pkg.mk"
-
-# for sun3x in 1.3.x, get sun3 package
-.if (${ARCH} == "sun3x")
-ARCH= sun3
-.endif
diff --git a/emulators/compat11/files/configure b/emulators/compat11/files/configure
deleted file mode 100755
index 76ea2df55ab..00000000000
--- a/emulators/compat11/files/configure
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-# $NetBSD: configure,v 1.2 1998/05/08 21:33:21 tron Exp $
-# Configure package and create its Makefile and PLIST
-
-echo Configuring compat11 package
-
-for file in lib*.so*; do
- echo >>Makefile "FILES+=$file"
- echo >>.PLIST "lib/$file"
-done
-
-cat >>Makefile <<EOF
-
-install:
- @echo Installing...
- \${BSD_INSTALL_DATA} \${FILES} \${PREFIX}/lib
-EOF
-
-cat >>.PLIST <<EOF
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
-EOF
diff --git a/emulators/compat11/files/md5 b/emulators/compat11/files/md5
deleted file mode 100644
index 33f4df9124a..00000000000
--- a/emulators/compat11/files/md5
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:21:28 agc Exp $
-
-MD5 (compat11_amiga.tgz) = 877075de6cbe6bfb0c8827376b1850b8
-MD5 (compat11_atari.tgz) = 8dd47cf3088068b9ec2e09805615924c
-MD5 (compat11_hp300.tgz) = 5fe6d421a278b9a39d7d9dde9374d7f5
-MD5 (compat11_i386.tgz) = de73017fedbc06ca52853cf246d4f544
-MD5 (compat11_mac68k.tgz) = ae2a354b8f17d9f481e5b14f89b0798e
-MD5 (compat11_mvme68k.tgz) = f9b0582138acc8ad16fd70e4a8753e12
-MD5 (compat11_pc532.tgz) = c33ad5455ebfa047f25fd07c8de667e8
-MD5 (compat11_sparc.tgz) = 851a4d6dacdcd0ef07b4819aa627eb4e
-MD5 (compat11_sun3.tgz) = 3e27eb2b151b973c66667bb2f76f0c97
diff --git a/emulators/compat11/pkg/COMMENT b/emulators/compat11/pkg/COMMENT
deleted file mode 100644
index 7eb4dbcbf2e..00000000000
--- a/emulators/compat11/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Shared libraries for NetBSD 1.1 (and earlier) compatibility
diff --git a/emulators/compat11/pkg/DESCR b/emulators/compat11/pkg/DESCR
deleted file mode 100644
index a6460807eb3..00000000000
--- a/emulators/compat11/pkg/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This package supplies the user files necessary for full compatibility with
-dynamically linked executables compiled under NetBSD 1.1 and earlier
-releases. You still need the options COMPAT_11 and COMPAT_12 in your
-kernel configuration (and probably others; see options(4) for more
-information) to make use of NetBSD 1.1 binaries.