aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmule/files
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-11-10 10:49:18 +0800
committerlioux <lioux@FreeBSD.org>2003-11-10 10:49:18 +0800
commit3f97636b9c5b9dcae13efa54e21571eb0b09e684 (patch)
tree4b64aa99d9a9a7c953c6a3f62fdf15dfdb7cd485 /net/xmule/files
parenta62c8b93748ca2f5b653e0838c0b246e760ec2f8 (diff)
downloadfreebsd-ports-gnome-3f97636b9c5b9dcae13efa54e21571eb0b09e684.tar.gz
freebsd-ports-gnome-3f97636b9c5b9dcae13efa54e21571eb0b09e684.tar.zst
freebsd-ports-gnome-3f97636b9c5b9dcae13efa54e21571eb0b09e684.zip
o Update to 1.6.1 [1] [3]
o Update to new wxgtk2 port [2] PR: 58089 [1], 58956 [2] Submitted by: Morten Rodal <morten@rodal.no> [1], Pav Lucistnik <pav@oook.cz> [2], Jerome Mainka <mainka@antidot.net> [3]
Diffstat (limited to 'net/xmule/files')
-rw-r--r--net/xmule/files/patch-src::xmule.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/xmule/files/patch-src::xmule.cpp b/net/xmule/files/patch-src::xmule.cpp
deleted file mode 100644
index f25761845c6f..000000000000
--- a/net/xmule/files/patch-src::xmule.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/xmule.cpp.orig Tue Sep 9 00:15:19 2003
-+++ src/xmule.cpp Tue Sep 9 00:16:06 2003
-@@ -797,7 +797,7 @@
- delete[] emulesig_path;
- delete[] xmulesig_path;
- } //End Added By Bouc7
--#if defined(__Linux__)
-+#if 0
- #include <execinfo.h>
- #endif
-
-@@ -810,7 +810,7 @@
- theApp.clientudp->Destroy();
-
- // (stkn) create backtrace
--#if defined(__Linux__)
-+#if 0
- void *bt_array[100]; // 100 should be enough ?!?
- char **bt_strings;
- int num_entries;