diff options
author | minskim <minskim> | 2005-04-17 04:58:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-04-17 04:58:22 +0000 |
commit | 92e3394a2f6b824b4ade203e773eadd9ed124906 (patch) | |
tree | 253f7c199c1813217e7ac5f2ebc0a2966cc68619 /games/gnuchess4 | |
parent | 132d0a3a3fbe7f40b92d92c522c44d22b4b223bb (diff) | |
download | pkgsrc-92e3394a2f6b824b4ade203e773eadd9ed124906.tar.gz |
Regen to make GNU patch happy.
Diffstat (limited to 'games/gnuchess4')
-rw-r--r-- | games/gnuchess4/distinfo | 4 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-aa | 15 |
2 files changed, 6 insertions, 13 deletions
diff --git a/games/gnuchess4/distinfo b/games/gnuchess4/distinfo index 9e285322e32..4bbff87d814 100644 --- a/games/gnuchess4/distinfo +++ b/games/gnuchess4/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 23:11:58 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/04/17 04:58:22 minskim Exp $ SHA1 (gnuchess-4.0.pl80.tar.gz) = 0c581be2e7b6b17524e288e105a468a7ca328c8b RMD160 (gnuchess-4.0.pl80.tar.gz) = 889510f73c3e5143fc312c010e8324e68c11dcdc Size (gnuchess-4.0.pl80.tar.gz) = 1493280 bytes -SHA1 (patch-aa) = aa6be9e0c1bb13d17caefe86e5d0524c95e0526a +SHA1 (patch-aa) = 5536277956df81c31e7049e45fb9103dfa2aa58b SHA1 (patch-ab) = 0149bdbaa0cce03ce29274bbbe2346013e045382 SHA1 (patch-ac) = e3a320bc8e6e40be3a136b0229ff228b09bbe7a1 SHA1 (patch-ad) = 33e3f2fe7792d1bb0e17ffec3e4499341446a28b diff --git a/games/gnuchess4/patches/patch-aa b/games/gnuchess4/patches/patch-aa index 80a7db01e18..37782a99bf6 100644 --- a/games/gnuchess4/patches/patch-aa +++ b/games/gnuchess4/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/03/26 14:44:41 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2005/04/17 04:58:22 minskim Exp $ ---- dspcom.c.orig Mon Sep 28 08:41:19 1998 -+++ dspcom.c Thu Dec 10 23:40:57 1998 -@@ -1099,14 +1099,14 @@ +--- dspcom.c.orig 1998-09-28 01:41:19.000000000 -0500 ++++ dspcom.c +@@ -1099,7 +1099,7 @@ InputCommand (void) #ifdef NONDSP s[0] = sx[0] = '\0'; while (!sx[0]) @@ -11,10 +11,3 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/03/26 14:44:41 jlam Exp $ #else fflush (stdout); #ifdef MSDOS - s[0] = '\0'; - eof = ( gets (sx) == NULL ); - #else - eof = ( getstr (sx) == ERR ); - #endif - #endif - sscanf (sx, "%s", s); |