aboutsummaryrefslogtreecommitdiff
path: root/irc/anope
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-09-19 09:36:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-09-19 09:36:55 +0000
commitd30087245ffb3f3c6478611ebf07108c485789f0 (patch)
tree57e39b7551ffe48204fd603004a5ee9776276e79 /irc/anope
parent15e16897437d32bf942104d38c626deb2fe5cf04 (diff)
downloadports-d30087245ffb3f3c6478611ebf07108c485789f0.tar.gz
ports-d30087245ffb3f3c6478611ebf07108c485789f0.zip
fixup build
Notes
Notes: svn path=/head/; revision=173378
Diffstat (limited to 'irc/anope')
-rw-r--r--irc/anope/Makefile4
-rw-r--r--irc/anope/files/patch-lang-Makefile25
2 files changed, 25 insertions, 4 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 0fa798906393..683ab386ecf2 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -14,10 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mat@FreeBSD.org
COMMENT= A set of IRC services for IRC networks
-BROKEN= fails to install
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_PERL5_BUILD= yes
diff --git a/irc/anope/files/patch-lang-Makefile b/irc/anope/files/patch-lang-Makefile
new file mode 100644
index 000000000000..a7d4cdbf5000
--- /dev/null
+++ b/irc/anope/files/patch-lang-Makefile
@@ -0,0 +1,25 @@
+--- lang/Makefile.orig Thu Sep 8 15:56:01 2005
++++ lang/Makefile Tue Sep 19 10:01:03 2006
+@@ -65,14 +65,14 @@
+
+
+ language.h: index Makefile
+- @perl -e <index >$@ '\
+- print STDERR "Generating language.h... "; \
+- $$i=0; \
+- while (<>) { \
+- chop; \
+- printf "#define %-32s %d\n", $$_, $$i++; \
+- } \
+- print "\n#define NUM_STRINGS $$i\n"; \
++ @perl -e <index >$@ '#\
++ print STDERR "Generating language.h... "; #\
++ $$i=0; #\
++ while (<>) { #\
++ chop; #\
++ printf "#define %-32s %d\n", $$_, $$i++; #\
++ } #\
++ print "\n#define NUM_STRINGS $$i\n"; #\
+ print STDERR "$$i strings\n";'
+
+ index: en_us.l