diff options
author | veego <veego@pkgsrc.org> | 2003-12-11 20:18:58 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2003-12-11 20:18:58 +0000 |
commit | d09d7fbcd9cfc2d6973352d5509bc6e784aa44b7 (patch) | |
tree | 722d42273b6a9a2be3d3be187dc3957aae46d3a2 /chat | |
parent | f17d9833e51fc21b42564913c2f494fa8c125a51 (diff) | |
download | pkgsrc-d09d7fbcd9cfc2d6973352d5509bc6e784aa44b7.tar.gz |
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>
* 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 (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile | 4 | ||||
-rw-r--r-- | chat/irssi/Makefile.common | 4 | ||||
-rw-r--r-- | chat/irssi/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index d0a1029b20b..4af86963406 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -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 @@ COMMENT= Secure and modular IRC client with text mode user interf .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 --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 901c8001717..e7977249d9b 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -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 --git a/chat/irssi/distinfo b/chat/irssi/distinfo index 2bbdc3290fc..0fb08d1fe06 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -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 |