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.common | |
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.common')
-rw-r--r-- | chat/xchat/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index b947033e3ea..7f0000b46d6 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.1 2002/07/26 17:36:24 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/08/19 19:59:37 tron Exp $ -DISTNAME= xchat-1.8.9 +DISTNAME= xchat-1.8.10 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -22,6 +22,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes' CONFIGURE_ENV+= pythonpath=${PYTHONBIN} MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +USE_GNU_GETTEXT= YES BUILD_USES_MSGFMT= YES BUILD_DEFS+= USE_INET6 USE_SOCKS |