diff options
-rw-r--r-- | games/gnuchess/Makefile | 8 | ||||
-rw-r--r-- | games/gnuchess/files/md5 | 4 | ||||
-rw-r--r-- | games/gnuchess/files/patch-sum | 10 | ||||
-rw-r--r-- | games/gnuchess/patches/patch-aa | 6 | ||||
-rw-r--r-- | games/gnuchess/patches/patch-ab | 15 | ||||
-rw-r--r-- | games/gnuchess/patches/patch-ac | 6 | ||||
-rw-r--r-- | games/gnuchess/patches/patch-ad | 6 |
7 files changed, 23 insertions, 32 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index aa3cbc7902e..b577ded1f3c 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 1999/04/14 21:39:03 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/17 23:06:20 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # -DISTNAME= gnuchess-4.0.pl79 -PKGNAME= gnuchess-4.0.79 +DISTNAME= gnuchess-4.0.pl80 +PKGNAME= gnuchess-4.0.80 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU:=gnuchess/} +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org diff --git a/games/gnuchess/files/md5 b/games/gnuchess/files/md5 index c6d111c2ff4..58a5958c68a 100644 --- a/games/gnuchess/files/md5 +++ b/games/gnuchess/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/11/17 22:07:06 tron Exp $ +$NetBSD: md5,v 1.3 1999/11/17 23:06:21 tron Exp $ -MD5 (gnuchess-4.0.pl79.tar.gz) = 54be6bdcc55d36387213389369f78ec0 +MD5 (gnuchess-4.0.pl80.tar.gz) = 833110654ec086b4ace45e037612033e diff --git a/games/gnuchess/files/patch-sum b/games/gnuchess/files/patch-sum index 1abb3bc3c92..b30ecf57afb 100644 --- a/games/gnuchess/files/patch-sum +++ b/games/gnuchess/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:53 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/11/17 23:06:22 tron Exp $ -MD5 (patch-aa) = 5bd74c80879f7435aa6a73425943e8ed -MD5 (patch-ab) = 4d176448a3be508c017ad91b082d0253 -MD5 (patch-ac) = 9bfaf5e4612affbd628b7d53dfa9c491 -MD5 (patch-ad) = 23cb364b15d2e61c47752695f1979ee0 +MD5 (patch-aa) = eb9353044e32ba547471a5ec50bfd665 +MD5 (patch-ab) = 3878b056bf3bf89d75d483594a376584 +MD5 (patch-ac) = 5dbc904dd3ef1e75d198a07c2aa44340 +MD5 (patch-ad) = 91d9978a5ae0901d83a861769c21d900 MD5 (patch-ae) = 243c76fc330ec282d83ded70ffd68e16 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) { |