diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
commit | 89d232bfadd4741ecb124fca90aa115bb59d541c (patch) | |
tree | 10c6f3f67937d9770900aedd45d720e53ada65cb /japanese/ircII/files/patch-source::wserv.c | |
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/patch-source::wserv.c')
-rw-r--r-- | japanese/ircII/files/patch-source::wserv.c | 24 |
1 files changed, 0 insertions, 24 deletions
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(); - |