diff options
Diffstat (limited to 'package/rtorrent/patches')
6 files changed, 27 insertions, 31 deletions
diff --git a/package/rtorrent/patches/patch-rak_functional_h b/package/rtorrent/patches/patch-rak_functional_h deleted file mode 100644 index aec145664..000000000 --- a/package/rtorrent/patches/patch-rak_functional_h +++ /dev/null @@ -1,12 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- rtorrent-0.8.2.orig/rak/functional.h 2008-05-07 14:19:12.000000000 +0200 -+++ rtorrent-0.8.2/rak/functional.h 2008-12-14 22:51:25.000000000 +0100 -@@ -37,6 +37,8 @@ - #ifndef RAK_FUNCTIONAL_H - #define RAK_FUNCTIONAL_H - -+#include <cstdlib> -+ - #include <functional> - - namespace rak { diff --git a/package/rtorrent/patches/patch-src_command_download_cc b/package/rtorrent/patches/patch-src_command_download_cc new file mode 100644 index 000000000..4c1e50a6c --- /dev/null +++ b/package/rtorrent/patches/patch-src_command_download_cc @@ -0,0 +1,10 @@ +--- rtorrent-0.8.4.orig/src/command_download.cc 2008-11-19 18:01:20.000000000 +0100 ++++ rtorrent-0.8.4/src/command_download.cc 2009-08-28 18:01:37.606461520 +0200 +@@ -36,6 +36,7 @@ + + #include "config.h" + ++#include <cstdio> + #include <functional> + #include <unistd.h> + #include <rak/file_stat.h> diff --git a/package/rtorrent/patches/patch-src_command_events_cc b/package/rtorrent/patches/patch-src_command_events_cc new file mode 100644 index 000000000..dcd522735 --- /dev/null +++ b/package/rtorrent/patches/patch-src_command_events_cc @@ -0,0 +1,10 @@ +--- rtorrent-0.8.4.orig/src/command_events.cc 2008-11-11 11:37:20.000000000 +0100 ++++ rtorrent-0.8.4/src/command_events.cc 2009-08-28 18:14:19.096303800 +0200 +@@ -36,6 +36,7 @@ + + #include "config.h" + ++#include <cstdio> + #include <functional> + #include <rak/file_stat.h> + #include <rak/path.h> diff --git a/package/rtorrent/patches/patch-src_command_ui_cc b/package/rtorrent/patches/patch-src_command_ui_cc deleted file mode 100644 index 0383d929d..000000000 --- a/package/rtorrent/patches/patch-src_command_ui_cc +++ /dev/null @@ -1,12 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- rtorrent-0.8.2.orig/src/command_ui.cc 2008-05-07 14:19:11.000000000 +0200 -+++ rtorrent-0.8.2/src/command_ui.cc 2008-12-14 22:56:02.000000000 +0100 -@@ -36,6 +36,8 @@ - - #include "config.h" - -+#include <ctime> -+ - #include <rak/functional.h> - #include <rak/functional_fun.h> - #include <sigc++/adaptors/bind.h> diff --git a/package/rtorrent/patches/patch-src_display_text_element_value_cc b/package/rtorrent/patches/patch-src_display_text_element_value_cc index 01391f812..0afd7d1ae 100644 --- a/package/rtorrent/patches/patch-src_display_text_element_value_cc +++ b/package/rtorrent/patches/patch-src_display_text_element_value_cc @@ -1,7 +1,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- rtorrent-0.8.2.orig/src/display/text_element_value.cc 2008-05-07 14:19:11.000000000 +0200 -+++ rtorrent-0.8.2/src/display/text_element_value.cc 2008-12-14 22:14:58.000000000 +0100 -@@ -39,6 +39,8 @@ +--- rtorrent-0.8.4.orig/src/display/text_element_value.cc 2008-11-16 11:04:41.000000000 +0100 ++++ rtorrent-0.8.4/src/display/text_element_value.cc 2009-08-28 17:58:13.596279559 +0200 +@@ -41,6 +41,8 @@ #include "globals.h" #include "text_element_value.h" diff --git a/package/rtorrent/patches/patch-src_rpc_parse_cc b/package/rtorrent/patches/patch-src_rpc_parse_cc index 09189e908..38530b38e 100644 --- a/package/rtorrent/patches/patch-src_rpc_parse_cc +++ b/package/rtorrent/patches/patch-src_rpc_parse_cc @@ -1,9 +1,9 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- rtorrent-0.8.2.orig/src/rpc/parse.cc 2008-05-07 14:19:10.000000000 +0200 -+++ rtorrent-0.8.2/src/rpc/parse.cc 2009-05-29 01:27:36.000000000 +0200 -@@ -37,6 +37,8 @@ - #include "config.h" +--- rtorrent-0.8.4.orig/src/rpc/parse.cc 2008-08-26 22:14:33.000000000 +0200 ++++ rtorrent-0.8.4/src/rpc/parse.cc 2009-08-28 17:58:13.616282106 +0200 +@@ -38,6 +38,8 @@ + #include <cstring> #include <locale> +#include <cstdio> +#include <cstring> |