diff options
author | tron <tron> | 2002-08-19 19:59:36 +0000 |
---|---|---|
committer | tron <tron> | 2002-08-19 19:59:36 +0000 |
commit | 8ac4f5b34370a4ec36892501cd5b9521fe108627 (patch) | |
tree | 4415c0518eda33f54af7f9fc5973e543d2d3de43 /chat/xchat/Makefile | |
parent | c4775ee14ba01ba57143348b4274221ffd42eef1 (diff) | |
download | pkgsrc-8ac4f5b34370a4ec36892501cd5b9521fe108627.tar.gz |
Update "xchat" and "xchat-gnome" package to version 1.8.10. Changes
since version 1.8.9:
- Fixed Russian translation errors (Anton Farygin).
- Included missing Polish po file.
- Updated Traditional Chinese translation (Kevin Peng).
- Updated Catalan translation (Antoni Bella).
- Added Vietnamese translation (pclouds).
- Fixed crash on large notify list.
- xtext: minor speedup tweaks.
- xtext: fixed copy on Solaris (don't use "CLIPBOARD" atom).
- Fixed /query #foo, /join #foo crash.
- win32: added (slow) tinted transparency.
- Added mIRC's passive dcc support, receiving only (Richard Fuchs).
- Added basic HTTP proxy authentication support (Anton Voloshin).
- Don't open window beyond the size of virtual desktop size
(Jason Wies).
- Fixed GTK warnings apon saving userlist-buttons when a query tab
was open (Lloyd Williams).
- Use $datadir/locale for LOCALEDIR (Albert Chin-A-Young).
- Some C89 fixes (Albert Chin-A-Young).
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index d39da665241..39997d2bc1a 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2002/07/26 17:36:24 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2002/08/19 19:59:36 tron Exp $ .include "Makefile.common" -PKGREVISION= 1 - CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+= --disable-zvt |