diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-12 06:07:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-12 06:07:12 +0000 |
commit | 749332991262f55d8ac69689d88ffa7346da0d65 (patch) | |
tree | d80f576b5a715d9708dfbc2b98f2a9ad6177d2b6 /chat/quirc/patches | |
parent | a575e550c5dde96aede605a2b5bf950d7a122275 (diff) | |
download | pkgsrc-749332991262f55d8ac69689d88ffa7346da0d65.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')
-rw-r--r-- | chat/quirc/patches/patch-aa | 8 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ab | 16 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ac | 8 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ad | 8 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ae | 15 |
5 files changed, 20 insertions, 35 deletions
diff --git a/chat/quirc/patches/patch-aa b/chat/quirc/patches/patch-aa index b12f9e583f6..273c45de9c9 100644 --- a/chat/quirc/patches/patch-aa +++ b/chat/quirc/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ +$NetBSD: patch-aa,v 1.2 2004/03/12 06:07:12 minskim Exp $ ---- Makefile.in.orig Wed Jul 25 12:17:39 2001 +--- Makefile.in.orig 2004-01-13 01:23:10.000000000 -0600 +++ Makefile.in -@@ -93,7 +93,7 @@ generate_tags_SOURCES = generate_tags.cc +@@ -225,7 +225,7 @@ BUILT_SOURCES = tags.cc + generate_tags_SOURCES = generate_tags.cc # Documentation - -docdir = $(prefix)/doc/@PACKAGE@ +docdir = $(prefix)/share/doc/@PACKAGE@ doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes diff --git a/chat/quirc/patches/patch-ab b/chat/quirc/patches/patch-ab index a803c15cb52..fbb3ead6f65 100644 --- a/chat/quirc/patches/patch-ab +++ b/chat/quirc/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/12/19 12:04:30 grant Exp $ +$NetBSD: patch-ab,v 1.2 2004/03/12 06:07:12 minskim Exp $ ---- doc/Makefile.in.orig Thu Dec 19 22:57:57 2002 +--- doc/Makefile.in.orig 2004-01-13 01:23:10.000000000 -0600 +++ doc/Makefile.in -@@ -68,7 +68,7 @@ TK_HEADER = @TK_HEADER@ - VERSION = @VERSION@ - WISH = @WISH@ - +@@ -132,7 +132,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -docdir = $(prefix)/doc/@PACKAGE@ +docdir = $(prefix)/share/doc/@PACKAGE@ - doc_DATA = rfc1459.txt color.txt nickcomp.txt quedit.txt - + EXTRA_DIST = $(doc_DATA) dccresum.txt links.txt tdcc.txt + MOSTLYCLEANFILES = \\\#*\\\# *~ diff --git a/chat/quirc/patches/patch-ac b/chat/quirc/patches/patch-ac index e06d46d39cc..26bc9cd526b 100644 --- a/chat/quirc/patches/patch-ac +++ b/chat/quirc/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2003/03/01 11:08:35 jmc Exp $ +$NetBSD: patch-ac,v 1.2 2004/03/12 06:07:12 minskim Exp $ ---- support.cc.orig Sat Mar 1 11:02:55 2003 -+++ support.cc Sat Mar 1 11:03:12 2003 -@@ -46,7 +46,7 @@ +--- support.cc.orig 2004-01-12 03:06:18.000000000 -0600 ++++ support.cc +@@ -78,7 +78,7 @@ extern char *chop(char *string) { return string; } 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 *); diff --git a/chat/quirc/patches/patch-ae b/chat/quirc/patches/patch-ae deleted file mode 100644 index 0e046c935d0..00000000000 --- a/chat/quirc/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2003/10/25 23:37:26 kristerw Exp $ - ---- tcltk.h.in.orig Sun Oct 26 01:25:54 2003 -+++ tcltk.h.in Sun Oct 26 01:26:20 2003 -@@ -12,8 +12,8 @@ - #define TT_ARGS TT_Interp,__FILE__,__LINE__ - #define TT_PROC_ARGS ClientData clientData, Tcl_Interp *interp, int argc, char *argv[] - #define TT_PROC_OBJS ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] --#define TT_Install_Command(x) Tcl_CreateCommand(TT_Interp,TT_Fix_Name(#x),TT_Proc_##x##,0,0); free(TT_Temp) --#define TT_Install_ObjCommand(x) Tcl_CreateObjCommand(TT_Interp,TT_Fix_Name(#x),TT_Proc_##x##,0,0); free(TT_Temp) -+#define TT_Install_Command(x) Tcl_CreateCommand(TT_Interp,TT_Fix_Name(#x),TT_Proc_##x,0,0); free(TT_Temp) -+#define TT_Install_ObjCommand(x) Tcl_CreateObjCommand(TT_Interp,TT_Fix_Name(#x),TT_Proc_##x,0,0); free(TT_Temp) - #define ARGV(x) Tcl_GetStringFromObj(objv[x],NULL) - - char *TT_Fix_Name(char *name); |