summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-02-23 03:27:43 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-02-23 03:27:43 +0000
commitb9b54b5ef716c256da90375c8bc1e9f89c3bf3bc (patch)
treed660b2f4b368dab31d1ef2f3a0450e406e6626dd /games
parentAdditional config options at port build time. (diff)
Upgrade to 16.5.
Notes
Notes: svn path=/head/; revision=16871
Diffstat (limited to 'games')
-rw-r--r--games/crafty/Makefile15
-rw-r--r--games/crafty/distinfo2
-rw-r--r--games/crafty/files/patch-aa21
3 files changed, 27 insertions, 11 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index f3da33885486..31e87a248a4c 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,23 +1,26 @@
# New ports collection makefile for: crafty
-# Version required: 16.2
+# Version required: 16.5
# Date created: 31 May 1998
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
#
-# $Id: Makefile,v 1.9 1999/02/22 04:24:27 steve Exp $
+# $Id: Makefile,v 1.10 1999/02/22 06:41:10 asami Exp $
#
-DISTNAME= crafty-16.2
+DISTNAME= crafty-16.5
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \
ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
- ftp://ftp.cis.uab.edu/pub/hyatt/v16/
-DISTFILES= crafty-16.2.tar.gz crafty.doc crafty.faq read.me start.zip
+ ftp://ftp.cis.uab.edu/pub/hyatt/v16/ \
+ ftp://ftp.jpunix.com/pub/hyatt/ \
+ ftp://ftp.jpunix.com/pub/hyatt/common/ \
+ ftp://ftp.jpunix.com/pub/hyatt/v16/
+DISTFILES= crafty-16.5.tar.gz crafty.doc crafty.faq read.me start.zip
MAINTAINER= seggers@semyam.dinoco.de
ALL_TARGET= crafty
DIST_SUBDIR= crafty
-EXTRACT_ONLY= crafty-16.2.tar.gz
+EXTRACT_ONLY= crafty-16.5.tar.gz
IGNOREFILES= crafty.doc crafty.faq read.me
MAN6= crafty.6
diff --git a/games/crafty/distinfo b/games/crafty/distinfo
index a6533fb455c2..550d1f1808a5 100644
--- a/games/crafty/distinfo
+++ b/games/crafty/distinfo
@@ -1,4 +1,4 @@
-MD5 (crafty/crafty-16.2.tar.gz) = bc6c1192cb3eed7506a48b37911cb6f4
+MD5 (crafty/crafty-16.5.tar.gz) = 41ac9177f0a0e70df1d73787d8424b9f
MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d
MD5 (crafty/crafty.doc) = IGNORE
MD5 (crafty/crafty.faq) = IGNORE
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index ef45f26d75ed..e86e2b78dfc9 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Nov 5 20:53:45 1998
-+++ Makefile Wed Dec 16 21:15:04 1998
+--- Makefile.orig Tue Feb 9 08:11:48 1999
++++ Makefile Fri Feb 19 15:40:02 1999
@@ -69,13 +69,13 @@
# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
# asm = X86.o
@@ -26,13 +26,13 @@
# Note: You have to uncomment exactly ONE of the `asm' lines below.
-target = LINUX
-CC = gcc
--CFLAGS = -pipe -D_REENTRANT -mpentium -O -Wall
+-CFLAGS = -pipe -D_REENTRANT -mpentium -O
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
+#target = LINUX
+#CC = gcc
-+#CFLAGS = -pipe -D_REENTRANT -mpentium -O -Wall
++#CFLAGS = -pipe -D_REENTRANT -mpentium -O
+#LDFLAGS = -lpthread
+#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
+# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
@@ -58,3 +58,16 @@
objects = searchr.o search.o thread.o searchmp.o repeat.o next.o nexte.o \
nextr.o history.o quiesce.o evaluate.o movgen.o make.o unmake.o \
+@@ -172,9 +175,9 @@
+ dgt: dgtdrv.o
+ @cc -O -o dgt dgtdrv.c
+
+-egtb.o: egtb.cpp
+- @echo $(CC) -c $(CFLAGS) egtb.cpp
+- @$(CC) -c -$(CFLAGS) $(opts) egtb.cpp
++#egtb.o: egtb.cpp
++# @echo $(CC) -c $(CFLAGS) egtb.cpp
++# @$(CC) -c -$(CFLAGS) $(opts) egtb.cpp
+ clean:
+ -rm -f *.o crafty X86-elf.X X86-aout.S
+