pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/xaric Update to 0.13.6. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7579be46ec05
branches:  trunk
changeset: 621963:7579be46ec05
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jul 21 11:29:55 2013 +0000

description:
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:

 chat/xaric/Makefile                       |  14 ++++----------
 chat/xaric/distinfo                       |  16 ++++++----------
 chat/xaric/patches/patch-Makefile.in      |  13 -------------
 chat/xaric/patches/patch-aa               |  12 ------------
 chat/xaric/patches/patch-ab               |  12 ------------
 chat/xaric/patches/patch-source_iflist.c  |   6 +++---
 chat/xaric/patches/patch-source_ircterm.c |  18 +++++++++---------
 chat/xaric/patches/patch-source_window.c  |  13 -------------
 8 files changed, 22 insertions(+), 82 deletions(-)

diffs (163 lines):

diff -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/Makefile
--- a/chat/xaric/Makefile       Sun Jul 21 11:25:56 2013 +0000
+++ b/chat/xaric/Makefile       Sun Jul 21 11:29:55 2013 +0000
@@ -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@localhost
-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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/distinfo
--- a/chat/xaric/distinfo       Sun Jul 21 11:25:56 2013 +0000
+++ b/chat/xaric/distinfo       Sun Jul 21 11:29:55 2013 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-Makefile.in
--- a/chat/xaric/patches/patch-Makefile.in      Sun Jul 21 11:25:56 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-aa
--- a/chat/xaric/patches/patch-aa       Sun Jul 21 11:25:56 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-ab
--- a/chat/xaric/patches/patch-ab       Sun Jul 21 11:25:56 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-source_iflist.c
--- a/chat/xaric/patches/patch-source_iflist.c  Sun Jul 21 11:25:56 2013 +0000
+++ b/chat/xaric/patches/patch-source_iflist.c  Sun Jul 21 11:29:55 2013 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-source_ircterm.c
--- a/chat/xaric/patches/patch-source_ircterm.c Sun Jul 21 11:25:56 2013 +0000
+++ b/chat/xaric/patches/patch-source_ircterm.c Sun Jul 21 11:29:55 2013 +0000
@@ -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 -r 3dacba3eea5d -r 7579be46ec05 chat/xaric/patches/patch-source_window.c
--- a/chat/xaric/patches/patch-source_window.c  Sun Jul 21 11:25:56 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)) {



Home | Main Index | Thread Index | Old Index