summaryrefslogtreecommitdiff
path: root/chat/weechat/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2013-06-09 21:19:02 +0000
committertonio <tonio@pkgsrc.org>2013-06-09 21:19:02 +0000
commit2a097bf4b69bc5b9c62882ae778bff5dddbca740 (patch)
treee95b1189ad0cb25b9af1380e101743e78ea2e6ce /chat/weechat/Makefile
parent4f42ca5ce3efd2ab0238aa42e804b3cc83e50813 (diff)
downloadpkgsrc-2a097bf4b69bc5b9c62882ae778bff5dddbca740.tar.gz
Update chat/weechat to 0.4.1
Use cmake for build Version 0.4.1 (May 20, 2013) - multiple layouts support - nick prefix/suffix are now dynamic (and managed by core instead of irc plugin) - unmask irc join if nick speaks some minutes after the join - new option irc.look.display_join_message to disable some messages after joining a channel - new option irc.look.pv_buffer to automatically merge private buffers - add support of UHNAMES - add DH-AES encryption method for SASL - multiple irc servers allowed on same port for irc protocol in relay plugin - add WebSocket server support (RFC 6455) in relay plugin (for irc and weechat protocols) - send nicklist difference in relay plugin (weechat protocol) - add control of autoload for scripts - optimizations in aspell plugin - many bugs fixed. Version 0.4.0 (Jan 20, 2013) - add option "diff" for command /set, display default values in output of /set - add color support in prefix options - add command /eval, use expression in conditions for bars - connect by default with IPv6 to servers with fallback to IPv4 - add aspell suggestions - add support of tags in irc messages and "server-time" capability - add irc command /quiet - add support of IPv6 in relay plugin - add backlog for irc protocol in relay plugin - display remote IP address for DCC chat/file in xfer plugin - add git version in build - many bugs fixed.
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r--chat/weechat/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index 09dcca6427f..2d7696c931f 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2013/05/31 12:39:42 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2013/06/09 21:19:02 tonio Exp $
-DISTNAME= weechat-0.3.9.2
-PKGREVISION= 3
+DISTNAME= weechat-0.4.1
CATEGORIES= chat
MASTER_SITES= http://www.weechat.org/files/src/
@@ -16,12 +15,14 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt pkg-config
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-tcl --disable-guile --disable-aspell
-MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q}
-MAKE_ENV+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
+USE_CMAKE= yes
LIBS.SunOS+= -lnsl
+CMAKE_ARGS+= -DENABLE_ASPELL:BOOL=OFF
+CMAKE_ARGS+= -DENABLE_GUILE:BOOL=OFF
+CMAKE_ARGS+= -DENABLE_TCL:BOOL=OFF
+CMAKE_ARGS+= -DMANDIR:STRING=${PKGMANDIR}
+
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"