summaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2000-05-16 23:38:08 +0000
committerMatthew Hunt <mph@FreeBSD.org>2000-05-16 23:38:08 +0000
commit1d224bac048b9255613e781c570fe12b54cd1339 (patch)
tree3ce0a066cc3db2a21ec7ec96dd0b7a24e92deea4 /games/crafty
parentUpdate to KDEBASE 1.90 (aka KDE2 beta). (diff)
Upgrade to 17.9.
Notes
Notes: svn path=/head/; revision=28500
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/Makefile6
-rw-r--r--games/crafty/distinfo2
-rw-r--r--games/crafty/files/patch-aa14
3 files changed, 12 insertions, 10 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index f65224a6aca8..cad678e68638 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= crafty
-PORTVERSION= 17.6
+PORTVERSION= 17.9
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/v17/
-DISTFILES= crafty-17.6.tar.gz crafty.doc crafty.faq read.me start.zip
+DISTFILES= crafty-${PORTVERSION}.tar.gz crafty.doc crafty.faq read.me start.zip
MAINTAINER= seggers@semyam.dinoco.de
ALL_TARGET= crafty
DIST_SUBDIR= crafty
-EXTRACT_ONLY= crafty-17.6.tar.gz
+EXTRACT_ONLY= crafty-${PORTVERSION}.tar.gz
IGNOREFILES= crafty.doc crafty.faq read.me
MAN6= crafty.6
diff --git a/games/crafty/distinfo b/games/crafty/distinfo
index 084af1c4bd37..c264801fa7ed 100644
--- a/games/crafty/distinfo
+++ b/games/crafty/distinfo
@@ -1,4 +1,4 @@
-MD5 (crafty/crafty-17.6.tar.gz) = e38f6749740d95931006460aabe0ba0d
+MD5 (crafty/crafty-17.9.tar.gz) = 6ad77e195bd39b89179cd8ec34feb697
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 e1d14dc92e92..2c89d36fda05 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Nov 11 11:19:29 1999
-+++ Makefile Sun Feb 6 18:33:46 2000
+--- Makefile.orig Sun Jan 30 20:43:42 2000
++++ Makefile Tue May 16 11:06:31 2000
@@ -23,7 +23,7 @@
# SGI {SGI Workstation running Irix (SYSV/R4) Unix}
# SUN {Sun SparcStation running Solaris (SYSV/R4) Unix}
@@ -32,7 +32,7 @@
# FreeBSD (pgcc)
#target = FreeBSD
-@@ -111,20 +115,25 @@
+@@ -111,20 +115,27 @@
# LINUX (gcc 2.95)
# Note: You have to uncomment exactly ONE of the `asm' lines below.
@@ -40,7 +40,7 @@
-CC = gcc
-CPP = g++
-CFLAGS = -Wall -pipe -D_REENTRANT -march=i686 -O -fforce-mem \
-- -fomit-frame-pointer
+- -fomit-frame-pointer -mpreferred-stack-boundary=2
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
@@ -48,10 +48,11 @@
+#CC = gcc
+#CPP = g++
+#CFLAGS = -Wall -pipe -D_REENTRANT -march=i686 -O -fforce-mem \
-+# -fomit-frame-pointer
++# -fomit-frame-pointer -mpreferred-stack-boundary=2
+#LDFLAGS = -lpthread
+#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.
@@ -64,10 +65,11 @@
asm = X86-elf.o
+.endif
+.endif
++
# NEXT
#target = NEXT
-@@ -169,7 +178,7 @@
+@@ -169,7 +180,7 @@
# Do not change anything below this line!