Sun Jul 21 11:29:55 2013 UTC ()
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


(shattered)
diff -r1.20 -r1.21 pkgsrc/chat/xaric/Makefile
diff -r1.8 -r1.9 pkgsrc/chat/xaric/distinfo
diff -r1.1 -r0 pkgsrc/chat/xaric/patches/patch-Makefile.in
diff -r1.1 -r0 pkgsrc/chat/xaric/patches/patch-aa
diff -r1.1 -r0 pkgsrc/chat/xaric/patches/patch-ab
diff -r1.1 -r0 pkgsrc/chat/xaric/patches/patch-source_window.c
diff -r1.1 -r1.2 pkgsrc/chat/xaric/patches/patch-source_iflist.c
diff -r1.1 -r1.2 pkgsrc/chat/xaric/patches/patch-source_ircterm.c

cvs diff -r1.20 -r1.21 pkgsrc/chat/xaric/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/xaric/Makefile 2012/10/03 00:02:46 1.20
+++ pkgsrc/chat/xaric/Makefile 2013/07/21 11:29:55 1.21
@@ -1,24 +1,18 @@ @@ -1,24 +1,18 @@
1# $NetBSD: Makefile,v 1.20 2012/10/03 00:02:46 asau Exp $ 1# $NetBSD: Makefile,v 1.21 2013/07/21 11:29:55 shattered Exp $
2# 2#
3 3
4DISTNAME= xaric-0.12.1 4DISTNAME= xaric-0.13.6
5PKGREVISION= 3 
6CATEGORIES= chat 5CATEGORIES= chat
7MASTER_SITES= http://rexfeany.com/software/xaric/releases/ 6MASTER_SITES= http://xaric.org/software/xaric/releases/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://rexfeany.com/software/xaric/ 9HOMEPAGE= http://xaric.org/
11COMMENT= IRC client similar to BitchX and ircII 10COMMENT= IRC client similar to BitchX and ircII
12 11
13MAKE_JOBS_SAFE= no 
14 
15GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
16USE_TOOLS+= gmake 13USE_TOOLS+= gmake
17 14
18CONFIGURE_ARGS+= --enable-optimize 15CONFIGURE_ARGS+= --enable-optimize
19 16
20INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ 
21 mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} 
22 
23.include "../../mk/termcap.buildlink3.mk" 17.include "../../mk/termcap.buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/chat/xaric/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/xaric/distinfo 2012/11/01 19:33:19 1.8
+++ pkgsrc/chat/xaric/distinfo 2013/07/21 11:29:55 1.9
@@ -1,11 +1,7 @@ @@ -1,11 +1,7 @@
1$NetBSD: distinfo,v 1.8 2012/11/01 19:33:19 joerg Exp $ 1$NetBSD: distinfo,v 1.9 2013/07/21 11:29:55 shattered Exp $
2 2
3SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe 3SHA1 (xaric-0.13.6.tar.gz) = ed10e395dea29fdf7bbc0d65389d789d7d4ca09b
4RMD160 (xaric-0.12.1.tar.gz) = b78cd4496510642a967b1d173e150d3cbe836b5c 4RMD160 (xaric-0.13.6.tar.gz) = a63aaa1fce98b195c23530ca4730ea5792ae1b52
5Size (xaric-0.12.1.tar.gz) = 435998 bytes 5Size (xaric-0.13.6.tar.gz) = 479754 bytes
6SHA1 (patch-Makefile.in) = 48dbe2a994c7192bebbf47847380692a35e91f29 6SHA1 (patch-source_iflist.c) = 32647096ba2dcbb258676d70ccd147b508f931bd
7SHA1 (patch-aa) = 25948e1723987bf93f713895d6f8ac5d23a1e404 7SHA1 (patch-source_ircterm.c) = 166b658d9fb41e69b0101bdeb0d524e71d745621
8SHA1 (patch-ab) = 33e89f44a22ed2ad3b14546e9f669013eb503ddd 
9SHA1 (patch-source_iflist.c) = bb5d38525bbf45caeaf04ce3ac88196ba2001e6f 
10SHA1 (patch-source_ircterm.c) = a9350d030d3c9312df13af0a1826edc1755e784e 
11SHA1 (patch-source_window.c) = ff92117c115a741f6d4cb605315cb04187a01c28 

