o) fix 'help' command; pointed out by horacio@

o) document gettext flavor
o) bump NEED_VERSION
This commit is contained in:
reinhard 2001-03-04 12:50:49 +00:00
parent ab1b4306dc
commit 6493a53144
3 changed files with 8 additions and 16 deletions

View File

@ -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 <reinhard@openbsd.org>
@ -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

View File

@ -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

View File

@ -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}