pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi Update to 0.8.9, plus adding a missing IRSS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7c530d4559d
branches:  trunk
changeset: 464518:a7c530d4559d
user:      veego <veego%pkgsrc.org@localhost>
date:      Thu Dec 11 20:18:58 2003 +0000

description:
Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:

v0.8.9 2003-12-11  Timo Sirainen <tss%iki.fi@localhost>

        * Fixes a remote crash with:
            a) non-x86 hardware (one requiring memory alignmentation)
            b) script using "gui print text" signal (with x86 hardware too)

        + /SET auto_whowas OFF allows now disabling automatic /whowas when
          /whois doesn't find a nick (by Borys)
        - If pasted line starts with command char, treat it as command always.
          Paste detection can go on too easily with lagged connections.

diffstat:

 chat/irssi/Makefile        |  4 ++--
 chat/irssi/Makefile.common |  4 ++--
 chat/irssi/distinfo        |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r a8423eb8a0dd -r a7c530d4559d chat/irssi/Makefile
--- a/chat/irssi/Makefile       Thu Dec 11 20:16:10 2003 +0000
+++ b/chat/irssi/Makefile       Thu Dec 11 20:18:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/12/04 10:43:10 veego Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/11 20:18:58 veego Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 CATEGORIES=            chat
@@ -12,7 +12,7 @@
 .include "${.CURDIR}/Makefile.common"
 
 # list it into IPv6-ready packages
-BUILD_DEFS+=           USE_INET6 IRSSI_USE_SSL
+BUILD_DEFS+=           USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL
 
 GNU_CONFIGURE=         yes
 USE_BUILDLINK2=                yes
diff -r a8423eb8a0dd -r a7c530d4559d chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Thu Dec 11 20:16:10 2003 +0000
+++ b/chat/irssi/Makefile.common        Thu Dec 11 20:18:58 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2003/12/04 10:43:10 veego Exp $
+# $NetBSD: Makefile.common,v 1.3 2003/12/11 20:18:58 veego Exp $
 
 # Specific distribution information.
-IRSSI_VERSION=         0.8.8
+IRSSI_VERSION=         0.8.9
 IRSSI_DISTNAME=                irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=    .tar.bz2
 IRSSI_DISTFILE=                ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r a8423eb8a0dd -r a7c530d4559d chat/irssi/distinfo
--- a/chat/irssi/distinfo       Thu Dec 11 20:16:10 2003 +0000
+++ b/chat/irssi/distinfo       Thu Dec 11 20:18:58 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2003/12/04 10:43:10 veego Exp $
+$NetBSD: distinfo,v 1.16 2003/12/11 20:18:58 veego Exp $
 
-SHA1 (irssi-0.8.8.tar.bz2) = f799ae9d09d592725c31e06c14ac7a67ac90dae6
-Size (irssi-0.8.8.tar.bz2) = 758641 bytes
+SHA1 (irssi-0.8.9.tar.bz2) = 57799a1e99ac5f6694eb6fd049d39a4e2e51f576
+Size (irssi-0.8.9.tar.bz2) = 816465 bytes
 SHA1 (patch-aa) = 45d8161733f58ab3733022c823933bb1cc93a8e2
 SHA1 (patch-ab) = c395fbeeb2dd15490f04f2cb2c94daf6c5955e85



Home | Main Index | Thread Index | Old Index