summaryrefslogtreecommitdiff
path: root/chat/i2cb
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-31 14:45:43 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-31 14:45:43 +0000
commit2b742a1e27bb20d14bcf93ddbc6f67f815711dd9 (patch)
tree8e819b9144cdfd2ba6fcb5fd1ea4e70783e6df33 /chat/i2cb
parente511a2a185474726978492aa070af57e8047e338 (diff)
downloadpkgsrc-2b742a1e27bb20d14bcf93ddbc6f67f815711dd9.tar.gz
Missing termios.h.
Diffstat (limited to 'chat/i2cb')
-rw-r--r--chat/i2cb/distinfo4
-rw-r--r--chat/i2cb/patches/patch-aw9
2 files changed, 7 insertions, 6 deletions
diff --git a/chat/i2cb/distinfo b/chat/i2cb/distinfo
index 5136cd5c80c..b76b748dc7d 100644
--- a/chat/i2cb/distinfo
+++ b/chat/i2cb/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2012/12/24 03:11:25 dholland Exp $
+$NetBSD: distinfo,v 1.14 2013/08/31 14:45:43 joerg Exp $
SHA1 (i2cb-6.0_ALPHA.tar.gz) = 6d2ddd234403fe33426ece3fd4de4104cf1a6257
RMD160 (i2cb-6.0_ALPHA.tar.gz) = 2c0683c20939fe5709fa08b6e335cbee2574ecd8
@@ -25,7 +25,7 @@ SHA1 (patch-as) = 04caba156b07ef94552227b434ed51b83123b078
SHA1 (patch-at) = 2eeaa4dc6e8fd4e31f91b5b8a7004681465925f5
SHA1 (patch-au) = 591bae1fcfe43ba86ec29c5ca53322bad5b572e7
SHA1 (patch-av) = 3ebe9872953147e9694f36e76584482167d2f34a
-SHA1 (patch-aw) = 8db36d0c1323323477d652601bc0968452004b7f
+SHA1 (patch-aw) = 27e6c09d15f7f0ece6337c6c14d66de2424a4068
SHA1 (patch-ax) = 610a34662113e800fa7455422b170312ef92fe4d
SHA1 (patch-ay) = 442fdc77dfe58676c17212d4343ffba42ce44b8b
SHA1 (patch-az) = 7e0cd06b7085bbbf451bedf406564f30c82a5aaf
diff --git a/chat/i2cb/patches/patch-aw b/chat/i2cb/patches/patch-aw
index 0fd49302d87..b72d435caf0 100644
--- a/chat/i2cb/patches/patch-aw
+++ b/chat/i2cb/patches/patch-aw
@@ -1,8 +1,8 @@
-$NetBSD: patch-aw,v 1.2 2012/02/16 14:05:07 hans Exp $
+$NetBSD: patch-aw,v 1.3 2013/08/31 14:45:43 joerg Exp $
---- src/unix.c.orig 2005-12-13 17:46:52.000000000 +0000
+--- src/unix.c.orig 2000-03-15 22:13:29.000000000 +0000
+++ src/unix.c
-@@ -6,11 +6,13 @@
+@@ -6,11 +6,14 @@
#include <sys/types.h>
#include <sys/param.h>
@@ -14,10 +14,11 @@ $NetBSD: patch-aw,v 1.2 2012/02/16 14:05:07 hans Exp $
-#include <sys/dir.h>
+#include <dirent.h>
+#include <limits.h>
++#include <termios.h>
#include <time.h>
#include <unistd.h>
#include "icb.h"
-@@ -235,7 +237,11 @@ tildexpand (char *s)
+@@ -235,7 +238,11 @@ tildexpand (char *s)
struct passwd *pw;
char login[17];
char *p = login;