summaryrefslogtreecommitdiff
path: root/games/crafty/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-08 17:23:46 +0000
committerjlam <jlam>2001-02-08 17:23:46 +0000
commit478c098b56cdf7547878ae063160119d87a2d68f (patch)
tree75d1de00bb6a84a6802629b88621f48f9036ade2 /games/crafty/patches
parent13e63d64194c101c1790632b1771420507a2ff8d (diff)
downloadpkgsrc-478c098b56cdf7547878ae063160119d87a2d68f.tar.gz
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).
Diffstat (limited to 'games/crafty/patches')
-rw-r--r--games/crafty/patches/patch-aa14
1 files changed, 7 insertions, 7 deletions
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)' \