diff options
author | tron <tron@pkgsrc.org> | 2006-04-23 17:19:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-23 17:19:41 +0000 |
commit | d47ef26ddf9a850e5c5ac79e8dc1797578f89c59 (patch) | |
tree | a7c2a7fbbd2fc5e3de828df5c4803465f6c64d21 /chat/xchat/Makefile | |
parent | fe52c2eb72cf18d7d1f6bea03a73eef58148d58b (diff) | |
download | pkgsrc-d47ef26ddf9a850e5c5ac79e8dc1797578f89c59.tar.gz |
Update "xchat" and "xchat-python" packages to version 2.6.2.
Changes since version 2.6.1:
- Updated translations (de, fr, ja, sv).
- Made "/server freenode" send auto-join channels but not
"/server irc://freenode".
- Fixed building of xchat-text (although not recommended!).
- Fixed using Strip mIRC colors & Color nicks at the same time.
- Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
- Fixed display of realname in the nick-name right-click menu when it
contains a '<' or '&' character [1403069].
- Added support for UniBG's nickserv (ongeboren).
- The move-to-complete-dir routine now treats encoding/UTF8 correctly.
- Show help when using wrong args for /DCC, instead of silence.
- Support receiving 2048 bytes per line from server and dcc-chat, so we
can support 512 UTF-8 characters that some servers now send.
- Added /gui detach and /gui attach commands for scripters.
- The server list window now remembers its size.
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 44aac11220c..65eda37f9e2 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2006/04/17 13:46:19 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/23 17:19:41 tron Exp $ .include "Makefile.common" -PKGREVISION= 1 MAINTAINER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit @@ -13,8 +12,7 @@ USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -# The text frontend doesn't compile in X-Chat 2.6.1 -#CONFIGURE_ARGS+= --enable-textfe +CONFIGURE_ARGS+= --enable-textfe CONFIGURE_ARGS+= --enable-tcl=no CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python |