summaryrefslogtreecommitdiff
path: root/games/gnuchess/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-17 23:06:20 +0000
committertron <tron@pkgsrc.org>1999-11-17 23:06:20 +0000
commit45bd4ad8fbabf3cd18718bd2b96f6d6d00284755 (patch)
tree9b41e8cd84c340cc38e5e1e66347e994a7bb90f7 /games/gnuchess/patches
parent42a56ab4313f036c22517edc7e8cbb81893409e6 (diff)
downloadpkgsrc-45bd4ad8fbabf3cd18718bd2b96f6d6d00284755.tar.gz
Update "gnuchess" package to version 4.0.pl80:
- bug in gnuan (difftime was one parameter, should be two.)
Diffstat (limited to 'games/gnuchess/patches')
-rw-r--r--games/gnuchess/patches/patch-aa6
-rw-r--r--games/gnuchess/patches/patch-ab15
-rw-r--r--games/gnuchess/patches/patch-ac6
-rw-r--r--games/gnuchess/patches/patch-ad6
4 files changed, 12 insertions, 21 deletions
diff --git a/games/gnuchess/patches/patch-aa b/games/gnuchess/patches/patch-aa
index edef1b4f811..d8e5fca8f61 100644
--- a/games/gnuchess/patches/patch-aa
+++ b/games/gnuchess/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $
+$NetBSD: patch-aa,v 1.2 1999/11/17 23:06:22 tron Exp $
---- ../../gnuchess-4.0.pl79/src/dspcom.c Mon Sep 28 08:41:19 1998
-+++ ./src/dspcom.c Thu Dec 10 23:40:57 1998
+--- dspcom.c.orig Mon Sep 28 08:41:19 1998
++++ dspcom.c Thu Dec 10 23:40:57 1998
@@ -1099,14 +1099,14 @@
#ifdef NONDSP
s[0] = sx[0] = '\0';
diff --git a/games/gnuchess/patches/patch-ab b/games/gnuchess/patches/patch-ab
index b72036ab048..819ff1e9aed 100644
--- a/games/gnuchess/patches/patch-ab
+++ b/games/gnuchess/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $
+$NetBSD: patch-ab,v 1.2 1999/11/17 23:06:22 tron Exp $
---- ../../gnuchess-4.0.pl79/src/gnuan.c Mon Sep 28 08:41:21 1998
-+++ ./src/gnuan.c Thu Dec 10 23:39:26 1998
+--- gnuan.c.orig Sat Apr 3 05:58:53 1999
++++ gnuan.c Wed Nov 17 23:57:25 1999
@@ -1348,12 +1348,12 @@
fpout = stderr;
fprintf (fpout, "Input the file with the algebraic moves of the game.\n");
@@ -45,12 +45,3 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $
p = GNUANinbuf1;
q = GNUANinbuf;
while (true)
-@@ -1724,7 +1725,7 @@
- move_percent[black] = ((float) same_moves[black]) * 200 / (float) (GNUANmovecnt + (GNUANmovecnt % 2 ? 1 : 0));
- fprintf (fpout, "\n White's percentage was %5.2f%%. Black's percentage was %5.2f%%.\n", move_percent[white], move_percent[black]);
- time (&end_time);
-- elapsed_time = difftime(end_time - start_time);
-+ elapsed_time = difftime(end_time, start_time);
- fprintf (fpout, "\n Elapsed time was %ld seconds.\n", elapsed_time);
- fclose (fpin);
- fclose (fpout);
diff --git a/games/gnuchess/patches/patch-ac b/games/gnuchess/patches/patch-ac
index cb6eba68fe9..cf2a5b72996 100644
--- a/games/gnuchess/patches/patch-ac
+++ b/games/gnuchess/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $
+$NetBSD: patch-ac,v 1.2 1999/11/17 23:06:22 tron Exp $
---- ../../gnuchess-4.0.pl79/src/nondsp.c Mon Sep 28 08:41:22 1998
-+++ ./src/nondsp.c Thu Dec 10 23:39:26 1998
+--- nondsp.c.orig Mon Sep 28 08:41:22 1998
++++ nondsp.c Thu Dec 10 23:39:26 1998
@@ -264,10 +264,11 @@
NewGame ();
diff --git a/games/gnuchess/patches/patch-ad b/games/gnuchess/patches/patch-ad
index 59fe7a0a3de..e12ca5e2e1e 100644
--- a/games/gnuchess/patches/patch-ad
+++ b/games/gnuchess/patches/patch-ad
@@ -1,7 +1,7 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/02/08 08:48:37 frueauf Exp $
+$NetBSD: patch-ad,v 1.2 1999/11/17 23:06:22 tron Exp $
---- ../../gnuchess-4.0.pl79/src/search.c Mon Sep 28 08:41:23 1998
-+++ ./src/search.c Thu Dec 10 23:39:26 1998
+--- search.c.orig Mon Sep 28 08:41:23 1998
++++ search.c Thu Dec 10 23:39:26 1998
@@ -174,7 +174,7 @@
while (true)
{