pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/i2cbd Need <sys/time.h> to get fd_set (on Interix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5a7ba21b466
branches:  trunk
changeset: 501939:f5a7ba21b466
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 18:30:49 2005 +0000

description:
Need <sys/time.h> to get fd_set (on Interix, and per POSIX).

diffstat:

 chat/i2cbd/distinfo         |   3 ++-
 chat/i2cbd/patches/patch-af |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f3669809650e -r f5a7ba21b466 chat/i2cbd/distinfo
--- a/chat/i2cbd/distinfo       Mon Oct 31 18:22:14 2005 +0000
+++ b/chat/i2cbd/distinfo       Mon Oct 31 18:30:49 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 15:59:11 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/10/31 18:30:49 tv Exp $
 
 SHA1 (i2cbd-2.0_BETA1.tar.gz) = d3578637f834a8628c270e1e9fd6db7683d1603c
 RMD160 (i2cbd-2.0_BETA1.tar.gz) = 911296c8f69100cc2366345eb3a9e1b443e1510b
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = ca8e6b7324a22fb9ecabf2374e34febb55196e28
 SHA1 (patch-ad) = 3cf3cc389861f38fe6d12a896717f3716fa85bdf
 SHA1 (patch-ae) = 52c7d65cfb4c453d9e3d135d903373f99a15131a
+SHA1 (patch-af) = 7b5257dc24f0b34a3205bd1accd83a068210a5fc
diff -r f3669809650e -r f5a7ba21b466 chat/i2cbd/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/i2cbd/patches/patch-af       Mon Oct 31 18:30:49 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/10/31 18:30:49 tv Exp $
+
+--- src/externs.h.orig 2001-10-30 14:46:20.000000000 -0500
++++ src/externs.h
+@@ -3,6 +3,7 @@
+ /* For copying and distribution information, see the file COPYING */
+ 
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include "config.h"
+ #include "ipcf.h"
+ #include "groups.h"



Home | Main Index | Thread Index | Old Index