diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:54:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:54:36 +0000 |
commit | 74a068b1ae552d0a0a3cd140b5740e046dbf7182 (patch) | |
tree | 82c537dcc54e1e04953dcdadae9752562879aac1 /games/crafty | |
parent | 8d0e2ef7ff2af41c711032d4d54e88acbae93403 (diff) | |
download | ports-74a068b1ae552d0a0a3cd140b5740e046dbf7182.tar.gz ports-74a068b1ae552d0a0a3cd140b5740e046dbf7182.zip |
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 10 | ||||
-rw-r--r-- | games/crafty/distinfo | 2 | ||||
-rw-r--r-- | games/crafty/files/patch-aa | 21 |
3 files changed, 18 insertions, 15 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 04044cf1d978..18d852b5c8f3 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: crafty -# Version required: 15.18 +# Version required: 15.20 # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.5 1998/08/09 23:57:50 steve Exp $ +# $Id: Makefile,v 1.6 1998/09/19 20:22:58 steve Exp $ # -DISTNAME= crafty-15.18 +DISTNAME= crafty-15.20 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/v15/ -DISTFILES= crafty-15.18.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.20.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-15.18.tar.gz +EXTRACT_ONLY= crafty-15.20.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes diff --git a/games/crafty/distinfo b/games/crafty/distinfo index 372b2f618ac3..0e156f845834 100644 --- a/games/crafty/distinfo +++ b/games/crafty/distinfo @@ -1,4 +1,4 @@ -MD5 (crafty/crafty-15.18.tar.gz) = ed88f0789ca2e5ed612d540672ff13a3 +MD5 (crafty/crafty-15.20.tar.gz) = 2c8d6477853c122227864dcee16b490c MD5 (crafty/crafty.doc) = daa3a11b55bcc4ad2f71807edcb8f404 MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd MD5 (crafty/read.me) = ab8ebad0b0b5c78ad3ee304d7ceea681 diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa index 58e6f2fbe6a3..7ce843db6ed9 100644 --- a/games/crafty/files/patch-aa +++ b/games/crafty/files/patch-aa @@ -1,18 +1,21 @@ ---- Makefile.ORIG Mon Jun 29 21:19:02 1998 -+++ Makefile Sat Sep 12 21:49:58 1998 +--- Makefile.ORIG Fri Aug 28 20:30:02 1998 ++++ Makefile Mon Oct 5 22:15:55 1998 @@ -69,13 +69,13 @@ # -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B # asm = X86.o -# FreeBSD (gcc 2.6.3) -#target = FreeBSD -+# FreeBSD (gcc 2.7.2.1) -+target = FreeBSD - #CC = gcc - #CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall - #LDFLAGS = +-#CC = gcc +-#CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall +-#LDFLAGS = -#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \ -# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST ++# FreeBSD (gcc 2.7.2.1) ++target = FreeBSD ++CC = gcc ++CFLAGS = -pipe -O -Wall ++LDFLAGS = +opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \ + -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST @@ -24,13 +27,13 @@ # Note: You have to uncomment exactly ONE of the `asm' lines below. -target = LINUX -CC = gcc --CFLAGS = -pipe -D_REENTRANT -mpentiumpro -O -Wall +-CFLAGS = -pipe -D_REENTRANT -m486 -O -Wall -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 -mpentiumpro -O -Wall ++#CFLAGS = -pipe -D_REENTRANT -m486 -O -Wall +#LDFLAGS = -lpthread +#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \ +# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 |