diff options
author | dmcmahill <dmcmahill> | 2003-02-05 15:44:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-05 15:44:21 +0000 |
commit | f4e2208f3259624e44215299a7a66ed5c3ec21c5 (patch) | |
tree | 874a734cef65230b6426e6054322ac5d653500dc /chat | |
parent | 3e8d98e2cc8d73236ddf12dd31b6cfd977ad81c6 (diff) | |
download | pkgsrc-f4e2208f3259624e44215299a7a66ed5c3ec21c5.tar.gz |
include missing headers to make this build on alpha. Problem noted in recent bulk build
Diffstat (limited to 'chat')
-rw-r--r-- | chat/i2cb/distinfo | 6 | ||||
-rw-r--r-- | chat/i2cb/patches/patch-ah | 12 | ||||
-rw-r--r-- | chat/i2cb/patches/patch-ai | 12 | ||||
-rw-r--r-- | chat/i2cb/patches/patch-aj | 12 | ||||
-rw-r--r-- | chat/i2cb/patches/patch-ak | 12 |
5 files changed, 53 insertions, 1 deletions
diff --git a/chat/i2cb/distinfo b/chat/i2cb/distinfo index 1085a06d98b..2e5886d77ef 100644 --- a/chat/i2cb/distinfo +++ b/chat/i2cb/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2003/02/05 15:44:21 dmcmahill Exp $ SHA1 (icb.tar.gz) = 6d2ddd234403fe33426ece3fd4de4104cf1a6257 Size (icb.tar.gz) = 73607 bytes @@ -9,3 +9,7 @@ SHA1 (patch-ad) = 609b2e5cf6118fbc36818a392866bc7fafc59abc SHA1 (patch-ae) = 0f8765883c2b7e77394556405ee7fee7a054ad56 SHA1 (patch-af) = ba355bdbee708ae6de0583b4e8330dc0c1946670 SHA1 (patch-ag) = e2bf71557fa486371e0d26ff8d5716ae0924a498 +SHA1 (patch-ah) = 1785c0f09a7a0f83b7cb886e9e749959b1753972 +SHA1 (patch-ai) = f2b83d20f6357dd6cb3e468b573c46d6123cae39 +SHA1 (patch-aj) = 11d36d24e7574b32b0bd0eee62f8dc98bcbb8ec3 +SHA1 (patch-ak) = 3200ffae42c7ec93862485b8a23ffd5ab4050255 diff --git a/chat/i2cb/patches/patch-ah b/chat/i2cb/patches/patch-ah new file mode 100644 index 00000000000..4c1e5e5ff96 --- /dev/null +++ b/chat/i2cb/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1 2003/02/05 15:44:22 dmcmahill Exp $ + +--- src/parse.c.orig Wed Mar 15 17:13:29 2000 ++++ src/parse.c +@@ -4,6 +4,7 @@ + /* parse a line from the user */ + + #include <stdlib.h> ++#include <string.h> + #include "icb.h" + #include "externs.h" + diff --git a/chat/i2cb/patches/patch-ai b/chat/i2cb/patches/patch-ai new file mode 100644 index 00000000000..299119c82bc --- /dev/null +++ b/chat/i2cb/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2003/02/05 15:44:22 dmcmahill Exp $ + +--- src/s_chpw.c.orig Wed Mar 15 17:13:29 2000 ++++ src/s_chpw.c +@@ -6,6 +6,7 @@ + + #include <pwd.h> + #include <stdlib.h> ++#include <string.h> + #include <unistd.h> + #include "icb.h" + #include "externs.h" diff --git a/chat/i2cb/patches/patch-aj b/chat/i2cb/patches/patch-aj new file mode 100644 index 00000000000..9838b07c778 --- /dev/null +++ b/chat/i2cb/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2003/02/05 15:44:22 dmcmahill Exp $ + +--- src/serverlist.c.orig Wed Mar 15 17:13:29 2000 ++++ src/serverlist.c +@@ -1,6 +1,7 @@ + #include <ctype.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <pwd.h> + #include <sys/param.h> + #include <sys/types.h> diff --git a/chat/i2cb/patches/patch-ak b/chat/i2cb/patches/patch-ak new file mode 100644 index 00000000000..4d93f6e74a5 --- /dev/null +++ b/chat/i2cb/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2003/02/05 15:44:23 dmcmahill Exp $ + +--- src/clientserve.c.orig Wed Mar 15 17:13:28 2000 ++++ src/clientserve.c +@@ -3,6 +3,7 @@ + #include <stdio.h> + #include <setjmp.h> + #include <signal.h> ++#include <string.h> + #include <sys/types.h> + #include <sys/time.h> + #include <sys/socket.h> |