diff options
Diffstat (limited to 'net-p2p/xmule/files')
-rw-r--r-- | net-p2p/xmule/files/patch-ED2K-Links.HOWTO | 44 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-Preferences.cpp | 11 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-src::WebServer.cpp | 13 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-src::otherfunctions.cpp | 11 |
5 files changed, 0 insertions, 93 deletions
diff --git a/net-p2p/xmule/files/patch-ED2K-Links.HOWTO b/net-p2p/xmule/files/patch-ED2K-Links.HOWTO deleted file mode 100644 index 3780a708b5d1..000000000000 --- a/net-p2p/xmule/files/patch-ED2K-Links.HOWTO +++ /dev/null @@ -1,44 +0,0 @@ ---- ED2K-Links.HOWTO.orig Thu Mar 4 12:46:20 2004 -+++ ED2K-Links.HOWTO Tue Mar 9 21:21:16 2004 -@@ -14,7 +14,7 @@ - the mentioned directory: - - [Protocol] -- exec=/usr/local/bin/ed2k "%u" -+ exec=/usr/X11R6/bin/xmule-ed2k-handler "%u" - protocol=ed2k - input=none - output=none -@@ -39,12 +39,12 @@ - create xmule_submit.sh with this content: - - #!/bin/sh -- /usr/local/bin/ed2k "ed2k://$1"; -+ xmule-ed2k-handler "ed2k://$1"; - - now edit (as root) /etc/opera6rc or as non-root ~/.opera/opera6.ini: - - [Trusted Applications] -- ed2k=/usr/local/bin/xmule_submit.sh -+ ed2k=/usr/X11R6/bin/xmule_submit.sh - - [User Prefs] - TrustedExternalURLProtocols=ed2k -@@ -59,7 +59,7 @@ - TrustedExternalURLProtocols=ed2k - - in [Trusted Applications] -- ed2k=/path/to/ed2k ed2k://%u -+ ed2k=/usr/X11R6/bin/xmule-ed2k-handler ed2k://%u - - (Credits: ender) - -@@ -96,7 +96,7 @@ - - -create a file called "ed2k.cmd" with the following content: - -- ed2k ed2k:$URI_DATA -+ xmule-ed2k-handler ed2k:$URI_DATA - - [do this with your favorite text-editor, the file doesn't have to be executable] - diff --git a/net-p2p/xmule/files/patch-Makefile.in b/net-p2p/xmule/files/patch-Makefile.in deleted file mode 100644 index 9eee2c105565..000000000000 --- a/net-p2p/xmule/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Tue Mar 9 23:59:49 2004 -+++ Makefile.in Tue Mar 9 23:59:54 2004 -@@ -55,8 +55,9 @@ - - install: all - @mkdir -p @bindir@ -- @mkdir -p @datadir@/{applications,locale,pixmaps} -- @cp -f src/{ed2k,xmule} @bindir@ -+ @mkdir -p @datadir@/applications -+ @mkdir -p @datadir@/locale -+ @mkdir -p @datadir@/pixmaps - @cd po && $(MAKE) install - @cp -f xmule.desktop @datadir@/applications - @cp -f xmule.xpm @datadir@/pixmaps diff --git a/net-p2p/xmule/files/patch-Preferences.cpp b/net-p2p/xmule/files/patch-Preferences.cpp deleted file mode 100644 index 5498ca235889..000000000000 --- a/net-p2p/xmule/files/patch-Preferences.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Preferences.cpp.orig Tue Sep 9 00:56:24 2003 -+++ src/Preferences.cpp Tue Sep 9 00:56:21 2003 -@@ -60,7 +60,7 @@ - #endif - - #ifdef __FreeBSD__ --extern long long atoll(char *s); -+extern long long atoll(const char *s); - #endif /* __FreeBSD__ */ - - /// new implementation diff --git a/net-p2p/xmule/files/patch-src::WebServer.cpp b/net-p2p/xmule/files/patch-src::WebServer.cpp deleted file mode 100644 index 4087253695dd..000000000000 --- a/net-p2p/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-p2p/xmule/files/patch-src::otherfunctions.cpp b/net-p2p/xmule/files/patch-src::otherfunctions.cpp deleted file mode 100644 index ce9744278b99..000000000000 --- a/net-p2p/xmule/files/patch-src::otherfunctions.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/otherfunctions.cpp.orig Mon Apr 5 19:58:46 2004 -+++ src/otherfunctions.cpp Mon Apr 5 19:59:45 2004 -@@ -662,7 +662,7 @@ - } - - #ifdef __FreeBSD__ --long long atoll(char * s) { -+long long atoll(const char * s) { - return strtoll(s, (char **) NULL, 10); - } - |