diff options
author | shattered <shattered> | 2013-07-21 11:29:55 +0000 |
---|---|---|
committer | shattered <shattered> | 2013-07-21 11:29:55 +0000 |
commit | 665ce8f5b958d877990b51bfdc4ac460a1fbc28d (patch) | |
tree | 28dc877efbacba875527c74650af9c9cc068d4a6 /chat | |
parent | bf2d455c8dee50a3cdb56e763764702d934998f2 (diff) | |
download | pkgsrc-665ce8f5b958d877990b51bfdc4ac460a1fbc28d.tar.gz |
Update to 0.13.6. Changes:
* ncommand.c - fix /names * to replace * with current channel.
* fix dcc - its not perfect, but it works (let me know if there are
* /topic * now does the expected thing. same for /untopic *
* fix "/names" to work when not in a channel
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xaric/Makefile | 14 | ||||
-rw-r--r-- | chat/xaric/distinfo | 16 | ||||
-rw-r--r-- | chat/xaric/patches/patch-Makefile.in | 13 | ||||
-rw-r--r-- | chat/xaric/patches/patch-aa | 12 | ||||
-rw-r--r-- | chat/xaric/patches/patch-ab | 12 | ||||
-rw-r--r-- | chat/xaric/patches/patch-source_iflist.c | 6 | ||||
-rw-r--r-- | chat/xaric/patches/patch-source_ircterm.c | 18 | ||||
-rw-r--r-- | chat/xaric/patches/patch-source_window.c | 13 |
8 files changed, 22 insertions, 82 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index ce8cef28a3a..b8b7d1dad2d 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,24 +1,18 @@ -# $NetBSD: Makefile,v 1.20 2012/10/03 00:02:46 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/07/21 11:29:55 shattered Exp $ # -DISTNAME= xaric-0.12.1 -PKGREVISION= 3 +DISTNAME= xaric-0.13.6 CATEGORIES= chat -MASTER_SITES= http://rexfeany.com/software/xaric/releases/ +MASTER_SITES= http://xaric.org/software/xaric/releases/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rexfeany.com/software/xaric/ +HOMEPAGE= http://xaric.org/ COMMENT= IRC client similar to BitchX and ircII -MAKE_JOBS_SAFE= no - GNU_CONFIGURE= yes USE_TOOLS+= gmake CONFIGURE_ARGS+= --enable-optimize -INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ - mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} - .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo index dd34603e53e..6c13eb69199 100644 --- a/chat/xaric/distinfo +++ b/chat/xaric/distinfo @@ -1,11 +1,7 @@ -$NetBSD: distinfo,v 1.8 2012/11/01 19:33:19 joerg Exp $ +$NetBSD: distinfo,v 1.9 2013/07/21 11:29:55 shattered Exp $ -SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe -RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c -Size (xaric-0.12.1.tar.gz) = 435998 bytes -SHA1 (patch-Makefile.in) = 48dbe2a994c7192bebbf47847380692a35e91f29 -SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404 -SHA1 (patch-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd -SHA1 (patch-source_iflist.c) = bb5d38525bbf45caeaf04ce3ac88196ba2001e6f -SHA1 (patch-source_ircterm.c) = a9350d030d3c9312df13af0a1826edc1755e784e -SHA1 (patch-source_window.c) = ff92117c115a741f6d4cb605315cb04187a01c28 +SHA1 (xaric-0.13.6.tar.gz) = ed10e395dea29fdf7bbc0d65389d789d7d4ca09b +RMD160 (xaric-0.13.6.tar.gz) = a63aaa1fce98b195c23530ca4730ea5792ae1b52 +Size (xaric-0.13.6.tar.gz) = 479754 bytes +SHA1 (patch-source_iflist.c) = 32647096ba2dcbb258676d70ccd147b508f931bd +SHA1 (patch-source_ircterm.c) = 166b658d9fb41e69b0101bdeb0d524e71d745621 diff --git a/chat/xaric/patches/patch-Makefile.in b/chat/xaric/patches/patch-Makefile.in deleted file mode 100644 index 0a48efa3e7b..00000000000 --- a/chat/xaric/patches/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/12/17 10:14:52 sbd Exp $ - ---- Makefile.in.orig 2001-11-24 08:07:57.000000000 +0000 -+++ Makefile.in -@@ -69,7 +69,7 @@ OBJS += $(SRCS:.c=.o) - - # Build xaric! - xaric: Makefile $(AUTOHDR) $(OBJS) -- $(CC) -o xaric $(CFLAGS) $(OBJS) $(LIBS) -+ $(CC) -o xaric $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) - - # generate array indexes automagicly - include/fset_gen.h: source/fset.c diff --git a/chat/xaric/patches/patch-aa b/chat/xaric/patches/patch-aa deleted file mode 100644 index 9d389fdffb2..00000000000 --- a/chat/xaric/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/12/16 15:20:47 joerg Exp $ - ---- include/irc_std.h.orig 2005-12-16 15:15:15.000000000 +0000 -+++ include/irc_std.h -@@ -59,7 +59,6 @@ char *alloca(); - - - # include <errno.h> --extern int errno; - - #ifndef NBBY - # define NBBY 8 /* number of bits in a byte */ diff --git a/chat/xaric/patches/patch-ab b/chat/xaric/patches/patch-ab deleted file mode 100644 index 03842a0d88b..00000000000 --- a/chat/xaric/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/06/09 15:31:29 minskim Exp $ - ---- include/struct.h.orig 2001-11-24 08:07:57.000000000 +0000 -+++ include/struct.h -@@ -488,7 +488,6 @@ typedef struct timerlist_stru - struct timerlist_stru *next; - } TimerList; - --extern TimerList *PendingTimers; - typedef struct nicktab_stru - { - struct nicktab_stru *next; diff --git a/chat/xaric/patches/patch-source_iflist.c b/chat/xaric/patches/patch-source_iflist.c index c7a37fbd2b8..2565e963fb0 100644 --- a/chat/xaric/patches/patch-source_iflist.c +++ b/chat/xaric/patches/patch-source_iflist.c @@ -1,7 +1,7 @@ -$NetBSD: patch-source_iflist.c,v 1.1 2012/02/16 16:13:51 hans Exp $ +$NetBSD: patch-source_iflist.c,v 1.2 2013/07/21 11:29:55 shattered Exp $ ---- source/iflist.c.orig 2001-11-24 09:07:57.000000000 +0100 -+++ source/iflist.c 2012-01-24 20:36:11.838890687 +0100 +--- iflist.c.orig 2001-11-24 09:07:57.000000000 +0100 ++++ iflist.c 2012-01-24 20:36:11.838890687 +0100 @@ -38,6 +38,10 @@ # include <assert.h> #endif diff --git a/chat/xaric/patches/patch-source_ircterm.c b/chat/xaric/patches/patch-source_ircterm.c index 170a912ae7b..46d0f23bafe 100644 --- a/chat/xaric/patches/patch-source_ircterm.c +++ b/chat/xaric/patches/patch-source_ircterm.c @@ -1,17 +1,17 @@ -$NetBSD: patch-source_ircterm.c,v 1.1 2012/02/16 16:13:51 hans Exp $ +$NetBSD: patch-source_ircterm.c,v 1.2 2013/07/21 11:29:55 shattered Exp $ ---- source/ircterm.c.orig 2001-11-24 09:07:57.000000000 +0100 -+++ source/ircterm.c 2012-01-24 20:14:53.277926058 +0100 -@@ -99,10 +99,12 @@ static int term_LE_cursor_left (void); - static int term_null_function (void); +--- ircterm.c.orig 2010-01-09 09:26:08.000000000 +0000 ++++ ircterm.c +@@ -97,10 +97,12 @@ static int term_LE_cursor_left(void); + static int term_null_function(void); /* these are missing on some systems */ +#ifndef __sun - extern char *tgetstr (); - extern int tgetent (); - extern char *getenv (); + extern char *tgetstr(); + extern int tgetent(); + extern char *getenv(); extern char *tgoto(const char *, int, int); +#endif - /* Setup the low level terminal disipline */ + static void setup_tty(void) diff --git a/chat/xaric/patches/patch-source_window.c b/chat/xaric/patches/patch-source_window.c deleted file mode 100644 index ef17936200a..00000000000 --- a/chat/xaric/patches/patch-source_window.c +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-source_window.c,v 1.1 2012/11/01 19:33:19 joerg Exp $ - ---- source/window.c.orig 2012-10-30 21:45:57.000000000 +0000 -+++ source/window.c -@@ -1077,7 +1077,7 @@ show_window (Window * window) - { - if (window->visible) { - set_current_window (window); -- return; -+ return 0; - } - remove_from_invisible_list (window); - if (add_to_window_list (window)) { |