diff options
author | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 02:53:26 +0000 |
---|---|---|
committer | jdarrow <jdarrow@pkgsrc.org> | 2002-08-13 02:53:26 +0000 |
commit | 4dc01db3bca65c35d8b24928a7b96343252a11c4 (patch) | |
tree | fdd213d09810d6eeaada9269978c5cb055db7a59 /emulators/netbsd32_compat14 | |
parent | 64dcebac20537588e31db84c9dbe8689fa353a56 (diff) | |
download | pkgsrc-4dc01db3bca65c35d8b24928a7b96343252a11c4.tar.gz |
Update package to 1.4.3.1 (netbsd-1-4 as of 2002-06-28, plus patch to
lib/libc/rpc/xdr_array.c). Includes libc security fixes for
SA2002-006 and SA2002-011 (and probably other bugs found since 1.4.3).
Diffstat (limited to 'emulators/netbsd32_compat14')
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 23 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/distinfo | 6 |
2 files changed, 15 insertions, 14 deletions
diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index 6b2a598c33b..b9bdaa67b11 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,23 +1,24 @@ -# $NetBSD: Makefile,v 1.3 2002/08/01 02:37:43 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/13 03:06:10 jdarrow Exp $ # -.if ${MACHINE_ARCH} == "sparc64" -MACHINE32_ARCH= sparc -.else -MACHINE32_ARCH= ${MACHINE_ARCH} -.endif - -DISTNAME= compat14-${MACHINE32_ARCH} -PKGNAME= netbsd32_compat14-1.0 +DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} +PKGNAME= netbsd32_compat14-${VERSION} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} -DEPENDS+= netbsd32_compat15-1.0:../netbsd32_compat15 - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.4/index.html COMMENT= 32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility +DEPENDS+= netbsd32_compat15>=1.0:../netbsd32_compat15 + +VERSION= 1.4.3.1 + +.if ${MACHINE_ARCH} == "sparc64" +MACHINE32_ARCH= sparc +.else +MACHINE32_ARCH= ${MACHINE_ARCH} +.endif ONLY_FOR_PLATFORM= NetBSD-*-sparc64 NO_MTREE= # defined diff --git a/emulators/netbsd32_compat14/distinfo b/emulators/netbsd32_compat14/distinfo index f36dd561e77..0859c1f7c71 100644 --- a/emulators/netbsd32_compat14/distinfo +++ b/emulators/netbsd32_compat14/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:49:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/08/13 03:06:10 jdarrow Exp $ -SHA1 (compat14-sparc.tar.gz) = b7a0513e170ecc8e0e12c3a18ac534e8ac7f8233 -Size (compat14-sparc.tar.gz) = 1820181 bytes +SHA1 (compat14-sparc-1.4.3.1.tar.gz) = 9c0e46ced11f1f56fde79158edebb12898ea4ffa +Size (compat14-sparc-1.4.3.1.tar.gz) = 1831758 bytes |