aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-12-27 20:55:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-12-27 20:55:08 +0000
commit60dfc9c453e121e71a94373e5329544d788422b5 (patch)
tree20ed6c2badec1b87478f0766efeb8344a7624bee /net-p2p
parent7466c9b14fc51c13b224614c09d7080fdd2e96e1 (diff)
downloadports-60dfc9c453e121e71a94373e5329544d788422b5.tar.gz
ports-60dfc9c453e121e71a94373e5329544d788422b5.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/hrktorrent/files/patch-hrktorrent.h10
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp10
-rw-r--r--net-p2p/libtorrent-rasterbar-15/files/patch-include_libtorrent_udp_socket.hpp10
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src_main.cpp10
4 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/hrktorrent/files/patch-hrktorrent.h b/net-p2p/hrktorrent/files/patch-hrktorrent.h
new file mode 100644
index 000000000000..0da691e1b860
--- /dev/null
+++ b/net-p2p/hrktorrent/files/patch-hrktorrent.h
@@ -0,0 +1,10 @@
+--- hrktorrent.h.orig 2010-12-14 18:09:28.000000000 +0300
++++ hrktorrent.h 2010-12-14 18:09:40.000000000 +0300
+@@ -6,6 +6,7 @@
+ #include <iterator>
+ #include <exception>
+
++#include <signal.h>
+ #include <sys/mman.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp
new file mode 100644
index 000000000000..f0e6903a97da
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar-14/files/patch-include_libtorrent_udp_socket.hpp
@@ -0,0 +1,10 @@
+--- include/libtorrent/udp_socket.hpp.orig 2010-12-10 20:38:45.000000000 +0300
++++ include/libtorrent/udp_socket.hpp 2010-12-10 20:39:05.000000000 +0300
+@@ -37,6 +37,7 @@
+ #include "libtorrent/session_settings.hpp"
+ #include "libtorrent/buffer.hpp"
+
++#include <list>
+ #include <vector>
+ #include <boost/function.hpp>
+ #include <boost/thread/mutex.hpp>
diff --git a/net-p2p/libtorrent-rasterbar-15/files/patch-include_libtorrent_udp_socket.hpp b/net-p2p/libtorrent-rasterbar-15/files/patch-include_libtorrent_udp_socket.hpp
new file mode 100644
index 000000000000..f0e6903a97da
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar-15/files/patch-include_libtorrent_udp_socket.hpp
@@ -0,0 +1,10 @@
+--- include/libtorrent/udp_socket.hpp.orig 2010-12-10 20:38:45.000000000 +0300
++++ include/libtorrent/udp_socket.hpp 2010-12-10 20:39:05.000000000 +0300
+@@ -37,6 +37,7 @@
+ #include "libtorrent/session_settings.hpp"
+ #include "libtorrent/buffer.hpp"
+
++#include <list>
+ #include <vector>
+ #include <boost/function.hpp>
+ #include <boost/thread/mutex.hpp>
diff --git a/net-p2p/qbittorrent-22/files/patch-src_main.cpp b/net-p2p/qbittorrent-22/files/patch-src_main.cpp
new file mode 100644
index 000000000000..422451204ad5
--- /dev/null
+++ b/net-p2p/qbittorrent-22/files/patch-src_main.cpp
@@ -0,0 +1,10 @@
+--- src/main.cpp.orig 2010-12-26 16:04:06.000000000 +0300
++++ src/main.cpp 2010-12-26 16:05:49.000000000 +0300
+@@ -60,6 +60,7 @@
+ #include "stacktrace.h"
+ #endif
+
++#include <csignal>
+ #include <stdlib.h>
+ #include "misc.h"
+ #include "preferences.h"