summaryrefslogtreecommitdiff
path: root/net/xmule/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmule/files')
-rw-r--r--net/xmule/files/patch-configure21
-rw-r--r--net/xmule/files/patch-docs::ED2K-Links.HOWTO (renamed from net/xmule/files/patch-ED2K-Links.HOWTO)4
-rw-r--r--net/xmule/files/patch-src::ServerSocket.cpp10
-rw-r--r--net/xmule/files/patch-src::SysTray.h10
-rw-r--r--net/xmule/files/patch-src::WebServer.cpp13
-rw-r--r--net/xmule/files/patch-src::xmule.cpp10
6 files changed, 23 insertions, 45 deletions
diff --git a/net/xmule/files/patch-configure b/net/xmule/files/patch-configure
new file mode 100644
index 000000000000..1f41d2c4af25
--- /dev/null
+++ b/net/xmule/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig Thu Oct 27 17:47:55 2005
++++ configure Fri Nov 18 04:36:06 2005
+@@ -9070,15 +9070,15 @@
+
+ if test x"$have_cryptopp" = x"yes"; then
+ cryp_name="cryptopp";
+- have_crypto = 1
++ have_crypto=1
+ fi
+
+ if test x"$have_cryptopp2" = x"yes"; then
+ cryp_name="crypto++"
+- have_crypto = 1
++ have_crypto=1
+ fi
+
+-if have_crypto -eq 1; then
++if [ ${have_crypto} -eq 1 ]; then
+ echo "Cryp name: -$cryp_name-"
+
+ cat >>confdefs.h <<_ACEOF
diff --git a/net/xmule/files/patch-ED2K-Links.HOWTO b/net/xmule/files/patch-docs::ED2K-Links.HOWTO
index 3780a708b5d1..0bc6dcc5be15 100644
--- a/net/xmule/files/patch-ED2K-Links.HOWTO
+++ b/net/xmule/files/patch-docs::ED2K-Links.HOWTO
@@ -1,5 +1,5 @@
---- ED2K-Links.HOWTO.orig Thu Mar 4 12:46:20 2004
-+++ ED2K-Links.HOWTO Tue Mar 9 21:21:16 2004
+--- docs/ED2K-Links.HOWTO.orig Thu Mar 4 12:46:20 2004
++++ docs/ED2K-Links.HOWTO Tue Mar 9 21:21:16 2004
@@ -14,7 +14,7 @@
the mentioned directory:
diff --git a/net/xmule/files/patch-src::ServerSocket.cpp b/net/xmule/files/patch-src::ServerSocket.cpp
deleted file mode 100644
index b3e1a7f2fb43..000000000000
--- a/net/xmule/files/patch-src::ServerSocket.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/ServerSocket.cpp.orig Sun Nov 14 19:41:57 2004
-+++ src/ServerSocket.cpp Sun Nov 14 19:42:03 2004
-@@ -44,6 +44,7 @@
-
- #include "DynPrefs/DynPrefs.h" // Needed for DynamicPreferences
-
-+#include <netinet/in.h>
- #include <arpa/inet.h> // Needed for sockaddr_in
-
- class ServerSocketEvt: public wxEvtHandler
diff --git a/net/xmule/files/patch-src::SysTray.h b/net/xmule/files/patch-src::SysTray.h
deleted file mode 100644
index 55da4e3d176e..000000000000
--- a/net/xmule/files/patch-src::SysTray.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/SysTray.h.orig Sun Nov 14 19:45:30 2004
-+++ src/SysTray.h Sun Nov 14 19:45:00 2004
-@@ -31,6 +31,7 @@
- #include <locale.h>
- #include <config.h>
- #include <sys/ioctl.h>
-+#include <sys/socket.h>
- #include <net/if.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
diff --git a/net/xmule/files/patch-src::WebServer.cpp b/net/xmule/files/patch-src::WebServer.cpp
deleted file mode 100644
index 4087253695dd..000000000000
--- a/net/xmule/files/patch-src::WebServer.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/WebServer.cpp.orig Tue May 20 20:42:30 2003
-+++ src/WebServer.cpp Tue May 20 21:06:14 2003
-@@ -9,6 +9,10 @@
- #include <wx/wfstream.h>
- #include <wx/txtstrm.h>
-
-+#ifdef __FreeBSD__
-+extern long long atoll(const char *s);
-+#endif /* __FreeBSD__ */
-+
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
diff --git a/net/xmule/files/patch-src::xmule.cpp b/net/xmule/files/patch-src::xmule.cpp
deleted file mode 100644
index 559592e23866..000000000000
--- a/net/xmule/files/patch-src::xmule.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/xmule.cpp.orig Sun Nov 14 20:25:21 2004
-+++ src/xmule.cpp Sun Nov 14 20:32:50 2004
-@@ -65,7 +65,6 @@
-
- #include <iostream> // Needed for std::cout
- #include <gtk/gtk.h> // Needed for GTK_WINDOW_TOPLEVEL
--#include <mcheck.h>
-
- #include <wx/clipbrd.h> // Needed for wxTheClipboard
- #include <wx/msgdlg.h> // Needed for wxMessageBox