File Deleted: pkgsrc/chat/xaric/patches/Attic/patch-Makefile.in

File Deleted: pkgsrc/chat/xaric/patches/Attic/patch-aa

File Deleted: pkgsrc/chat/xaric/patches/Attic/patch-ab

File Deleted: pkgsrc/chat/xaric/patches/Attic/patch-source_window.c

cvs diff -r1.1 -r1.2 pkgsrc/chat/xaric/patches/patch-source_iflist.c (expand / switch to unified diff)

--- pkgsrc/chat/xaric/patches/patch-source_iflist.c 2012/02/16 16:13:51 1.1
+++ pkgsrc/chat/xaric/patches/patch-source_iflist.c 2013/07/21 11:29:55 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-source_iflist.c,v 1.1 2012/02/16 16:13:51 hans Exp $ 1$NetBSD: patch-source_iflist.c,v 1.2 2013/07/21 11:29:55 shattered Exp $
2 2
3--- source/iflist.c.orig 2001-11-24 09:07:57.000000000 +0100 3--- iflist.c.orig 2001-11-24 09:07:57.000000000 +0100
4+++ source/iflist.c 2012-01-24 20:36:11.838890687 +0100 4+++ iflist.c 2012-01-24 20:36:11.838890687 +0100
5@@ -38,6 +38,10 @@ 5@@ -38,6 +38,10 @@
6 # include <assert.h> 6 # include <assert.h>
7 #endif 7 #endif
8  8
9+#ifdef __sun 9+#ifdef __sun
10+#include <sys/sockio.h> 10+#include <sys/sockio.h>
11+#endif 11+#endif
12+ 12+
13 #include "irc.h" 13 #include "irc.h"
14 #include "ircaux.h" 14 #include "ircaux.h"
15 #include "iflist.h" 15 #include "iflist.h"

cvs diff -r1.1 -r1.2 pkgsrc/chat/xaric/patches/patch-source_ircterm.c (expand / switch to unified diff)

--- pkgsrc/chat/xaric/patches/patch-source_ircterm.c 2012/02/16 16:13:51 1.1
+++ pkgsrc/chat/xaric/patches/patch-source_ircterm.c 2013/07/21 11:29:55 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-source_ircterm.c,v 1.1 2012/02/16 16:13:51 hans Exp $ 1$NetBSD: patch-source_ircterm.c,v 1.2 2013/07/21 11:29:55 shattered Exp $
2 2
3--- source/ircterm.c.orig 2001-11-24 09:07:57.000000000 +0100 3--- ircterm.c.orig 2010-01-09 09:26:08.000000000 +0000
4+++ source/ircterm.c 2012-01-24 20:14:53.277926058 +0100 4+++ ircterm.c
5@@ -99,10 +99,12 @@ static int term_LE_cursor_left (void); 5@@ -97,10 +97,12 @@ static int term_LE_cursor_left(void);
6 static int term_null_function (void); 6 static int term_null_function(void);
7  7
8 /* these are missing on some systems */ 8 /* these are missing on some systems */
9+#ifndef __sun 9+#ifndef __sun
10 extern char *tgetstr (); 10 extern char *tgetstr();
11 extern int tgetent (); 11 extern int tgetent();
12 extern char *getenv (); 12 extern char *getenv();
13 extern char *tgoto(const char *, int, int); 13 extern char *tgoto(const char *, int, int);
14+#endif 14+#endif
15  15
16  
17 /* Setup the low level terminal disipline */ 16 /* Setup the low level terminal disipline */
 17 static void setup_tty(void)