summaryrefslogtreecommitdiff
path: root/chat/i2cb
diff options
context:
space:
mode:
authoragc <agc>2003-12-19 19:15:06 +0000
committeragc <agc>2003-12-19 19:15:06 +0000
commitcfa1ecb0b6942d34b1b5ccf3a973f8d0bd8cf440 (patch)
tree18c7e54c8676b54c5f420c1e5924b0bc3a3dbc40 /chat/i2cb
parent82c5b6c464f7b333f262d448ce3e7a316db10e01 (diff)
downloadpkgsrc-cfa1ecb0b6942d34b1b5ccf3a973f8d0bd8cf440.tar.gz
Make this compile with gcc3.
Diffstat (limited to 'chat/i2cb')
-rw-r--r--chat/i2cb/distinfo9
-rw-r--r--chat/i2cb/patches/patch-ak7
-rw-r--r--chat/i2cb/patches/patch-al12
-rw-r--r--chat/i2cb/patches/patch-am12
-rw-r--r--chat/i2cb/patches/patch-an12
-rw-r--r--chat/i2cb/patches/patch-ao12
-rw-r--r--chat/i2cb/patches/patch-ap12
7 files changed, 72 insertions, 4 deletions
diff --git a/chat/i2cb/distinfo b/chat/i2cb/distinfo
index 360ccafd7d7..8e101422584 100644
--- a/chat/i2cb/distinfo
+++ b/chat/i2cb/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/02/06 23:34:11 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2003/12/19 19:15:06 agc Exp $
SHA1 (i2cb-6.0_ALPHA.tar.gz) = 6d2ddd234403fe33426ece3fd4de4104cf1a6257
Size (i2cb-6.0_ALPHA.tar.gz) = 73607 bytes
@@ -12,4 +12,9 @@ SHA1 (patch-ag) = e2bf71557fa486371e0d26ff8d5716ae0924a498
SHA1 (patch-ah) = 1785c0f09a7a0f83b7cb886e9e749959b1753972
SHA1 (patch-ai) = f2b83d20f6357dd6cb3e468b573c46d6123cae39
SHA1 (patch-aj) = 11d36d24e7574b32b0bd0eee62f8dc98bcbb8ec3
-SHA1 (patch-ak) = 3200ffae42c7ec93862485b8a23ffd5ab4050255
+SHA1 (patch-ak) = 0b907a2f7104e0e05a3ec62859190c9203960a91
+SHA1 (patch-al) = 4c8b87c515fd7278dcfb37b62a44317e7d95442d
+SHA1 (patch-am) = 24d700b5e95248bc54253893bfbf4a664db50ace
+SHA1 (patch-an) = 2b6db4e59da609a03c6cbe23d1866e01a48af756
+SHA1 (patch-ao) = 73d6915d68bd02fbfc0e481f42f4626bbce18882
+SHA1 (patch-ap) = f04fea14ab6a07095f6b2f95c693988563aa4f3a
diff --git a/chat/i2cb/patches/patch-ak b/chat/i2cb/patches/patch-ak
index 4d93f6e74a5..3d2731db621 100644
--- a/chat/i2cb/patches/patch-ak
+++ b/chat/i2cb/patches/patch-ak
@@ -1,9 +1,12 @@
-$NetBSD: patch-ak,v 1.1 2003/02/05 15:44:23 dmcmahill Exp $
+$NetBSD: patch-ak,v 1.2 2003/12/19 19:15:06 agc Exp $
--- src/clientserve.c.orig Wed Mar 15 17:13:28 2000
+++ src/clientserve.c
-@@ -3,6 +3,7 @@
+@@ -1,8 +1,10 @@
+ /* Copyright (c) 1989 Carrick Sean Casey. All rights reserved. */
+
#include <stdio.h>
++#include <stdlib.h>
#include <setjmp.h>
#include <signal.h>
+#include <string.h>
diff --git a/chat/i2cb/patches/patch-al b/chat/i2cb/patches/patch-al
new file mode 100644
index 00000000000..79daaae6e28
--- /dev/null
+++ b/chat/i2cb/patches/patch-al
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2003/12/19 19:15:06 agc Exp $
+
+--- src/c_usage.c 2003/12/19 19:05:19 1.1
++++ src/c_usage.c 2003/12/19 19:05:34
+@@ -4,6 +4,7 @@
+ /* primitive to manipulate usage lists */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+
diff --git a/chat/i2cb/patches/patch-am b/chat/i2cb/patches/patch-am
new file mode 100644
index 00000000000..865647c7ade
--- /dev/null
+++ b/chat/i2cb/patches/patch-am
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2003/12/19 19:15:06 agc Exp $
+
+--- src/s_admin.c 2003/12/19 19:07:20 1.1
++++ src/s_admin.c 2003/12/19 19:07:31
+@@ -4,6 +4,7 @@
+ /* primitive to change user info */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+
diff --git a/chat/i2cb/patches/patch-an b/chat/i2cb/patches/patch-an
new file mode 100644
index 00000000000..1ced4f89c5f
--- /dev/null
+++ b/chat/i2cb/patches/patch-an
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2003/12/19 19:15:06 agc Exp $
+
+--- src/s_group.c 2003/12/19 19:08:12 1.1
++++ src/s_group.c 2003/12/19 19:08:24
+@@ -4,6 +4,7 @@
+ /* primitive to request group functions */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+
diff --git a/chat/i2cb/patches/patch-ao b/chat/i2cb/patches/patch-ao
new file mode 100644
index 00000000000..3f5b4d63e14
--- /dev/null
+++ b/chat/i2cb/patches/patch-ao
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.1 2003/12/19 19:15:06 agc Exp $
+
+--- src/s_user.c 2003/12/19 19:09:09 1.1
++++ src/s_user.c 2003/12/19 19:09:20
+@@ -4,6 +4,7 @@
+ /* primitive to change user info */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+
diff --git a/chat/i2cb/patches/patch-ap b/chat/i2cb/patches/patch-ap
new file mode 100644
index 00000000000..bed511d68a9
--- /dev/null
+++ b/chat/i2cb/patches/patch-ap
@@ -0,0 +1,12 @@
+$NetBSD: patch-ap,v 1.1 2003/12/19 19:15:06 agc Exp $
+
+--- src/s_who.c 2003/12/19 19:09:59 1.1
++++ src/s_who.c 2003/12/19 19:10:09
+@@ -4,6 +4,7 @@
+ /* primitive to list users */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+