From a58b26a39e6f0205725e98664371edc3d69067e6 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 13 Nov 2003 20:59:53 +0000 Subject: Don't (unnecessarily) include "varargs.h" which breaks the build on platforms which use GCC 3.3.x. --- chat/icb/distinfo | 4 ++-- chat/icb/patches/patch-aj | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'chat/icb') diff --git a/chat/icb/distinfo b/chat/icb/distinfo index d3b9e02b0b6..059b6e72aeb 100644 --- a/chat/icb/distinfo +++ b/chat/icb/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/09/28 20:13:55 tron Exp $ +$NetBSD: distinfo,v 1.6 2003/11/13 20:59:53 tron Exp $ SHA1 (icb-5.0.9.tar.gz) = 151430ad7fe3e9787627b31f6551bf1f398b1bd8 Size (icb-5.0.9.tar.gz) = 357565 bytes @@ -11,7 +11,7 @@ SHA1 (patch-af) = e168e171a08246264ebc616f160117f42caf0294 SHA1 (patch-ag) = 9e438a0a3911d08437feb6e4a08a7a8dd93bc461 SHA1 (patch-ah) = c116aecd6f7337c7df89807a62857252847c4917 SHA1 (patch-ai) = 8a5ccf25d57ae8184aee9c35128f26a6a87535d5 -SHA1 (patch-aj) = 19de25ef5ac2580553a8b49b7db60615a5fd7307 +SHA1 (patch-aj) = cfbe4e58167d97d54410cf7e87e81d4c7d5cc487 SHA1 (patch-ak) = 0bd3aa7b872ae1248586f8f2726b0c6a4bb0b462 SHA1 (patch-al) = d61dcc6fda72137645a23ebeb2aef2e3bfa9a184 SHA1 (patch-am) = 1804aec297fa86f2a47cc7cf095783fedafbd9e5 diff --git a/chat/icb/patches/patch-aj b/chat/icb/patches/patch-aj index 12a50b2e95a..7998f8ce13a 100644 --- a/chat/icb/patches/patch-aj +++ b/chat/icb/patches/patch-aj @@ -1,9 +1,16 @@ -$NetBSD: patch-aj,v 1.1.1.1 2000/12/15 00:36:38 wiz Exp $ +$NetBSD: patch-aj,v 1.2 2003/11/13 20:59:53 tron Exp $ -diff -x *.orig -urN ./icb/strings.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c ---- ./icb/strings.c Fri Feb 24 22:20:30 1995 -+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c Fri Nov 26 22:56:28 1999 -@@ -333,6 +333,7 @@ +--- icb/strings.c.orig 1995-02-24 22:20:30.000000000 +0100 ++++ icb/strings.c 2003-11-13 21:57:35.000000000 +0100 +@@ -3,7 +3,6 @@ + + #include "icb.h" + #include "externs.h" +-#include + + extern char *charmap; + +@@ -333,6 +332,7 @@ /* cat multiple strings into one */ /* call with strscat(dest, src, src, ...) */ @@ -11,7 +18,7 @@ diff -x *.orig -urN ./icb/strings.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb- char * strscat(va_alist) va_dcl -@@ -357,6 +358,7 @@ +@@ -357,6 +357,7 @@ *dest = '\0'; return(dest); } -- cgit v1.2.3