Upgrade to 16.15.

This commit is contained in:
Matthew Hunt 1999-08-06 18:21:44 +00:00
parent 2edd36597f
commit 4d59c00ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20563
3 changed files with 25 additions and 30 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: crafty
# Version required: 16.11
# Version required: 16.15
# Date created: 31 May 1998
# Whom: Stefan Eggers <seggers@semyam.dinoco.de>
#
# $Id: Makefile,v 1.14 1999/06/19 18:00:05 cpiazza Exp $
# $Id: Makefile,v 1.15 1999/06/25 17:12:43 mph Exp $
#
DISTNAME= crafty-16.11
DISTNAME= crafty-16.15
CATEGORIES= games
MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \
ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
@ -14,13 +14,13 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \
ftp://ftp.jpunix.com/pub/hyatt/ \
ftp://ftp.jpunix.com/pub/hyatt/common/ \
ftp://ftp.jpunix.com/pub/hyatt/v16/
DISTFILES= crafty-16.11.tar.gz crafty.doc crafty.faq read.me start.zip
DISTFILES= crafty-16.15.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.11.tar.gz
EXTRACT_ONLY= crafty-16.15.tar.gz
IGNOREFILES= crafty.doc crafty.faq read.me
MAN6= crafty.6

View file

@ -1,4 +1,4 @@
MD5 (crafty/crafty-16.11.tar.gz) = d755135252aad8d3fd00312f5c1395f7
MD5 (crafty/crafty-16.15.tar.gz) = 3a49e6bdb5c389dafd366604e57e8772
MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d
MD5 (crafty/crafty.doc) = IGNORE
MD5 (crafty/crafty.faq) = IGNORE

View file

@ -1,5 +1,5 @@
--- Makefile.orig Tue May 18 09:23:36 1999
+++ Makefile Sat Jun 19 16:31:54 1999
--- Makefile.orig Wed Jul 28 16:54:47 1999
+++ Makefile Fri Aug 6 10:52:33 1999
@@ -23,7 +23,7 @@
# SGI {SGI Workstation running Irix (SYSV/R4) Unix}
# SUN {Sun SparcStation running Solaris (SYSV/R4) Unix}
@ -9,20 +9,19 @@
#
# The next options are optimizations inside Crafty that you will have
# test to see if they help. on some machines, these will slow things
@@ -69,13 +69,15 @@
# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
@@ -75,14 +75,16 @@
# asm = X86.o
-# FreeBSD (gcc 2.6.3)
# FreeBSD (gcc 2.6.3)
-#target = FreeBSD
+# FreeBSD (gcc 2.7.2.1)
+target = FreeBSD
#CC = gcc
-#CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall
#CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall
#CXX = $(CC)
#CXXFLAGS= $(CFLAGS)
-#LDFLAGS =
-#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
-#opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
-# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST
+#CFLAGS = -pipe -O -Wall
+LDFLAGS =
+opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS
+.if ${MACHINE_ARCH} == "i386"
@ -31,38 +30,43 @@
# FreeBSD (pgcc)
#target = FreeBSD
@@ -95,18 +97,23 @@
@@ -106,20 +108,25 @@
# LINUX (pgcc)
# Note: You have to uncomment exactly ONE of the `asm' lines below.
-target = LINUX
-CC = gcc
-CFLAGS = -Wall -pipe -D_REENTRANT -mpentium -O
-CXX = $(CC)
-CXXFLAGS= -pipe -D_REENTRANT -mpentium -O
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
-opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
+#target = LINUX
+#CC = gcc
+#CFLAGS = -Wall -pipe -D_REENTRANT -mpentium -O
+#CXX = $(CC)
+#CXXFLAGS= -pipe -D_REENTRANT -mpentium -O
+#LDFLAGS = -lpthread
+#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
+#opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
+# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
# Uncomment the FIRST `asm' line for a.out systems.
# Uncomment the SECOND `asm' line for ELF systems.
#
-#asm = X86-aout.o
-asm = X86-elf.o
+.if ${MACHINE_ARCH} == "i386"
+.if ${PORTOBJFORMAT} == "aout"
+asm = X86-aout.o
+asm = X86-aout.o
+.else
asm = X86-elf.o
+asm = X86-elf.o
+.endif
+.endif
# LINUX (gcc)
# Note: You have to uncomment exactly ONE of the `asm' lines below.
@@ -162,7 +169,7 @@
@@ -185,7 +192,7 @@
# Do not change anything below this line!
@ -71,12 +75,3 @@
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 \
@@ -189,7 +196,7 @@
egtb.o: egtb.cpp
@echo $(CC) -c $(CFLAGS) egtb.cpp
- @$(CC) -c -pipe -D_REENTRANT -mpentium -O $(opts) egtb.cpp
+ @$(CC) -c -pipe -D_REENTRANT -O $(opts) egtb.cpp
clean:
-rm -f *.o crafty X86-elf.X X86-aout.S