NetBSD 1.3.x compatibility package for 1.4 and beyond.

This commit is contained in:
tv 1999-04-15 16:36:14 +00:00
parent cea0293f59
commit c508d502cb
5 changed files with 48 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -0,0 +1 @@
Shared libraries for NetBSD 1.3 (and earlier) compatibility

View file

@ -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.

View file

@ -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