summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/crafty/Makefile8
-rw-r--r--games/crafty/files/md510
-rw-r--r--games/crafty/files/patch-sum4
-rw-r--r--games/crafty/patches/patch-aa14
4 files changed, 20 insertions, 16 deletions
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)' \