summaryrefslogtreecommitdiff
path: root/games/crafty/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-03-09 19:55:58 +0000
committerjlam <jlam>2001-03-09 19:55:58 +0000
commitf7de009610149d5b27f28d3cd009f3fee90d89d1 (patch)
tree59db1da0ea13559678cf7ce3647f303b5a08187e /games/crafty/patches
parenteefcec0d60c7cbaf4c3ded0e3418a277dce06cea (diff)
downloadpkgsrc-f7de009610149d5b27f28d3cd009f3fee90d89d1.tar.gz
Update crafty to 18.4. Changes from version 18.3:
18.4 recapture extension was left in SearchSMP() erroneously. this has now been protected by a #ifdef just like it was in Search(). bug in RepetitionCheck() was causing problems in SMP versions. The entire repetition list code was modified to clean this up. the problem was most noticable on things like fine #70. bug in LearnImportBook() confused the learn value sign, due to the other changes to make +=white all the time. opposite bishop scoring has been beefed up a bit to avoid these drawish endings.
Diffstat (limited to 'games/crafty/patches')
-rw-r--r--games/crafty/patches/patch-aa24
1 files changed, 21 insertions, 3 deletions
diff --git a/games/crafty/patches/patch-aa b/games/crafty/patches/patch-aa
index 449593746be..48027b0eceb 100644
--- a/games/crafty/patches/patch-aa
+++ b/games/crafty/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2001/02/08 17:23:47 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2001/03/09 19:55:58 jlam Exp $
--- Makefile.orig Mon Feb 5 16:20:35 2001
+++ Makefile
@@ -20,12 +20,21 @@ $NetBSD: patch-aa,v 1.4 2001/02/08 17:23:47 jlam Exp $
LDFLAGS='$(LDFLAGS)' \
opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
-DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST' \
+@@ -243,7 +243,7 @@
+ netbsd:
+ $(MAKE) target=NetBSD \
+ CC=gcc CXX=g++ \
+- CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall \
++ CFLAGS='$(CFLAGS) -D_REENTRANT -Wall \
+ -fomit-frame-pointer -funroll-all-loops \
+ -finline-functions -ffast-math' \
+ LDFLAGS='$(LDFLAGS)' \
@@ -253,7 +253,7 @@
netbsd-i386:
$(MAKE) target=NetBSD \
CC=gcc CXX=g++ \
- CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall -m486 \
-+ CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall \
++ CFLAGS='$(CFLAGS) -D_REENTRANT -Wall \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
LDFLAGS='$(LDFLAGS)' \
@@ -34,7 +43,16 @@ $NetBSD: patch-aa,v 1.4 2001/02/08 17:23:47 jlam Exp $
$(MAKE) target=NetBSD \
CC=gcc CXX=g++ \
- CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall -m486 \
-+ CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall \
++ CFLAGS='$(CFLAGS) -D_REENTRANT -Wall \
+ -fomit-frame-pointer -funroll-all-loops \
+ -finline-functions -ffast-math' \
+ LDFLAGS='$(LDFLAGS)' \
+@@ -277,7 +277,7 @@
+ netbsd-sparc:
+ $(MAKE) target=NetBSD \
+ CC=gcc CXX=g++ \
+- CFLAGS='$(CFLAGS) -D_REENTRANT -O3 -Wall \
++ CFLAGS='$(CFLAGS) -D_REENTRANT -Wall \
-fomit-frame-pointer -funroll-all-loops \
-finline-functions -ffast-math' \
LDFLAGS='$(LDFLAGS)' \