summaryrefslogtreecommitdiff
path: root/japanese/ircII/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
commit89d232bfadd4741ecb124fca90aa115bb59d541c (patch)
tree10c6f3f67937d9770900aedd45d720e53ada65cb /japanese/ircII/files
parent- Remove unnecessary DISTNAME declaration (diff)
Bye bye abandonwares (part 3)
2011-08-01 deskutils/gkrellm-timers: No more public distfile 2011-08-01 deskutils/multi-backgrounds-daemon: Looks like an abandonware, no more public distfile 2011-08-01 deskutils/py-tagfu: Looks like an abandonware, no more public distfile 2011-08-01 deskutils/taskstep: Looks like an abandonware, no more public distfile 2011-08-01 devel/c_c++_reference: No more public distfiles 2011-08-01 devel/libcoyotl: Looks like an abandonware, no more public distfile 2011-08-01 devel/libfs++: Looks like an abandonware, no more public distfile 2011-08-01 devel/mkmf: Looks like an abandonware, no more public distfile 2011-08-01 devel/p5-Include: No more public distfiles 2011-08-01 devel/rubygem-newgem: broken since 2010/09/22 2011-08-01 devel/tpg: Looks like an abandonware, no more public distfile 2011-08-01 games/amphetamine: Looks like an abandonware, no more public distfile 2011-08-01 games/anagramarama: Looks like an abandonware, no more public distfile 2011-08-01 games/connect4 2011-08-01 games/wrogue: No more public distfiles, looks like an abandonware 2011-08-01 graphics/xmms-msa: Looks like an abandonware, no more public distfile 2011-08-01 japanese/chimera: Look like an abandonware, no more public distifles 2011-08-01 japanese/drpl: Look like an abandonware, no more public distifles 2011-08-01 japanese/dvi2tty: Look like an abandonware, no more public distifles 2011-08-01 japanese/easypr: Look like an abandonware, no more public distifles 2011-08-01 japanese/elisp-manual: Look like an abandonware, no more public distifles 2011-08-01 japanese/emacs-manual: Look like an abandonware, no more public distifles 2011-08-01 japanese/ewipe: Look like an abandonware, no more public distifles 2011-08-01 japanese/ircII: Look like an abandonware, no more public distifles 2011-08-01 japanese/jhd: Look like an abandonware, no more public distifles 2011-08-01 japanese/libjconv: Look like an abandonware, no more public distifles 2011-08-01 japanese/mimekit: Look like an abandonware, no more public distifles 2011-08-01 japanese/nethack32: Look like an abandonware, no more public distifles 2011-08-01 japanese/paledit: Look like an abandonware, no more public distifles 2011-08-01 japanese/plain2: Look like an abandonware, no more public distifles 2011-08-01 japanese/recjis: Look like an abandonware, no more public distifles 2011-08-01 japanese/typist: Look like an abandonware, no more public distifles 2011-08-01 japanese/weblint97: Look like an abandonware, no more public distifles 2011-08-01 japanese/xmsgsaver: Look like an abandonware, no more public distifles 2011-08-01 japanese/xshodo: Look like an abandonware, no more public distifles 2011-08-01 japanese/xvi-euc: No more public distfiles 2011-08-01 japanese/xvi-sjis: No more public distfiles 2011-08-01 japanese/xyagamo: Look like an abandonware, no more public distifles
Notes
Notes: svn path=/head/; revision=278681
Diffstat (limited to 'japanese/ircII/files')
-rw-r--r--japanese/ircII/files/patch-aa19
-rw-r--r--japanese/ircII/files/patch-ircflush.c21
-rw-r--r--japanese/ircII/files/patch-source::wserv.c24
-rw-r--r--japanese/ircII/files/patch-source_server.c11
4 files changed, 0 insertions, 75 deletions
diff --git a/japanese/ircII/files/patch-aa b/japanese/ircII/files/patch-aa
deleted file mode 100644
index 3e019fb2f190..000000000000
--- a/japanese/ircII/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** include/config.h.orig Mon Jul 3 23:42:29 1995
---- include/config.h Mon Jul 3 23:42:40 1995
-***************
-*** 123,129 ****
- * set this is you want have debugging in the client... really pretty
- * boring..
- */
-! #define DEBUG
-
- /*
- * define this if you are on a machine that dynamically changes ip
---- 123,129 ----
- * set this is you want have debugging in the client... really pretty
- * boring..
- */
-! #undef DEBUG
-
- /*
- * define this if you are on a machine that dynamically changes ip
diff --git a/japanese/ircII/files/patch-ircflush.c b/japanese/ircII/files/patch-ircflush.c
deleted file mode 100644
index b3cd654bbb41..000000000000
--- a/japanese/ircII/files/patch-ircflush.c
+++ /dev/null
@@ -1,21 +0,0 @@
-Adding the following patch to the files/ directory removes the unneeded
-inclusion.
-
---- source/ircflush.c Fri Jan 6 16:16:45 1995
-+++ source/ircflush.c Mon Jun 4 09:38:12 2007
-@@ -12,15 +12,6 @@
- #include "irc.h"
- #include <sys/wait.h>
-
--#ifndef __linux__
--# ifdef __svr4__
--# include <sys/termios.h>
--# else
--# include <sgtty.h> /* SVR4 => sgtty = yuk */
--# endif /* SOLARIS */
--#endif /* __linux__ */
--
--
- #define BUFFER_SIZE 1024
-
- /* descriptors of the tty and pty */
diff --git a/japanese/ircII/files/patch-source::wserv.c b/japanese/ircII/files/patch-source::wserv.c
deleted file mode 100644
index 76233b6d7dd6..000000000000
--- a/japanese/ircII/files/patch-source::wserv.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- source/wserv.c.orig Sat Jul 2 11:32:13 1994
-+++ source/wserv.c Tue Oct 15 07:52:08 2002
-@@ -80,7 +80,7 @@
- strcpy(addr->sun_path, argv[1]);
- s = socket(AF_UNIX, SOCK_STREAM, 0);
- if (0 > connect(s, (struct sockaddr *) addr, sizeof(addr->sun_family) +
-- strlen(addr->sun_path)))
-+ strlen(addr->sun_path) + 1))
- exit(0);
-
- /*
-@@ -88,10 +88,10 @@
- * can grab the size of the tty, and have it changed.
- */
-
-- tmp = ttyname(0);
-+ if ((tmp = ttyname(0)) == NULL)
-+ perror("ttyname(0)");
- write(s, tmp, strlen(tmp));
- write(s, "\n", 1);
-- perror(tmp);
-
- term_init();
-
diff --git a/japanese/ircII/files/patch-source_server.c b/japanese/ircII/files/patch-source_server.c
deleted file mode 100644
index d27cb8127c46..000000000000
--- a/japanese/ircII/files/patch-source_server.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/server.c.orig Sun Jun 19 01:34:12 2005
-+++ source/server.c Sun Mar 20 00:41:53 2005
-@@ -1552,6 +1552,8 @@
- arg6, arg7, arg8, arg9, arg10);
- #endif
- Euc2Jis(buffer, buffer2);
-+ if (buffer2[strlen(buffer2) - 1] == ' ')
-+ buffer2[strlen(buffer2) - 1] = '\0';
-
- len = strlen(buffer2);
- if (len > (IRCD_BUFFER_SIZE - 2))