diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 21:32:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 21:32:27 +0000 |
commit | 310c4cd77ea0e4e58f4b5adc1825fd565b61b0f6 (patch) | |
tree | a32a12aea0b7786483ca331c714ffb0e2f954f37 | |
parent | 99c39d286773f6fa5e7d7d7a2e60bb3eb3d7068b (diff) | |
download | pkgsrc-310c4cd77ea0e4e58f4b5adc1825fd565b61b0f6.tar.gz |
Include <sys/time.h> to get fd_set properly.
-rw-r--r-- | net/ctorrent/distinfo | 4 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-ac | 12 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-ad | 13 |
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" + |