diff options
author | is <is@pkgsrc.org> | 2005-03-02 13:45:22 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-03-02 13:45:22 +0000 |
commit | e9a78737df81a9b538c8e09e15d11656ec2aca35 (patch) | |
tree | 9d43569be6abf7029892d11014b750cdade79e27 /lang/sr | |
parent | 597a4eb65eea1cef4623f2dea8e2ce96032cf894 (diff) | |
download | pkgsrc-e9a78737df81a9b538c8e09e15d11656ec2aca35.tar.gz |
All the world is not a VAX!
Diffstat (limited to 'lang/sr')
-rw-r--r-- | lang/sr/distinfo | 3 | ||||
-rw-r--r-- | lang/sr/patches/patch-az | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/sr/distinfo b/lang/sr/distinfo index 99ad0fc0b7c..3b05d54de20 100644 --- a/lang/sr/distinfo +++ b/lang/sr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2005/03/02 13:29:03 is Exp $ +$NetBSD: distinfo,v 1.10 2005/03/02 13:45:22 is Exp $ SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337 Size (sr233.tar.Z) = 1424566 bytes @@ -13,3 +13,4 @@ SHA1 (patch-av) = 1beabb719e6f4a1d1872bd66c73d0d1169686770 SHA1 (patch-aw) = 1bf4f69379229c7493b057a0445959b16cc36ca7 SHA1 (patch-ax) = a834a65f2574be388bb420fdf883a9ac74f00ec9 SHA1 (patch-ay) = ea10d5daf877ca129efdfdbc544159a75f70f395 +SHA1 (patch-az) = 1560c8ea0b760e2fb97385e565d87a49a879c6a2 diff --git a/lang/sr/patches/patch-az b/lang/sr/patches/patch-az new file mode 100644 index 00000000000..13fa6bf8fd3 --- /dev/null +++ b/lang/sr/patches/patch-az @@ -0,0 +1,13 @@ +$NetBSD: patch-az,v 1.1 2005/03/02 13:45:22 is Exp $ + +--- csw/cstest.c.orig 1999-07-28 20:42:21.000000000 +0000 ++++ csw/cstest.c +@@ -315,7 +315,7 @@ int m, n; + label = ""; + printf ("%s ---------------------------------------\n", label); + while (p <= q) { +- printf ("\t%08X (%2d) %08X ", (int) p, p - addr, i = * (int *) p); ++ printf ("\t%p (%2d) %08X ", p, p - addr, i = * (int *) p); + c = toascii (*p++); putchar (isprint (c) ? c : '.'); + c = toascii (*p++); putchar (isprint (c) ? c : '.'); + c = toascii (*p++); putchar (isprint (c) ? c : '.'); |