aboutsummaryrefslogtreecommitdiff
path: root/games/filters
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-04-29 14:15:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-04-29 14:15:10 +0000
commit16c8a546e8cc8bd4b4e1b0fcfce180939c4e3d6f (patch)
tree6e56c35f63ebcf1b092e9bdd1b59b177f4484aee /games/filters
parent7759334e863c6d8c7cdd9538c30e86d44857edaa (diff)
downloadports-16c8a546e8cc8bd4b4e1b0fcfce180939c4e3d6f.tar.gz
ports-16c8a546e8cc8bd4b4e1b0fcfce180939c4e3d6f.zip
Update to 2.44
Notes
Notes: svn path=/head/; revision=212256
Diffstat (limited to 'games/filters')
-rw-r--r--games/filters/Makefile2
-rw-r--r--games/filters/distinfo6
-rw-r--r--games/filters/files/patch-Makefile10
-rw-r--r--games/filters/files/patch-ky00te.dir__makefile20
4 files changed, 16 insertions, 22 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile
index d50fe13d497e..431dc1c9dc87 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 70f7d66043a7..5f9446db8aa7 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 d8ede1fca119..81d3d7b4a56c 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 8c2bca2be01c..59ebb2a2d3c0 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