diff options
author | mrg <mrg> | 1999-08-23 12:27:11 +0000 |
---|---|---|
committer | mrg <mrg> | 1999-08-23 12:27:11 +0000 |
commit | 62354e82aa543ccbad77b9b3fe7694dac3897575 (patch) | |
tree | e0fb50b7d5c163004a80634e6773ac15b4586893 | |
parent | 44c422e5805c01675384c5e94bfb6f56ab82ede6 (diff) | |
download | pkgsrc-62354e82aa543ccbad77b9b3fe7694dac3897575.tar.gz |
update to version 4.4L. this fixes:
- channel_name_width==0
- missing ssize_t
- freebsd curses fixes
- nickname at starttime fixes for linux
- /window kill_others fixes
- NeXT support
and adds these features:
- socks5 support
- configure --datadir, --srcdir (objdir) support.
- find zcat/gzip/etc and use these as we can
-rw-r--r-- | net/ircII/Makefile | 10 | ||||
-rw-r--r-- | net/ircII/files/md5 | 4 | ||||
-rw-r--r-- | net/ircII/files/patch-sum | 6 | ||||
-rw-r--r-- | net/ircII/patches/patch-aa | 18 | ||||
-rw-r--r-- | net/ircII/patches/patch-ac | 20 | ||||
-rw-r--r-- | net/ircII/patches/patch-ad | 50 | ||||
-rw-r--r-- | net/ircII/pkg/PLIST | 6 |
7 files changed, 23 insertions, 91 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 185667d386f..381b021f340 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.20 1999/08/18 09:11:30 agc Exp $ +# $NetBSD: Makefile,v 1.21 1999/08/23 12:27:11 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-4.4J -PKGNAME= ircII-4.4J -WRKSRC= ${WRKDIR}/ircii-4.4J +DISTNAME= ircii-4.4L +PKGNAME= ircII-4.4L +WRKSRC= ${WRKDIR}/ircii-4.4L CATEGORIES= net -MASTER_SITES= ftp://ftp.au.netbsd.org/pub/ircII/ +MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ MAINTAINER= packages@netbsd.org diff --git a/net/ircII/files/md5 b/net/ircII/files/md5 index 95efc613fcb..805bb35ec8d 100644 --- a/net/ircII/files/md5 +++ b/net/ircII/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1999/07/15 06:26:27 mrg Exp $ +$NetBSD: md5,v 1.7 1999/08/23 12:27:12 mrg Exp $ -MD5 (ircii-4.4J.tar.gz) = 30a0fa2bc4188a8d7698118e5fb75a55 +MD5 (ircii-4.4L.tar.gz) = 016637c1c8f399e97227404e84f11296 diff --git a/net/ircII/files/patch-sum b/net/ircII/files/patch-sum index 89408d08d35..8625e1cc439 100644 --- a/net/ircII/files/patch-sum +++ b/net/ircII/files/patch-sum @@ -1,5 +1,3 @@ -$NetBSD: patch-sum,v 1.2 1999/07/21 00:26:58 mrg Exp $ +$NetBSD: patch-sum,v 1.3 1999/08/23 12:27:12 mrg Exp $ -MD5 (patch-aa) = 107d7103ca90c76a80318bbb7198df80 -MD5 (patch-ac) = 98012e972c111a3f23a51d139c0fc497 -MD5 (patch-ad) = 79e626d9d2fef80f5b5eb64b04785d66 +MD5 (patch-ac) = 4b0bf240192de32ded62074ccab52028 diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa deleted file mode 100644 index b3f2c472c2d..00000000000 --- a/net/ircII/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:10:42 agc Exp $ - ---- include/config.h-orig Wed Mar 26 04:15:57 1997 -+++ include/config.h Sun Jan 4 21:32:13 1998 -@@ -50,11 +50,11 @@ - * If you undefine this you will spare some code, though, so better only - * set if you are sure you are going to keep your help-files compressed. - */ --#define ZCAT "/usr/ucb/zcat" -+#define ZCAT "/usr/bin/zcat" - - /* Define ZSUFFIX in case we are using ZCAT */ - #ifdef ZCAT --# define ZSUFFIX ".Z" -+# define ZSUFFIX ".gz" - #endif /* ZCAT */ - - /* Make ^Z stop the irc process by default, diff --git a/net/ircII/patches/patch-ac b/net/ircII/patches/patch-ac index 12ec7b0161b..a937c93d2ee 100644 --- a/net/ircII/patches/patch-ac +++ b/net/ircII/patches/patch-ac @@ -1,22 +1,22 @@ -$NetBSD: patch-ac,v 1.6 1999/05/21 16:09:46 mrg Exp $ +$NetBSD: patch-ac,v 1.7 1999/08/23 12:27:13 mrg Exp $ ---- Makefile.in.orig Tue Mar 25 22:47:43 1997 -+++ Makefile.in Sun Aug 9 17:05:07 1998 -@@ -132,8 +132,8 @@ - LN = @LN@ +--- Makefile.in.orig Mon Aug 23 19:42:28 1999 ++++ Makefile.in Mon Aug 23 20:19:10 1999 +@@ -176,8 +176,8 @@ CP = cp MV = mv --INSTALL = ./bsdinstall -c -m 755 --INSTALL_DATA = ../bsdinstall -c -m 644 + SED = sed +-INSTALL = $(topdir)/bsdinstall -c -m 755 +-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644 +INSTALL = $(BSD_INSTALL_PROGRAM) +INSTALL_DATA = $(BSD_INSTALL_DATA) VERSION = @VERSION@ -@@ -186,11 +186,9 @@ +@@ -196,11 +196,9 @@ installirc: irc installdirs - $(INSTALL) source/irc $(INSTALL_IRC)-$(VERSION) + $(INSTALL) irc $(INSTALL_IRC)-$(VERSION) - $(INSTALL) ircbug $(bindir)/ircbug - @if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi - @if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi @@ -26,4 +26,4 @@ $NetBSD: patch-ac,v 1.6 1999/05/21 16:09:46 mrg Exp $ + cd ${bindir}; $(LN) irc-$(VERSION) irc installscript: installdirs - -chmod -x script/* + ( \ diff --git a/net/ircII/patches/patch-ad b/net/ircII/patches/patch-ad deleted file mode 100644 index 119d614973c..00000000000 --- a/net/ircII/patches/patch-ad +++ /dev/null @@ -1,50 +0,0 @@ -$NetBSD: patch-ad,v 1.1 1999/07/21 00:26:58 mrg Exp $ - -Index: source/edit.c -=================================================================== -RCS file: /local/cvs/ircii/source/edit.c,v -retrieving revision 1.113 -diff -p -u -r1.113 edit.c ---- source/edit.c 1999/03/08 02:46:31 1.113 -+++ source/edit.c 1999/07/19 08:17:44 -@@ -141,6 +141,7 @@ static void funny_stuff _((char *, char - static void cd _((char *, char *, char *)); - static void e_wall _((char *, char *, char *)); - static void send_squery _((char *, char *, char *)); -+static void send_brick _((char *, char *, char *)); - static void send_2comm _((char *, char *, char *)); - static void send_comm _((char *, char *, char *)); - static void send_invite _((char *, char *, char *)); -@@ -231,6 +232,7 @@ static IrcCommand FAR irc_command[] = - { "AWAY", "AWAY", away, SERVERREQ }, - { "BEEP", 0, beepcmd, 0 }, - { "BIND", NULL, bindcmd, 0 }, -+ { "BRICK", "BRICK", send_brick, SERVERREQ }, - { "BYE", "QUIT", e_quit, NONOVICEABBREV }, - { "CD", NULL, cd, 0 }, - { "CHANNEL", "JOIN", e_channel, SERVERREQ }, -@@ -1853,6 +1855,24 @@ send_squery(command, args, subargs) - { - put_it("*** Sent to service %s: %s", command, args); - send_2comm(command, args, subargs); -+} -+ -+static void -+send_brick(command, args, subargs) -+ char *command, -+ *args, -+ *subargs; -+{ -+ -+ if (args && *args) -+ { -+ char *channel; -+ -+ channel = next_arg(args, &args); -+ send_to_server("%s %s :%s", command, channel, args); -+ } -+ else -+ send_to_server("%s", command); - } - - /* diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST index c0ecf661e37..a4e369b6fe3 100644 --- a/net/ircII/pkg/PLIST +++ b/net/ircII/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.13 1999/07/15 06:26:27 mrg Exp $ -bin/irc-4.4J +@comment $NetBSD: PLIST,v 1.14 1999/08/23 12:27:13 mrg Exp $ +bin/irc-4.4L bin/ircbug bin/irc bin/ircio @@ -72,6 +72,7 @@ share/irc/script/help share/irc/script/icb share/irc/script/history share/irc/script/history-match +share/irc/script/icb share/irc/script/imap share/irc/script/ircIIhelp share/irc/script/ircprimer @@ -489,6 +490,7 @@ share/irc/help/assign@.GZ@ share/irc/help/away@.GZ@ share/irc/help/basics@.GZ@ share/irc/help/beep@.GZ@ +share/irc/help/brick@.GZ@ share/irc/help/bye@.GZ@ share/irc/help/cd@.GZ@ share/irc/help/channel@.GZ@ |