pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/sr Not all the world is a VAX.
details: https://anonhg.NetBSD.org/pkgsrc/rev/76c35f73d9bb
branches: trunk
changeset: 490070:76c35f73d9bb
user: is <is%pkgsrc.org@localhost>
date: Wed Mar 02 21:07:06 2005 +0000
description:
Not all the world is a VAX.
diffstat:
lang/sr/distinfo | 3 ++-
lang/sr/patches/patch-bc | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r c9ca019c6472 -r 76c35f73d9bb lang/sr/distinfo
--- a/lang/sr/distinfo Wed Mar 02 20:43:21 2005 +0000
+++ b/lang/sr/distinfo Wed Mar 02 21:07:06 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/03/02 14:23:35 is Exp $
+$NetBSD: distinfo,v 1.13 2005/03/02 21:07:06 is Exp $
SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337
Size (sr233.tar.Z) = 1424566 bytes
@@ -16,3 +16,4 @@
SHA1 (patch-az) = 1560c8ea0b760e2fb97385e565d87a49a879c6a2
SHA1 (patch-ba) = a29a664d693585ff39bc1f8d2c4b165981cde72a
SHA1 (patch-bb) = 6214584bde5a05386d0f31690b30a9c0a8c299af
+SHA1 (patch-bc) = be4f8c47486c5b6933494f4e92fd8c340425a167
diff -r c9ca019c6472 -r 76c35f73d9bb lang/sr/patches/patch-bc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sr/patches/patch-bc Wed Mar 02 21:07:06 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bc,v 1.1 2005/03/02 21:07:06 is Exp $
+
+--- rts/scan.c.orig 2003-11-21 21:00:01.000000000 +0100
++++ rts/scan.c
+@@ -7,7 +7,7 @@
+ static int scanToken (), scanInteger (), scanReal (), scanPointer ();
+ static int scanTokenFromSet ();
+
+-#define BACKCH(c,f,S,s) (S ? ((s>DATA (S)) ? (s)-- : 0) : (char*)ungetc (c, f))
++#define BACKCH(c,f,S,s) (S ? ((s>DATA (S)) ? (s)--,0 : 0) : ungetc (c, f))
+ #define NEXTCH(l,f,S,s) (S ? ((*s=='\0') ? EOF : * (Char*)(s)++) : INCH (l, f))
+
+ #define SCAN_LEN 50
Home |
Main Index |
Thread Index |
Old Index