From 8e081ec8d1fe5ac3aca185d473b3adc107c60801 Mon Sep 17 00:00:00 2001 From: is Date: Sat, 12 Mar 2005 10:22:08 +0000 Subject: sr-2.3.3nb4 --- Replace sr_ptrval() by code that: - works per the specification and - works on LP64 machines as well as ILP32 machines. Designed to work anywhere where sizeof(L) >= sizeof(P). Cannot use %p, as we want to feed back the patch to the SR people, who maintain SR also on some very old systems. --- lang/sr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/sr/Makefile') diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 4c0530509c0..92eaa2bd2d4 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/03/11 23:24:13 is Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/12 10:22:08 is Exp $ # DISTNAME= sr233 PKGNAME= sr-2.3.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang parallel MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/ EXTRACT_SUFX= .tar.Z -- cgit v1.2.3