summaryrefslogtreecommitdiff
path: root/chat/quirc/patches/patch-ad
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-12 06:07:12 +0000
committerminskim <minskim>2004-03-12 06:07:12 +0000
commit057aeb89b344ed5e1ec1f8527228cc2fa3dd5622 (patch)
treed80f576b5a715d9708dfbc2b98f2a9ad6177d2b6 /chat/quirc/patches/patch-ad
parentfecddc5a4824508fd33e4c52f2ad5d37b85eceeb (diff)
downloadpkgsrc-057aeb89b344ed5e1ec1f8527228cc2fa3dd5622.tar.gz
Update quirc to 0.9.84 and bl3ify. Switch to Tcl/Tk 8.4.
Changes sinec 0.9.82: - Fixes to make it compile with gcc 3.3 and Tcl/Tk 8.4. - Highlight a window when your nick appears in it. - fix for a bug that causes QuIRC to crash on nicknames longer than 30 characters.
Diffstat (limited to 'chat/quirc/patches/patch-ad')
-rw-r--r--chat/quirc/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/quirc/patches/patch-ad b/chat/quirc/patches/patch-ad
index 68d5194022e..85e269330cc 100644
--- a/chat/quirc/patches/patch-ad
+++ b/chat/quirc/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2003/03/01 11:08:35 jmc Exp $
+$NetBSD: patch-ad,v 1.2 2004/03/12 06:07:12 minskim Exp $
---- support.h.orig Sat Mar 1 11:01:17 2003
-+++ support.h Sat Mar 1 11:01:44 2003
-@@ -15,7 +15,7 @@
+--- support.h.orig 2004-01-12 03:07:02.000000000 -0600
++++ support.h
+@@ -28,7 +28,7 @@ extern int ischannel(const char *string)
0, effectively shortening the string's length by one. */
extern char *chop(char *);