summaryrefslogtreecommitdiff
path: root/net-p2p/teknap/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/teknap/files
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
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-status.c11
3 files changed, 0 insertions, 55 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-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
-