diff options
author | veego <veego@pkgsrc.org> | 2006-01-17 21:45:52 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2006-01-17 21:45:52 +0000 |
commit | 271aaf636a222143311f59c1a18df5ffb1f3a574 (patch) | |
tree | e8e85f166026c93aff0b204a791d513c8739f8ad /chat/irssi/patches/patch-ad | |
parent | 80b14d733218fc458c48ff21cb1af8f6a1015646 (diff) | |
download | pkgsrc-271aaf636a222143311f59c1a18df5ffb1f3a574.tar.gz |
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.
Diffstat (limited to 'chat/irssi/patches/patch-ad')
-rw-r--r-- | chat/irssi/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
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); |