summaryrefslogtreecommitdiff
path: root/emulators/compat12
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/compat12
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/compat12')
-rw-r--r--emulators/compat12/Makefile21
-rwxr-xr-xemulators/compat12/files/configure22
-rw-r--r--emulators/compat12/files/md515
-rw-r--r--emulators/compat12/pkg/DESCR8
-rw-r--r--emulators/compat12/pkg/PLIST5
5 files changed, 20 insertions, 51 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index ae7f594acf4..42caabe6d55 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,27 +1,18 @@
-# $NetBSD: Makefile,v 1.7 1998/07/15 12:01:42 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/08/13 02:17:39 tv Exp $
#
-DISTNAME= compat12
+DISTNAME= compat12-1.2.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= _${ARCH}.tgz
+EXTRACT_SUFX= -${MACHINE_ARCH}.tar.gz
MAINTAINER= tv@netbsd.org
-ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3
+ONLY_FOR_ARCHS= i386 m68k ns32k sparc
-MIRROR_DISTFILE= no
-HAS_CONFIGURE= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/usr/lib
-PLIST_SRC= ${WRKSRC}/.PLIST
-post-extract:
- @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
+do-install:
+ ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/
.include "../../mk/bsd.pkg.mk"
-
-# for sun3x in 1.3.x, get sun3 package
-.if (${ARCH} == "sun3x")
-ARCH= sun3
-.endif
diff --git a/emulators/compat12/files/configure b/emulators/compat12/files/configure
deleted file mode 100755
index d1c7d2195ed..00000000000
--- a/emulators/compat12/files/configure
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-# $NetBSD: configure,v 1.2 1998/05/08 21:22:35 tron Exp $
-# Configure package and create its Makefile and PLIST
-
-echo Configuring compat12 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/compat12/files/md5 b/emulators/compat12/files/md5
index 61fd52b1d1c..43b40d71590 100644
--- a/emulators/compat12/files/md5
+++ b/emulators/compat12/files/md5
@@ -1,11 +1,6 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:21:28 agc Exp $
+$NetBSD: md5,v 1.3 1998/08/13 02:17:39 tv Exp $
-MD5 (compat12_amiga.tgz) = d9d2939fc4607c498bddb34c47e051f5
-MD5 (compat12_atari.tgz) = 258286a20c74f07eeaf770c159f65cad
-MD5 (compat12_hp300.tgz) = 76f7eda9ecd6830ba52ec748e2db7d9a
-MD5 (compat12_i386.tgz) = 1be7cc9e943c3010ea32d8c3e188db4a
-MD5 (compat12_mac68k.tgz) = ef69cadb5b7b4a9389060fa51949294a
-MD5 (compat12_mvme68k.tgz) = 7acb6bbdafd8412e8a467c8923c596ee
-MD5 (compat12_pc532.tgz) = 5ee4752065e2431812fb7201e3be90ea
-MD5 (compat12_sparc.tgz) = 687bd864d1ee5436f349f58cb59384f0
-MD5 (compat12_sun3.tgz) = 7765a72206b21a222d1e778c3cb7cabe
+MD5 (compat12-i386.tar.gz) = 25497f20330197262e513ebfb8fa9247
+MD5 (compat12-m68k.tar.gz) = 7711595a3916be92d518f5904ea55f92
+MD5 (compat12-ns32k.tar.gz) = 415f7a3d735036908c358814d28d82ba
+MD5 (compat12-sparc.tar.gz) = 2f28e7761826eb69ba03c0426e28fbc6
diff --git a/emulators/compat12/pkg/DESCR b/emulators/compat12/pkg/DESCR
index 61691c032f8..07ae50cd3db 100644
--- a/emulators/compat12/pkg/DESCR
+++ b/emulators/compat12/pkg/DESCR
@@ -1,5 +1,5 @@
This package supplies the user files necessary for full compatibility with
-dynamically linked executables compiled under NetBSD 1.2 (and 1.2.1) and
-earlier releases. You still need the option COMPAT_12 in your kernel
-configuration (and probably others; see options(4) for more information)
-to make use of NetBSD 1.2 binaries.
+dynamically linked executables compiled under NetBSD 1.1 through 1.2.1.
+You still need the option COMPAT_12 in your kernel configuration (and
+probably others; see options(4) for more information) to make use of
+NetBSD 1.2 binaries.
diff --git a/emulators/compat12/pkg/PLIST b/emulators/compat12/pkg/PLIST
new file mode 100644
index 00000000000..46b19bba62f
--- /dev/null
+++ b/emulators/compat12/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 1998/08/13 02:17:39 tv Exp $
+lib/libedit.so.0.0
+lib/libg++.so.2.0
+lib/libg++.so.3.0
+lib/libutil.so.3.2