diff options
author | mat <mat@FreeBSD.org> | 2006-09-19 17:36:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-09-19 17:36:55 +0800 |
commit | f4831da1542144f10d598a845e6a4e1cfc398f31 (patch) | |
tree | 66d0fabfbcde8a87353f803c308d31c4db811e48 /irc | |
parent | ca98273079d87bc691413b9abaf4b72dd5c270a5 (diff) | |
download | freebsd-ports-gnome-f4831da1542144f10d598a845e6a4e1cfc398f31.tar.gz freebsd-ports-gnome-f4831da1542144f10d598a845e6a4e1cfc398f31.tar.zst freebsd-ports-gnome-f4831da1542144f10d598a845e6a4e1cfc398f31.zip |
fixup build
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 4 | ||||
-rw-r--r-- | irc/anope/files/patch-lang-Makefile | 25 |
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 |