diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-05-01 22:44:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-05-01 22:44:17 +0000 |
commit | fde5221f27e79062d4833f8b28e29d0f97561efc (patch) | |
tree | 59f16a0c7b696618d15805c9ed81a6e6385bcc77 /net-p2p/qbittorrent/files | |
parent | 02fcbc913405204b71506a56e0e818609598cc15 (diff) |
Notes
Diffstat (limited to 'net-p2p/qbittorrent/files')
-rw-r--r-- | net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp | 14 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/patch-src__filesystemwatcher.h | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/patch-src__misc.h | 11 |
3 files changed, 0 insertions, 36 deletions
diff --git a/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp b/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp deleted file mode 100644 index 60454936e1d1..000000000000 --- a/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 -+++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 -@@ -257,7 +257,11 @@ - } - if(abort) return; - // calculate the hash for all pieces -+#if defined(__GNUC__) && __GNUC__ <= 3 -+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); -+#else - set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); -+#endif - // Set qBittorrent as creator and add user comment to - // torrent_info structure - t.set_creator(creator_str); diff --git a/net-p2p/qbittorrent/files/patch-src__filesystemwatcher.h b/net-p2p/qbittorrent/files/patch-src__filesystemwatcher.h deleted file mode 100644 index e55b55370815..000000000000 --- a/net-p2p/qbittorrent/files/patch-src__filesystemwatcher.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/filesystemwatcher.h.orig 2009-12-11 04:39:09.000000000 +0900 -+++ src/filesystemwatcher.h 2009-12-17 00:41:29.000000000 +0900 -@@ -11,7 +11,7 @@ - #include <QSet> - #include <iostream> - #include <errno.h> --#ifdef Q_WS_MAC -+#if defined(Q_WS_MAC) || defined(__FreeBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #else diff --git a/net-p2p/qbittorrent/files/patch-src__misc.h b/net-p2p/qbittorrent/files/patch-src__misc.h deleted file mode 100644 index 3cb244f9a02f..000000000000 --- a/net-p2p/qbittorrent/files/patch-src__misc.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc.h.orig 2009-12-13 19:15:50.000000000 +0900 -+++ src/misc.h 2009-12-17 00:34:12.000000000 +0900 -@@ -47,7 +47,7 @@ - #include <boost/date_time/posix_time/conversion.hpp> - - #ifndef Q_WS_WIN --#ifdef Q_WS_MAC -+#if defined(Q_WS_MAC) || defined(__FreeBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #else |