pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/icb Don't (unnecessarily) include "varargs.h" whi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5496b702a977
branches:  trunk
changeset: 463493:5496b702a977
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Nov 13 20:59:53 2003 +0000

description:
Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.

diffstat:

 chat/icb/distinfo         |   4 ++--
 chat/icb/patches/patch-aj |  19 +++++++++++++------
 2 files changed, 15 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r cf26fadf62e2 -r 5496b702a977 chat/icb/distinfo
--- a/chat/icb/distinfo Thu Nov 13 20:29:50 2003 +0000
+++ b/chat/icb/distinfo Thu Nov 13 20:59:53 2003 +0000
@@ -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-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 -r cf26fadf62e2 -r 5496b702a977 chat/icb/patches/patch-aj
--- a/chat/icb/patches/patch-aj Thu Nov 13 20:29:50 2003 +0000
+++ b/chat/icb/patches/patch-aj Thu Nov 13 20:59:53 2003 +0000
@@ -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 <varargs.h>
+ 
+ extern char *charmap;
+ 
+@@ -333,6 +332,7 @@
  /* cat multiple strings into one */
  /* call with strscat(dest, src, src, ...) */
  
@@ -11,7 +18,7 @@
  char *
  strscat(va_alist)
  va_dcl
-@@ -357,6 +358,7 @@
+@@ -357,6 +357,7 @@
        *dest = '\0';
        return(dest);
  }



Home | Main Index | Thread Index | Old Index