diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-04-29 14:15:10 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-04-29 14:15:10 +0000 |
commit | c3d191c118a470e5b58def782cf9c5ae6f32b34e (patch) | |
tree | 36ef61275e888b416d11a6e51d99ce6f965d44d9 /games/filters | |
parent | c1bd6d9ee8e88272cb848e5939cc982881aaa5a6 (diff) | |
download | FreeBSD-ports-c3d191c118a470e5b58def782cf9c5ae6f32b34e.zip FreeBSD-ports-c3d191c118a470e5b58def782cf9c5ae6f32b34e.tar.gz |
Update to 2.44
Diffstat (limited to 'games/filters')
-rw-r--r-- | games/filters/Makefile | 2 | ||||
-rw-r--r-- | games/filters/distinfo | 6 | ||||
-rw-r--r-- | games/filters/files/patch-Makefile | 10 | ||||
-rw-r--r-- | games/filters/files/patch-ky00te.dir__makefile | 20 |
4 files changed, 16 insertions, 22 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile index d50fe13..431dc1c 100644 --- a/games/filters/Makefile +++ b/games/filters/Makefile @@ -6,7 +6,7 @@ # PORTNAME= filters -PORTVERSION= 2.43 +PORTVERSION= 2.44 CATEGORIES= games perl5 MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/filters/ \ CRITICAL diff --git a/games/filters/distinfo b/games/filters/distinfo index 70f7d66..5f9446d 100644 --- a/games/filters/distinfo +++ b/games/filters/distinfo @@ -1,3 +1,3 @@ -MD5 (filters_2.43.tar.gz) = 76191e62903f35d8f1aaf7693057dde8 -SHA256 (filters_2.43.tar.gz) = 9d109eb75616b8865c4ecd77fe19b8db115c74cd596e0df46fc098dfa0f1137b -SIZE (filters_2.43.tar.gz) = 51328 +MD5 (filters_2.44.tar.gz) = e5f845226c4015556ca56ce32d76759f +SHA256 (filters_2.44.tar.gz) = a528fc02471a31ccee12c3f5da5990143a7001814b49fde400ca6a464f1f2c11 +SIZE (filters_2.44.tar.gz) = 51389 diff --git a/games/filters/files/patch-Makefile b/games/filters/files/patch-Makefile index d8ede1f..81d3d7b 100644 --- a/games/filters/files/patch-Makefile +++ b/games/filters/files/patch-Makefile @@ -1,15 +1,17 @@ ---- Makefile.orig 2007-12-12 20:39:07.000000000 +0100 -+++ Makefile 2007-12-12 20:40:23.000000000 +0100 -@@ -2,7 +2,7 @@ +--- ./Makefile.orig 2008-04-14 19:22:29.000000000 +0200 ++++ ./Makefile 2008-04-29 15:59:17.000000000 +0200 +@@ -2,8 +2,9 @@ BUILD = jethro kraut cockney jive nyc ken ky00te newspeak nethackify OTHER = eleet b1ff chef jibberish upside-down rasterman studly fudd \ censor spammer uniencode pirate kenny scottish fanboy -CFLAGS = -O2 -lfl +LDFLAGS+= -lfl + export CFLAGS ++export LDFLAGS INSTALL_PROGRAM = install # DEB_BUILD_OPTIONS suport, to control binary stripping. -@@ -41,7 +41,7 @@ +@@ -42,7 +43,7 @@ .l: $(RM) $*.c $(LEX) -t $< > $*.c diff --git a/games/filters/files/patch-ky00te.dir__makefile b/games/filters/files/patch-ky00te.dir__makefile index 8c2bca2..59ebb2a 100644 --- a/games/filters/files/patch-ky00te.dir__makefile +++ b/games/filters/files/patch-ky00te.dir__makefile @@ -1,19 +1,11 @@ ---- ./ky00te.dir/makefile.orig Wed Jan 25 05:54:34 2006 -+++ ./ky00te.dir/makefile Tue Jan 2 18:06:34 2007 -@@ -5,13 +5,13 @@ +--- ./ky00te.dir/makefile.orig 2008-04-14 19:21:51.000000000 +0200 ++++ ./ky00te.dir/makefile 2008-04-29 15:58:59.000000000 +0200 +@@ -5,7 +5,7 @@ rm -f ../ky00te ../ky00te: y.tab.o lex.yy.o -- cc $(CFLAGS) -o ../ky00te lex.yy.o y.tab.o -lfl -+ $(CC) $(CFLAGS) -o ../ky00te lex.yy.o y.tab.o -lfl +- $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS) ++ $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS) $(LDFLAGS) lex.yy.o: lex.yy.c y.tab.h -- cc $(CFLAGS) -c lex.yy.c -+ $(CC) $(CFLAGS) -c lex.yy.c - - y.tab.o: y.tab.c -- cc $(CFLAGS) -c y.tab.c -+ $(CC) $(CFLAGS) -c y.tab.c - - lex.yy.c: ky00te.lex - flex ky00te.lex + $(CC) $(CFLAGS) -c lex.yy.c |