summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-02 03:57:44 +0000
committerxtraeme <xtraeme>2003-12-02 03:57:44 +0000
commit9e66963537982b675e3cdfd1d6aab1e86e933ea3 (patch)
tree63ff31f738328b682f3c7fe1d2e6da743ce890b6 /chat/naim
parent3696b676feef0fc85fc2af35f18d029e09160f17 (diff)
downloadpkgsrc-9e66963537982b675e3cdfd1d6aab1e86e933ea3.tar.gz
Upgrade to 0.11.6.4. Soren Jacobsen: PR 23617.
Changes: * Small cleanups to prevent mIRC colors in /whois from disturbing other screen text. * In some circumstances, /open buddyname could cause multiple windows to open for buddyname in IRC and Lily. Fixed. * /groupbuddy will allow Tab completion for existing buddy names. * (backported from 0.12.0) New $showraw. If non-zero, messages that are not understood by the protocol drivers will be displayed in the :RAW window. * The recvfrom chain no longer stops execution when incoming private/public messages are displayed. This allows hooks from modules to have a weight heavier than 150. * In some situations, AOL's servers can forcibly remove you from chat rooms. naim will now automatically rejoin them, re-creating them if need be. * More small cleanups in the HTML renderer. * The dtime() routine did not allocate enough space for some possible strings, causing displeasing truncation. Fixed. * In certain situations, $-variable expansion could result in an improperly-terminated string, causing out-of-bounds memory access. Fixed.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile13
-rw-r--r--chat/naim/distinfo6
2 files changed, 10 insertions, 9 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index c2dde0bd6ef..932104b0014 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2003/10/30 07:18:26 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2003/12/02 03:57:44 xtraeme Exp $
#
-DISTNAME= naim-0.11.6.3
+DISTNAME= naim-0.11.6.4
CATEGORIES= chat
MASTER_SITES= http://shell.n.ml.org/n/naim/
EXTRACT_SUFX= .tar.bz2
@@ -10,13 +10,14 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://site.n.ml.org/info/naim/
COMMENT= Ncurses-based AIM, ICQ, IRC and Lily client
-GNU_CONFIGURE= YES
-
-USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_NCURSES= # assertion "COLOR_PAIRS >= (COLORS*COLORS)" failed: file "./win.c", line 250, function "wsetup_colors"
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
+
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/naim/distinfo b/chat/naim/distinfo
index 6f6b9aef59d..49b43263e15 100644
--- a/chat/naim/distinfo
+++ b/chat/naim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2003/10/30 07:18:26 wiz Exp $
+$NetBSD: distinfo,v 1.15 2003/12/02 03:57:44 xtraeme Exp $
-SHA1 (naim-0.11.6.3.tar.bz2) = d2c99d66a7f50604f5bf06e97a6e256bba68f79d
-Size (naim-0.11.6.3.tar.bz2) = 536326 bytes
+SHA1 (naim-0.11.6.4.tar.bz2) = df9611b3227001d39058d0385d35917b2382b733
+Size (naim-0.11.6.4.tar.bz2) = 531738 bytes