diff options
author | mph <mph@FreeBSD.org> | 2000-05-16 23:38:08 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-05-16 23:38:08 +0000 |
commit | 8236d345a53c9e937e0fedaccee8dbbbdb7cb113 (patch) | |
tree | f27e508409874c9924b35a06f1cafcf05598f523 /games/crafty | |
parent | 772045f59a3a66f80628b05365f5a7e72fddac20 (diff) | |
download | FreeBSD-ports-8236d345a53c9e937e0fedaccee8dbbbdb7cb113.zip FreeBSD-ports-8236d345a53c9e937e0fedaccee8dbbbdb7cb113.tar.gz |
Upgrade to 17.9.
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 6 | ||||
-rw-r--r-- | games/crafty/distinfo | 2 | ||||
-rw-r--r-- | games/crafty/files/patch-aa | 14 |
3 files changed, 12 insertions, 10 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index f65224a..cad678e 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 084af1c..c264801 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 e1d14dc..2c89d36 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! |