summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv>2005-11-07 21:32:27 +0000
committertv <tv>2005-11-07 21:32:27 +0000
commit1a0f361c01849c9426a1e0d8f45f456cb82b6160 (patch)
treea32a12aea0b7786483ca331c714ffb0e2f954f37 /net
parent09df3549ed3e9745146af256a84cbdbe47c7e2ce (diff)
downloadpkgsrc-1a0f361c01849c9426a1e0d8f45f456cb82b6160.tar.gz
Include <sys/time.h> to get fd_set properly.
Diffstat (limited to 'net')
-rw-r--r--net/ctorrent/distinfo4
-rw-r--r--net/ctorrent/patches/patch-ac12
-rw-r--r--net/ctorrent/patches/patch-ad13
3 files changed, 28 insertions, 1 deletions
diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo
index 70eeffc105f..e3ed584d0cc 100644
--- a/net/ctorrent/distinfo
+++ b/net/ctorrent/distinfo
@@ -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 --git a/net/ctorrent/patches/patch-ac b/net/ctorrent/patches/patch-ac
new file mode 100644
index 00000000000..9ec4c20a2f8
--- /dev/null
+++ b/net/ctorrent/patches/patch-ac
@@ -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 --git a/net/ctorrent/patches/patch-ad b/net/ctorrent/patches/patch-ad
new file mode 100644
index 00000000000..552e87e18c5
--- /dev/null
+++ b/net/ctorrent/patches/patch-ad
@@ -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"
+