summaryrefslogtreecommitdiff
path: root/net/trackerbt/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/trackerbt/files')
-rw-r--r--net/trackerbt/files/patch-Makefile20
-rw-r--r--net/trackerbt/files/patch-tracker.cpp22
2 files changed, 0 insertions, 42 deletions
diff --git a/net/trackerbt/files/patch-Makefile b/net/trackerbt/files/patch-Makefile
deleted file mode 100644
index d428a8b9cb1b..000000000000
--- a/net/trackerbt/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Sun Sep 25 03:15:07 2005
-+++ Makefile Sun Sep 25 03:15:58 2005
-@@ -1,14 +1,11 @@
- VERSION = 0.1.1
-
--INCLUDE = -I/usr/local/include/Sockets \
-- -I/usr/local/include/libxml2 \
-- -I/usr/local/ssl/include
-+INCLUDE =
- CFLAGS = -Wall -g $(INCLUDE) -MD `Sockets-config`
- CPPFLAGS = $(CFLAGS)
-
--LIBS = -L/usr/local/lib -lSocketsEx -lSockets \
-- -L/usr/local/ssl/lib \
-- -lssl -lcrypto -luuid -lxml2 -lpthread
-+LIBS = -L/usr/local/lib \
-+ -lSocketsEx -lSockets -lssl -lcrypto -lxml2
-
- PROGS = trackerbt
-
diff --git a/net/trackerbt/files/patch-tracker.cpp b/net/trackerbt/files/patch-tracker.cpp
deleted file mode 100644
index ebbc2e32d6dc..000000000000
--- a/net/trackerbt/files/patch-tracker.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- tracker.cpp.orig Sun Sep 25 03:16:19 2005
-+++ tracker.cpp Sun Sep 25 03:16:58 2005
-@@ -19,6 +19,10 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+
- #include <ListenSocket.h>
- #include <signal.h>
- #include "MyHandler.h"
-@@ -43,6 +47,8 @@
- fprintf(fil,"\tedge [arrowhead=open]\n");
- #ifdef _WIN32
- std::string os = "Win32";
-+#elif defined __FreeBSD__
-+ std::string os = "FreeBSD";
- #else
- std::string os = "Linux";
- #endif