diff options
author | tron <tron@pkgsrc.org> | 2003-01-12 21:49:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-01-12 21:49:06 +0000 |
commit | 610d03fdacd3c4dc95f5035e9438d2aa97c843da (patch) | |
tree | 0a19e45ee9aef27d7e93a376a8c384eb86c46c59 /chat/xchat | |
parent | 50cc92a3ba84ba24b1842eac3118ffb8f6421da0 (diff) | |
download | pkgsrc-610d03fdacd3c4dc95f5035e9438d2aa97c843da.tar.gz |
Update "xchat" package to version 1.8.11. Changes since version 1.8.10:
- Updated Turkish translation (Fatih Demir).
- Updated Swedish translation (Christian Rose).
- Updated Spanish translation (Julio Merino).
- Fixed /ME in dialog windows.
- Support up to 4GB files in DCC (previously 2GB).
- Fixed random /part reasons not working.
- Fixed possible crash when receiving a message from a channel that
was already parted.
- Updated included intl/ to 0.10.38.
- Updated build environment to autoconf 2.53.
- Fixed tabcompletion crash on very large channels.
- Fixed glibc 2.3.x regexp channel-list window crash.
- Don't leak memory on /unloadall.
- win32: convert \ and | to _ when receiving filenames with nick.
- win32: don't use TerminateThread(), which leaks the stack.
This update was provided by Juan RP in PR pkg/19801.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 9 | ||||
-rw-r--r-- | chat/xchat/PLIST | 8 | ||||
-rw-r--r-- | chat/xchat/distinfo | 10 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ad | 10 |
4 files changed, 15 insertions, 22 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index f6579f99c62..2b743c44c20 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.12 2002/12/24 09:05:00 tron Exp $ +# $NetBSD: Makefile.common,v 1.13 2003/01/12 21:49:06 tron Exp $ -DISTNAME= xchat-1.8.10 -PKGREVISION= 3 +DISTNAME= xchat-1.8.11 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -10,10 +9,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit -PATCH_SITES= ${HOMEPAGE}files/source/1.8/patches/ -PATCHFILES= xc1810fixme3.diff -PATCH_DIST_STRIP= -p1 - BUILD_USES_MSGFMT= YES DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index 8eed49bcf12..bb69a89d705 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/08/19 19:59:37 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/12 21:49:07 tron Exp $ bin/xchat bin/xchat-text share/doc/xchat/xchat-1.html @@ -31,12 +31,12 @@ ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/xchat.mo diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index a03fff628cc..6dc0bb4c93d 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.19 2002/11/30 12:41:07 salo Exp $ +$NetBSD: distinfo,v 1.20 2003/01/12 21:49:07 tron Exp $ -SHA1 (xchat-1.8.10.tar.bz2) = 10c85bd23faa58f2f962eec6a96364e9743ac91c -Size (xchat-1.8.10.tar.bz2) = 824407 bytes -SHA1 (xc1810fixme3.diff) = de114fe9eaa0e53dab8023c9d11a44583eae9170 -Size (xc1810fixme3.diff) = 1025 bytes -SHA1 (patch-ad) = 7453ab165db9c166dae6221f80884de8de7511a7 +SHA1 (xchat-1.8.11.tar.bz2) = 331afd74bc20797c0dec1a7e32fe014efe6cdc0a +Size (xchat-1.8.11.tar.bz2) = 850453 bytes +SHA1 (patch-ad) = 7dec0bd4107febc923031b80b75a1a8a36b0255b SHA1 (patch-ae) = baee878728bb33317258e43919ccabfcf3fd2f4a diff --git a/chat/xchat/patches/patch-ad b/chat/xchat/patches/patch-ad index 1bc163b25e3..8240a707f05 100644 --- a/chat/xchat/patches/patch-ad +++ b/chat/xchat/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.5 2002/06/06 12:31:28 tron Exp $ +$NetBSD: patch-ad,v 1.6 2003/01/12 21:49:07 tron Exp $ ---- Makefile.in.orig Thu Jun 6 14:10:54 2002 -+++ Makefile.in Thu Jun 6 14:17:49 2002 -@@ -114,7 +114,7 @@ +--- Makefile.in.orig Sun Jan 12 00:53:53 2003 ++++ Makefile.in Sun Jan 12 00:54:15 2003 +@@ -131,7 +131,7 @@ icondir = $(datadir)/pixmaps util_DATA = xchat.desktop -utildir = $(sysconfdir)/X11/applnk/Internet +utildir = $(datadir)/gnome/apps/Internet + subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h |