From 6493a531445bb2967c86be1c82efdb7a3846087a Mon Sep 17 00:00:00 2001 From: reinhard Date: Sun, 4 Mar 2001 12:50:49 +0000 Subject: [PATCH] o) fix 'help' command; pointed out by horacio@ o) document gettext flavor o) bump NEED_VERSION --- net/irssi/Makefile | 9 +++++---- net/irssi/patches/patch-docs_help_Makefile_in | 12 ------------ net/irssi/pkg/DESCR | 3 +++ 3 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 net/irssi/patches/patch-docs_help_Makefile_in diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 76a0c86e791..5237e9ed4cb 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/01/12 16:15:57 reinhard Exp $ +# $OpenBSD: Makefile,v 1.4 2001/03/04 12:50:49 reinhard Exp $ DISTNAME= irssi-0.7.97.2 CATEGORIES= net -NEED_VERSION= 1.349 +NEED_VERSION= 1.358 MAINTAINER= Reinhard J. Sammer @@ -27,15 +27,16 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --with-proxy --with-socks CONFIGURE_ARGS+= --with-textui --enable-curses-windows CONFIGURE_ARGS+= --enable-perl=no +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc FLAVORS+= gettext FLAVOR?= .if ${FLAVOR:L:Mgettext} -CONFIGURE_ARGS+= --with-gettext --with-included-gettext +CONFIGURE_ARGS+= --with-gettext LIB_DEPENDS+= intl.1::devel/gettext .else -CONFIGURE_ARGS+= --without-gettext +CONFIGURE_ARGS+= --with-included-gettext .endif WRKDIST= ${WRKDIR}/irssi-0.7.97 diff --git a/net/irssi/patches/patch-docs_help_Makefile_in b/net/irssi/patches/patch-docs_help_Makefile_in deleted file mode 100644 index be9a97637ca..00000000000 --- a/net/irssi/patches/patch-docs_help_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-docs_help_Makefile_in,v 1.1 2000/12/26 23:46:05 reinhard Exp $ ---- docs/help/Makefile.in.orig Sun Dec 3 08:24:44 2000 -+++ docs/help/Makefile.in Wed Dec 27 00:27:22 2000 -@@ -113,7 +113,7 @@ perlpath = @perlpath@ - sedpath = @sedpath@ - static_lib = @static_lib@ - --helpdir = $(datadir)/irssi/help -+helpdir = $(datadir)/doc/irssi/help - - help_DATA = action admin alias away ban bantype beep cat cd channel clear connect ctcp cycle date dcc dehilight deop devoice die disconnect echo eval format hash help hilight ignore info invite invitelist ircnet ison join kick kickban kill knockout lastlog links list log lusers map me mircdcc mode motd msg names nctcp netsplit nick note notice notify op oper part perlflush ping query quit quote rawlog reconnect reload restart rmreconns rping run save sconnect scrollback server servlist set silence squery squit stats time toggle topic trace ts unalias unban unignore unnotify unquery unsilence uping userhost ver version voice wall wallchops wallops who whois whowas window wjoin wquery - diff --git a/net/irssi/pkg/DESCR b/net/irssi/pkg/DESCR index 8da74634f99..880c6adb965 100644 --- a/net/irssi/pkg/DESCR +++ b/net/irssi/pkg/DESCR @@ -4,4 +4,7 @@ be created pretty easily. Also, Irssi isn't really even IRC specific anymore, there's already a working SILC module available. Support for other protocols like ICQ could be created some day too. +Flavor: + gettext: uses gettext library instead of built in one + WWW: ${HOMEPAGE}