summaryrefslogtreecommitdiff
path: root/net-p2p/teknap/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net-p2p/teknap/files
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net-p2p/teknap/files')
-rw-r--r--net-p2p/teknap/files/patch-aa22
-rw-r--r--net-p2p/teknap/files/patch-irchandler.c22
-rw-r--r--net-p2p/teknap/files/patch-source-scott.c10
-rw-r--r--net-p2p/teknap/files/patch-source_share.c11
-rw-r--r--net-p2p/teknap/files/patch-source_term_c10
-rw-r--r--net-p2p/teknap/files/patch-source_timer.c11
-rw-r--r--net-p2p/teknap/files/patch-status.c11
7 files changed, 0 insertions, 97 deletions
diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa
deleted file mode 100644
index 9ce74dbfd745..000000000000
--- a/net-p2p/teknap/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig Thu Jun 22 11:32:39 2000
-+++ Makefile.in Thu Jul 6 01:10:22 2000
-@@ -34,7 +34,7 @@
- NAPLIB = @NAPLIB@
-
- CC = @CC@
--DEFS = -I$$(srcdir)/../include -I$(topdir)/include
-+DEFS = -I. -I$(topdir)/include -I-
- LIBS = @LIBS@
- INCLUDES = @INCLUDES@
-
-@@ -58,8 +58,8 @@
-
- # This command will be used to install the BitchX help files. If you don't
- # want to install them, replace with the following:
--# INSTALL_HELP_CMD = @echo The help files have not been installed.
--INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR)
-+INSTALL_HELP_CMD = @echo
-+#INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR)
-
- ## You probably don't need to change anything below this line
-
diff --git a/net-p2p/teknap/files/patch-irchandler.c b/net-p2p/teknap/files/patch-irchandler.c
deleted file mode 100644
index 675904b694d3..000000000000
--- a/net-p2p/teknap/files/patch-irchandler.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- source/irchandler.c.orig Sun Jul 20 15:08:00 2003
-+++ source/irchandler.c Sun Jul 20 15:09:35 2003
-@@ -169,12 +169,6 @@
- break;
- case 333: /* topic time */
- break;
--#if 0
--ωνω Numbered server stuff: "352 pana #opennap toasty bender.thirty4.com
-- irc.lightning.net Toasty_ H@ :2 Chad Boyda" (irc.core.com)
-- ωνω Numbered server stuff: "315 pana #opennap :End of /WHO list."
-- (irc.core.com)
--#endif
- case 315:
- break;
- case 352:
-@@ -943,4 +937,4 @@
- }
- from_server = ofs;
- }
--
-\ No newline at end of file
-+
diff --git a/net-p2p/teknap/files/patch-source-scott.c b/net-p2p/teknap/files/patch-source-scott.c
deleted file mode 100644
index a56058516c6d..000000000000
--- a/net-p2p/teknap/files/patch-source-scott.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- source/scott.c.orig Fri Aug 6 17:45:27 2004
-+++ source/scott.c Fri Aug 6 17:47:15 2004
-@@ -364,6 +364,7 @@
- mvwaddstr(main_win, 1, 0, buf);
- }
- #endif
-+ break;
- }
- #if 0
- wrefresh(main_win);
diff --git a/net-p2p/teknap/files/patch-source_share.c b/net-p2p/teknap/files/patch-source_share.c
deleted file mode 100644
index 265b8f6d82b3..000000000000
--- a/net-p2p/teknap/files/patch-source_share.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/share.c.orig 2007-11-12 15:41:18.000000000 +0100
-+++ source/share.c 2007-11-12 15:43:42.000000000 +0100
-@@ -38,7 +38,7 @@
-
- static pthread_mutex_t quit_mutex = PTHREAD_MUTEX_INITIALIZER;
-
--static pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER;
-+pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER;
- pthread_mutex_t shared_count_mutex = PTHREAD_MUTEX_INITIALIZER;
- static void share_thread_signal_setup(void);
-
diff --git a/net-p2p/teknap/files/patch-source_term_c b/net-p2p/teknap/files/patch-source_term_c
deleted file mode 100644
index 3909338c3503..000000000000
--- a/net-p2p/teknap/files/patch-source_term_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- source/term.c.orig Fri Jul 23 01:10:02 2004
-+++ source/term.c Fri Jul 23 01:11:02 2004
-@@ -92,7 +92,6 @@
- #endif
-
- extern char *getenv();
--extern char *tparm();
-
- /*
- * The old code assumed termcap. termcap is almost always present, but on
diff --git a/net-p2p/teknap/files/patch-source_timer.c b/net-p2p/teknap/files/patch-source_timer.c
deleted file mode 100644
index d1d8c5de7784..000000000000
--- a/net-p2p/teknap/files/patch-source_timer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/timer.c.orig 2007-11-12 15:43:52.000000000 +0100
-+++ source/timer.c 2007-11-12 15:44:47.000000000 +0100
-@@ -145,7 +145,7 @@
- * This is put here on purpose -- we dont want any of the above functions
- * to have any knowledge of this struct.
- */
--static TimerList *PendingTimers;
-+TimerList *PendingTimers;
- static char *schedule_timer (TimerList *ntimer);
-
- static char *current_exec_timer = empty_string;
diff --git a/net-p2p/teknap/files/patch-status.c b/net-p2p/teknap/files/patch-status.c
deleted file mode 100644
index 3f601fcc18f3..000000000000
--- a/net-p2p/teknap/files/patch-status.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/status.c.orig Sun Jul 20 14:33:43 2003
-+++ source/status.c Sun Jul 20 15:01:05 2003
-@@ -38,7 +38,7 @@
- * Maximum number of "%" expressions in a status line format. If you change
- * this number, you must manually change the sprintf() in make_status
- */
--#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key)
-+#define STATUS_FUNCTION(x) static Char * x (Window *window, int map, int key)
- #define MAX_FUNCTIONS 40
- #define MAX_STATUS_USER 19
-