pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gnuchess4 Regen to make GNU patch happy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb253fb6007c
branches:  trunk
changeset: 492630:bb253fb6007c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 17 04:58:22 2005 +0000

description:
Regen to make GNU patch happy.

diffstat:

 games/gnuchess4/distinfo         |   4 ++--
 games/gnuchess4/patches/patch-aa |  15 ++++-----------
 2 files changed, 6 insertions(+), 13 deletions(-)

diffs (42 lines):

diff -r 5b1caa207a53 -r bb253fb6007c games/gnuchess4/distinfo
--- a/games/gnuchess4/distinfo  Sun Apr 17 04:26:37 2005 +0000
+++ b/games/gnuchess4/distinfo  Sun Apr 17 04:58:22 2005 +0000
@@ -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 -r 5b1caa207a53 -r bb253fb6007c games/gnuchess4/patches/patch-aa
--- a/games/gnuchess4/patches/patch-aa  Sun Apr 17 04:26:37 2005 +0000
+++ b/games/gnuchess4/patches/patch-aa  Sun Apr 17 04:58:22 2005 +0000
@@ -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 @@
  #else
        fflush (stdout);
  #ifdef MSDOS
-       s[0] = '\0';
-       eof = ( gets (sx) == NULL );
- #else
-       eof = ( getstr (sx) == ERR );
- #endif
- #endif
-       sscanf (sx, "%s", s);



Home | Main Index | Thread Index | Old Index