diff options
author | tonio <tonio@pkgsrc.org> | 2011-03-05 22:48:07 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2011-03-05 22:48:07 +0000 |
commit | 3be273a95409af3657e0d1ad8df26a6b01f8acd9 (patch) | |
tree | 17936424b4e2f3b059bcddbb241d6e3bfb68ce88 /chat/weechat/Makefile | |
parent | 463310bc9456a3e26bc0c991cd2dd8af50cfe719 (diff) | |
download | pkgsrc-3be273a95409af3657e0d1ad8df26a6b01f8acd9.tar.gz |
Update chat/weechat to 0.3.4
Fix for SA43543 and update kindly provided by gls@
This is a major release, with lot of bugs fixed and major new features.
Among the new features:
- 256 colors support, with unlimited number of nick colors
- irc proxy (relay plugin)
- redirection of IRC commands
- command /notify
- rmodifier plugin
- regular expressions for highlights
- color support for timestamp in chat buffer
- irc option to force color for some nicks
- share input line between buffers.
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 13224a5b6f7..64bee8aacdf 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2010/03/12 14:36:57 tonio Exp $ +# $NetBSD: Makefile,v 1.27 2011/03/05 22:48:07 tonio Exp $ # -DISTNAME= weechat-0.3.1.1 +DISTNAME= weechat-0.3.4 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ @@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-ruby --disable-aspell +CONFIGURE_ARGS+= --disable-tcl --disable-aspell MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} MAKE_ENV+= PREFIX=${DESTDIR:Q}${PREFIX:Q} LIBS.SunOS+= -lnsl |