summaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/ktorrent-devel/files')
-rw-r--r--net-p2p/ktorrent-devel/files/patch-Makefile.in11
-rw-r--r--net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp10
-rw-r--r--net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp11
-rw-r--r--net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in11
-rw-r--r--net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp10
5 files changed, 0 insertions, 53 deletions
diff --git a/net-p2p/ktorrent-devel/files/patch-Makefile.in b/net-p2p/ktorrent-devel/files/patch-Makefile.in
deleted file mode 100644
index 1b03611212c3..000000000000
--- a/net-p2p/ktorrent-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Feb 2 14:27:14 2006
-+++ Makefile.in Thu Feb 2 14:27:26 2006
-@@ -257,7 +257,7 @@
- xdg_appsdir = @xdg_appsdir@
- xdg_directorydir = @xdg_directorydir@
- xdg_menudir = @xdg_menudir@
--SUBDIRS = libktorrent apps plugins
-+SUBDIRS = libktorrent apps plugins translations
- EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp b/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp
deleted file mode 100644
index 2736b2b67087..000000000000
--- a/net-p2p/ktorrent-devel/files/patch-apps-ktcachecheck-cachecheck.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- apps/ktcachecheck/cachecheck.cpp.orig Sun Jan 8 02:45:26 2006
-+++ apps/ktcachecheck/cachecheck.cpp Sun Jan 8 02:46:29 2006
-@@ -18,6 +18,7 @@
- * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
- ***************************************************************************/
- #include <iostream>
-+#include <string>
- #include <util/log.h>
- #include <util/error.h>
- #include <util/functions.h>
diff --git a/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp b/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp
deleted file mode 100644
index f91d52dd3907..000000000000
--- a/net-p2p/ktorrent-devel/files/patch-libktorrent-util-sha1hash.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libktorrent/util/sha1hash.cpp.orig Sun Jan 8 02:28:06 2006
-+++ libktorrent/util/sha1hash.cpp Sun Jan 8 02:29:24 2006
-@@ -17,6 +17,8 @@
- * Free Software Foundation, Inc., *
- * 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. *
- ***************************************************************************/
-+#include <stdio.h>
-+
- #include <qurl.h>
- #include <string.h>
- #include <algorithm>
diff --git a/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in
deleted file mode 100644
index f2fa75559bfe..000000000000
--- a/net-p2p/ktorrent-devel/files/patch-plugins-partfileimport-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006
-+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006
-@@ -257,7 +257,7 @@
- xdg_appsdir = @xdg_appsdir@
- xdg_directorydir = @xdg_directorydir@
- xdg_menudir = @xdg_menudir@
--INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent
-+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes)
- #>- METASOURCES = AUTO
- kde_module_LTLIBRARIES = ktpartfileimportplugin.la
- noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h
diff --git a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp b/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp
deleted file mode 100644
index cb45a8a78566..000000000000
--- a/net-p2p/ktorrent-devel/files/patch-plugins-upnp-upnpmcastsocket.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006
-+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006
-@@ -40,6 +40,7 @@
- QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
- QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
- setAddressReuseable(true);
-+ setFamily(KNetwork::KResolver::IPv4Family);
- setBlocking(true);
- for (Uint32 i = 0;i < 10;i++)
- {