From 451b57b17ed4db267a5e980ab662cb0587ea14c9 Mon Sep 17 00:00:00 2001 From: veego Date: Tue, 17 Jan 2006 21:45:52 +0000 Subject: Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli: - Recode support - Isupport (005 numeric) - Passive DCC support. - Many memleak fixes. - Network specific ignoring. - Updated internal error handling. - Complete 64bit support. - Revised default aliases. - Updated paste detection and settings. - Tons of bugfixes. - Other changes The 'pre-install' hack from the pr is no longer needed after a fix from jlam. Don't delete the patch-ae, which was removed in the pr. Recode support won't work at the moment on NetBSD. Bump the version for irssi-icb, due too the upgrade of irssi. --- chat/irssi/patches/patch-ab | 14 +++++++------- chat/irssi/patches/patch-ac | 16 ---------------- chat/irssi/patches/patch-ad | 13 ------------- chat/irssi/patches/patch-af | 6 +++--- 4 files changed, 10 insertions(+), 39 deletions(-) delete mode 100644 chat/irssi/patches/patch-ac delete mode 100644 chat/irssi/patches/patch-ad (limited to 'chat/irssi/patches') diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab index 3e2d63b1490..5ff48d1ac20 100644 --- a/chat/irssi/patches/patch-ab +++ b/chat/irssi/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.4 2002/12/02 12:19:20 jmmv Exp $ +$NetBSD: patch-ab,v 1.5 2006/01/17 21:45:52 veego Exp $ ---- Makefile.in.orig Tue Nov 19 11:14:30 2002 -+++ Makefile.in -@@ -117,7 +117,7 @@ sedpath = @sedpath@ - +--- Makefile.in.orig 2005-12-11 10:45:48.000000000 +0100 ++++ Makefile.in 2005-12-12 19:03:38.000000000 +0100 +@@ -254,7 +254,7 @@ + target_alias = @target_alias@ + @BUILD_PLUGINS_TRUE@PLUGINS = plugins SUBDIRS = src docs scripts - -confdir = $(sysconfdir) +confdir = $(datadir)/examples/@PACKAGE@ conf_DATA = irssi.conf - themedir = $(datadir)/irssi/themes + theme_DATA = default.theme colorless.theme diff --git a/chat/irssi/patches/patch-ac b/chat/irssi/patches/patch-ac deleted file mode 100644 index 76da02abfc9..00000000000 --- a/chat/irssi/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.6 2005/03/20 05:05:59 reed Exp $ - ---- src/core/network.c.orig Wed Mar 16 20:01:11 2005 -+++ src/core/network.c Wed Mar 16 20:03:31 2005 -@@ -607,7 +607,11 @@ - int net_hosterror_notfound(int error) - { - #ifdef HAVE_IPV6 -+#ifdef EAI_NODATA - return error != 1 && (error == EAI_NONAME || error == EAI_NODATA); -+#else -+ return error != 1 && (error == EAI_NONAME); -+#endif - #else - return error == HOST_NOT_FOUND || error == NO_ADDRESS; - #endif diff --git a/chat/irssi/patches/patch-ad b/chat/irssi/patches/patch-ad deleted file mode 100644 index 42cb2169e67..00000000000 --- a/chat/irssi/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.6 2005/06/26 20:25:48 snj Exp $ - ---- src/fe-common/core/fe-exec.c.orig 2005-06-26 12:55:47.000000000 -0700 -+++ src/fe-common/core/fe-exec.c 2005-06-26 12:56:03.000000000 -0700 -@@ -347,7 +347,7 @@ static void process_exec(PROCESS_REC *re - static void sig_exec_input_reader(PROCESS_REC *rec) - { - char tmpbuf[512], *str; -- unsigned int recvlen; -+ gsize recvlen; - int err, ret; - - g_return_if_fail(rec != NULL); diff --git a/chat/irssi/patches/patch-af b/chat/irssi/patches/patch-af index 1d097a88ca6..70ad68db147 100644 --- a/chat/irssi/patches/patch-af +++ b/chat/irssi/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.1 2005/11/11 16:01:20 tonio Exp $ +$NetBSD: patch-af,v 1.2 2006/01/17 21:45:52 veego Exp $ ---- configure.orig 2003-12-11 00:23:05.000000000 +0100 +--- configure.orig 2005-12-11 11:45:39.000000000 +0200 +++ configure -@@ -22842,7 +22842,7 @@ echo "$as_me: error: error compiling tes +@@ -25371,7 +25371,7 @@ { (exit 1); exit 1; }; } fi -- cgit v1.2.3