summaryrefslogtreecommitdiff
path: root/chat/i2cb
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-02-05 15:44:21 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-02-05 15:44:21 +0000
commit564a10e9201822b6d1a1c98020226092a669f10e (patch)
tree874a734cef65230b6426e6054322ac5d653500dc /chat/i2cb
parent11f8db5eb07661e1fe4f4ca0cd042a7e173ba0f1 (diff)
downloadpkgsrc-564a10e9201822b6d1a1c98020226092a669f10e.tar.gz
include missing headers to make this build on alpha. Problem noted in recent bulk build
Diffstat (limited to 'chat/i2cb')
-rw-r--r--chat/i2cb/distinfo6
-rw-r--r--chat/i2cb/patches/patch-ah12
-rw-r--r--chat/i2cb/patches/patch-ai12
-rw-r--r--chat/i2cb/patches/patch-aj12
-rw-r--r--chat/i2cb/patches/patch-ak12
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>