diff options
author | tonio <tonio@pkgsrc.org> | 2006-10-02 17:45:49 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-10-02 17:45:49 +0000 |
commit | 8f368d9824b899b894413efd19f63a65d9f4519f (patch) | |
tree | bed23eb17b8f0ad974d5ae299848af1a6623906c /chat/weechat/Makefile | |
parent | de7e683fb3dc697f7227ba1a913b23d336688a4f (diff) | |
download | pkgsrc-8f368d9824b899b894413efd19f63a65d9f4519f.tar.gz |
Update chat/weechat to 0.2.1
Add an option to enable python plugin support.
News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 15bdab17794..589c0d296c3 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/06/10 16:17:32 tonio Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/02 17:45:49 tonio Exp $ # -DISTNAME= weechat-0.1.9 +DISTNAME= weechat-0.2.1 CATEGORIES= chat MASTER_SITES= http://weechat.flashtux.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -15,10 +15,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-python --disable-ruby --disable-lua +CONFIGURE_ARGS+= --disable-ruby --disable-lua +MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} INCOMPAT_CURSES+= NetBSD-*-* +.include "options.mk" + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" |