summaryrefslogtreecommitdiff
path: root/games/crafty/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-11-10 17:34:10 +0000
committerjlam <jlam@pkgsrc.org>2000-11-10 17:34:10 +0000
commit9c3064b08d6098c7634aad94d7af5805c22faf93 (patch)
tree6e2f1ec624735ef3a43ed378cf9684a8cb0e494d /games/crafty/Makefile
parent9a7dfc314f18db3cff023dd0d7917a5330a28b85 (diff)
downloadpkgsrc-9c3064b08d6098c7634aad94d7af5805c22faf93.tar.gz
Update crafty to 17.14. The author kindly accepted all patches back into the
main source tree, so no more pkgsrc patches. Changes from version 17.13: another endgame evaluation problem fixed. the outside passed pawn code worked well, up until the point the pawn had to be given up to decoy the other side's king away from the remainder of the pawns. Crafty now understands the king being closer to the pawns than the enemy king, and therefore transitions from outside passer to won king-pawn ending much cleaner. new command "selective" as requested by S. Lim, which allows the user to set the min/max null move R values (default=2/3). they can be set to 0 which disables null-move totally, or they can be set larger than the default for testing. minor changes to init.c sent by Eugene Nalimov to handle 64 bit pointer declarations for win64 executable compilation. NetBSD changes included along with a new Makefile that requires no editing to use for any known configuration ("make help" will explain how to use it). this was submitted by Johnny Lam. serious changes to the outside passed pawn code. the evaluator now understands that outside passers on _both_ sides of the board is basically winning. same goes for candidate passers.
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r--games/crafty/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 8bc215803c0..89c5893bc34 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:06:27 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/11/10 17:34:10 jlam Exp $
-DISTNAME= crafty-17.13
+DISTNAME= crafty-17.14
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \
ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
@@ -19,6 +19,7 @@ EXTRACT_ONLY= ${CRAFTY_DISTFILES}
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
.if ${MACHINE_ARCH} == "i386"
.if ${OBJECT_FMT} == "ELF"
ALL_TARGET= netbsd-i386-elf
@@ -27,6 +28,9 @@ ALL_TARGET= netbsd-i386
.endif
.elif ${MACHINE_ARCH} == "sparc"
ALL_TARGET= netbsd-sparc
+.else
+ALL_TARGET= netbsd
+.endif
.endif
CRAFTY_OPTS= -DBOOKDIR=\\\"${BOOKDIR}\\\"