From 475c3af361e8d88b417a921dd1797b165dd26b08 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 8 Feb 2001 17:23:46 +0000 Subject: Update crafty to 18.2. Changes from version 18.1 include: The main feature is that it fixes the winboard hang problem when crafty plays black on a chess server. It also has much more aggressive book learning (code has been significantly changed). A minor bug was fixed in analyze mode that would break the "h" command when black was on move, and show one less move for either side that had actually been played in the game. Another fixed bug reversed the sign of a score whispered in analysis mode. Pkgsrc changes include fixing the build target on Solaris (untested). --- games/crafty/Makefile | 8 ++++++-- games/crafty/files/md5 | 10 +++++----- games/crafty/files/patch-sum | 4 ++-- games/crafty/patches/patch-aa | 14 +++++++------- 4 files changed, 20 insertions(+), 16 deletions(-) (limited to 'games/crafty') diff --git a/games/crafty/Makefile b/games/crafty/Makefile index a4d8fc84e81..b50dca85832 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/01/14 04:42:43 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/08 17:23:46 jlam Exp $ -DISTNAME= crafty-18.1 +DISTNAME= crafty-18.2 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/v18/ \ ftp://ftp.cis.uab.edu/pub/hyatt/ \ @@ -31,6 +31,10 @@ ALL_TARGET= netbsd-sparc .else ALL_TARGET= netbsd .endif +.elif ${OPSYS} == "SunOS" +ALL_TARGET= solaris-gcc +.else +ALL_TARGET= generic .endif CRAFTY_OPTS= -DBOOKDIR=\\\"${BOOKDIR}\\\" diff --git a/games/crafty/files/md5 b/games/crafty/files/md5 index df549affe34..a84b8a2c999 100644 --- a/games/crafty/files/md5 +++ b/games/crafty/files/md5 @@ -1,6 +1,6 @@ -$NetBSD: md5,v 1.3 2001/01/14 04:42:43 jlam Exp $ +$NetBSD: md5,v 1.4 2001/02/08 17:23:47 jlam Exp $ -MD5 (crafty-18.1/crafty-18.1.tar.gz) = c488f023480a931810f5109081de8352 -MD5 (crafty-18.1/start.pgn) = 36185094abfee19d7d47af89bcb8969e -MD5 (crafty-18.1/read.me) = 14ed88844764137e023e28539feb936b -MD5 (crafty-18.1/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd +MD5 (crafty-18.2/crafty-18.2.tar.gz) = c777383ca5cc9202fe10bde12ce852cb +MD5 (crafty-18.2/start.pgn) = 36185094abfee19d7d47af89bcb8969e +MD5 (crafty-18.2/read.me) = ce9a5e014d23f36c2540628ba0dc1c0b +MD5 (crafty-18.2/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd diff --git a/games/crafty/files/patch-sum b/games/crafty/files/patch-sum index 6cf42802446..33d1001de99 100644 --- a/games/crafty/files/patch-sum +++ b/games/crafty/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.3 2001/01/15 07:00:03 jlam Exp $ +$NetBSD: patch-sum,v 1.4 2001/02/08 17:23:47 jlam Exp $ -MD5 (patch-aa) = c66ac63f151476a1179a01e8b40f35bd +MD5 (patch-aa) = c1946ecd5d17f7659daacfd81c31cc50 diff --git a/games/crafty/patches/patch-aa b/games/crafty/patches/patch-aa index 125c7896631..449593746be 100644 --- a/games/crafty/patches/patch-aa +++ b/games/crafty/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2001/01/15 07:00:03 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2001/02/08 17:23:47 jlam Exp $ ---- Makefile.orig Tue Dec 12 12:49:12 2000 +--- Makefile.orig Mon Feb 5 16:20:35 2001 +++ Makefile -@@ -124,7 +124,7 @@ +@@ -135,7 +135,7 @@ dos: $(MAKE) target=DOS \ CC=gcc CXX='$$(CC)' \ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2001/01/15 07:00:03 jlam Exp $ LDFLAGS='$(LDFLAGS)' \ opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B' \ -@@ -134,7 +134,7 @@ +@@ -145,7 +145,7 @@ freebsd: $(MAKE) target=FreeBSD \ CC=gcc CXX='$$(CC)' \ @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2001/01/15 07:00:03 jlam Exp $ LDFLAGS='$(LDFLAGS)' \ opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST' \ -@@ -240,7 +240,7 @@ +@@ -253,7 +253,7 @@ netbsd-i386: $(MAKE) target=NetBSD \ CC=gcc CXX=g++ \ @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.3 2001/01/15 07:00:03 jlam Exp $ -fomit-frame-pointer -funroll-all-loops \ -finline-functions -ffast-math' \ LDFLAGS='$(LDFLAGS)' \ -@@ -252,7 +252,7 @@ +@@ -265,7 +265,7 @@ netbsd-i386-elf: $(MAKE) target=NetBSD \ CC=gcc CXX=g++ \ @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.3 2001/01/15 07:00:03 jlam Exp $ -fomit-frame-pointer -funroll-all-loops \ -finline-functions -ffast-math' \ LDFLAGS='$(LDFLAGS)' \ -@@ -284,7 +284,7 @@ +@@ -297,7 +297,7 @@ os2: $(MAKE) target=OS2 \ CC=gcc CXX='$$(CC)' \ -- cgit v1.2.3