diff options
author | tv <tv> | 1999-04-15 16:36:14 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-15 16:36:14 +0000 |
commit | 0fd37da39fdb84f649a4a2d7326ce2bc49b0572e (patch) | |
tree | 596ba57b6a22b366b5c10eac91f224af0befdb17 /emulators/compat13 | |
parent | 029d8c3dec7e6271e25661f0386ac86755fd2fae (diff) | |
download | pkgsrc-0fd37da39fdb84f649a4a2d7326ce2bc49b0572e.tar.gz |
NetBSD 1.3.x compatibility package for 1.4 and beyond.
Diffstat (limited to 'emulators/compat13')
-rw-r--r-- | emulators/compat13/Makefile | 29 | ||||
-rw-r--r-- | emulators/compat13/files/md5 | 9 | ||||
-rw-r--r-- | emulators/compat13/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/compat13/pkg/DESCR | 4 | ||||
-rw-r--r-- | emulators/compat13/pkg/PLIST | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile new file mode 100644 index 00000000000..929616ea6a2 --- /dev/null +++ b/emulators/compat13/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/15 16:36:14 tv Exp $ +# + +DISTNAME= compat13-${MACHINE_ARCH} +PKGNAME= compat13-1.3.3 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.netbsd.org/Releases/formal-1.3/index.html + +ONLY_FOR_ARCHS= alpha arm32 i386 m68k mipsel ns32k sparc +ONLY_FOR_OPSYS= NetBSD + +# this is blank on "ineligible" version +OPSYS_VER!= uname -r +.if (${OPSYS_VER:C/^1\.3.*//} == "") +IGNORE= "NetBSD version not new enough: ${OPSYS_VER}" +.endif + +NO_BUILD= yes + +do-install: + ${INSTALL_DATA} ${WRKDIR}/lib*.so* ${PREFIX}/lib/ +.if (${MACHINE_ARCH} == "mipsel") + ${LN} -sf ld.elf_so /usr/libexec/ld.so +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/compat13/files/md5 b/emulators/compat13/files/md5 new file mode 100644 index 00000000000..3ee27840822 --- /dev/null +++ b/emulators/compat13/files/md5 @@ -0,0 +1,9 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/15 16:36:15 tv Exp $ + +MD5 (compat13-alpha.tar.gz) = 23b714b7322be77f8c10dcc8e650aaa6 +MD5 (compat13-arm32.tar.gz) = 4e1ff9e826a6e05dc9fe7f9140301d69 +MD5 (compat13-i386.tar.gz) = 50268aedf2b9f7c34ee8f65d657d2761 +MD5 (compat13-m68k.tar.gz) = 97364f4ba54a163a53452a17d375253a +MD5 (compat13-mipsel.tar.gz) = 9c3ecf4bbd7379d3c0063d8bbc02e787 +MD5 (compat13-ns32k.tar.gz) = a1fd9df53df4a7f25fe196ce87957193 +MD5 (compat13-sparc.tar.gz) = 1b6d0e4be3b36e59976bd8d1b4aaf656 diff --git a/emulators/compat13/pkg/COMMENT b/emulators/compat13/pkg/COMMENT new file mode 100644 index 00000000000..687e56fa41e --- /dev/null +++ b/emulators/compat13/pkg/COMMENT @@ -0,0 +1 @@ +Shared libraries for NetBSD 1.3 (and earlier) compatibility diff --git a/emulators/compat13/pkg/DESCR b/emulators/compat13/pkg/DESCR new file mode 100644 index 00000000000..555ddc7bf08 --- /dev/null +++ b/emulators/compat13/pkg/DESCR @@ -0,0 +1,4 @@ +This package supplies the user files necessary for full compatibility with +dynamically linked executables compiled under NetBSD 1.3. You still need +the option COMPAT_13 in your kernel configuration (and probably others; +see options(4) for more information) to make use of NetBSD 1.3 binaries. diff --git a/emulators/compat13/pkg/PLIST b/emulators/compat13/pkg/PLIST new file mode 100644 index 00000000000..a43be539c5d --- /dev/null +++ b/emulators/compat13/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/15 16:36:15 tv Exp $ +lib/libedit.so.1.0 +lib/libg++.so.4.0 +lib/libstdc++.so.0.1 +lib/libutil.so.4.2 |