summaryrefslogtreecommitdiff
path: root/net/xchat
diff options
context:
space:
mode:
authortron <tron>1999-09-30 10:21:43 +0000
committertron <tron>1999-09-30 10:21:43 +0000
commitdc3df5c9345d5eeb5e963bca48c4b24a13af57dc (patch)
tree3fa826621edb936494e23c395fcfe5f71a5634df /net/xchat
parent14565fafa452fce18c44e47ce9c4ed04f45ffbd7 (diff)
downloadpkgsrc-dc3df5c9345d5eeb5e963bca48c4b24a13af57dc.tar.gz
Update "xchat" package to version 1.2.1: Changes since version 1.2.0:
- Fixed a bug in DCC resume. - An ASCII 14 could confuse the client (zvt) - fixed. - Fixed a small mem leak in Perl timeout events. - Updated docs (AGL).
Diffstat (limited to 'net/xchat')
-rw-r--r--net/xchat/Makefile4
-rw-r--r--net/xchat/files/md54
-rw-r--r--net/xchat/files/patch-sum4
-rw-r--r--net/xchat/patches/patch-aa13
4 files changed, 19 insertions, 6 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile
index 25bd5f60db7..2bebe489309 100644
--- a/net/xchat/Makefile
+++ b/net/xchat/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 1999/09/08 10:48:29 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/09/30 10:21:43 tron Exp $
-DISTNAME= xchat-1.2.0
+DISTNAME= xchat-1.2.1
CATEGORIES= net x11 gnome
MASTER_SITES= ${HOMEPAGE}/files/v1.2/
diff --git a/net/xchat/files/md5 b/net/xchat/files/md5
index 5049a3d92e9..88d0d081fcc 100644
--- a/net/xchat/files/md5
+++ b/net/xchat/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/09/08 10:42:18 tron Exp $
+$NetBSD: md5,v 1.3 1999/09/30 10:21:44 tron Exp $
-MD5 (xchat-1.2.0.tar.gz) = cae68bd6ff3a82131eb395a4253c413f
+MD5 (xchat-1.2.1.tar.gz) = 6e3862baf6d73e98d98e6b3fbd3f3325
diff --git a/net/xchat/files/patch-sum b/net/xchat/files/patch-sum
index d6d343530ff..b051788e8a0 100644
--- a/net/xchat/files/patch-sum
+++ b/net/xchat/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:12:32 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/09/30 10:21:44 tron Exp $
-MD5 (patch-aa) = 571d00c464a50327800a527be7c6ea1c
+MD5 (patch-aa) = 07f770134713603ddcaf94251c7f522c
diff --git a/net/xchat/patches/patch-aa b/net/xchat/patches/patch-aa
new file mode 100644
index 00000000000..cb663f8616e
--- /dev/null
+++ b/net/xchat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 1999/09/30 10:21:44 tron Exp $
+
+--- src/Makefile.in.orig Sat Sep 18 05:50:44 1999
++++ src/Makefile.in Thu Sep 30 12:10:18 1999
+@@ -110,7 +110,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ `$(LOCALBASE)/bin/orbit-config --libs client`
+ xchat_OBJECTS = chanlist.o cfgfiles.o ctcp.o dcc.o dialog.o editlist.o \
+ fkeys.o gtkutil.o history.o ignore.o inbound.o lastlog.o maingui.o \
+ menu.o notify.o outbound.o palette.o perl.o plugin.o rawlog.o server.o \