pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ctorrent Include <sys/time.h> to get fd_set properly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99dd40d79c40
branches:  trunk
changeset: 502645:99dd40d79c40
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 21:32:27 2005 +0000

description:
Include <sys/time.h> to get fd_set properly.

diffstat:

 net/ctorrent/distinfo         |   4 +++-
 net/ctorrent/patches/patch-ac |  12 ++++++++++++
 net/ctorrent/patches/patch-ad |  13 +++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 334540ae851d -r 99dd40d79c40 net/ctorrent/distinfo
--- a/net/ctorrent/distinfo     Mon Nov 07 21:24:37 2005 +0000
+++ b/net/ctorrent/distinfo     Mon Nov 07 21:32:27 2005 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 12:13:44 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/07 21:32:27 tv Exp $
 
 SHA1 (ctorrent-1.3.4.tar.bz2) = bf1ea430513dc6de48de5ac429cdac57ceab738d
 RMD160 (ctorrent-1.3.4.tar.bz2) = 0cf6a89e8e29a1c3fad087e1c666941c6ecd73b9
 Size (ctorrent-1.3.4.tar.bz2) = 87333 bytes
 SHA1 (patch-aa) = e20e81beba3a3a98ce27c36e4542edb0a9ea1d04
 SHA1 (patch-ab) = cfa80ca0d3f030837334ac9cc27c437dfd9adbf6
+SHA1 (patch-ac) = 40396b3d538cb37219ddd1bfe207f294e70b5ed1
+SHA1 (patch-ad) = 8e270120390e8bd64a5ac0ee6b9ea6da69aab5dd
diff -r 334540ae851d -r 99dd40d79c40 net/ctorrent/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ctorrent/patches/patch-ac     Mon Nov 07 21:32:27 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/11/07 21:32:27 tv Exp $
+
+--- peerlist.h.orig    2004-09-08 19:10:51.000000000 -0400
++++ peerlist.h
+@@ -2,6 +2,7 @@
+ #define PEERLIST_H
+ 
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include "./def.h"
+ #include "./peer.h"
+ #include "./rate.h"
diff -r 334540ae851d -r 99dd40d79c40 net/ctorrent/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ctorrent/patches/patch-ad     Mon Nov 07 21:32:27 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2005/11/07 21:32:27 tv Exp $
+
+--- tracker.h.orig     2004-09-08 19:10:51.000000000 -0400
++++ tracker.h
+@@ -2,7 +2,7 @@
+ #define TRACKER_H
+ 
+ #include <sys/types.h>
+-
++#include <sys/time.h>
+ #include "./def.h"
+ #include "./bufio.h"
+ 



Home | Main Index | Thread Index | Old Index