summaryrefslogtreecommitdiff
path: root/chat/bitlbee/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-12 19:51:24 +0000
committertonio <tonio@pkgsrc.org>2005-11-12 19:51:24 +0000
commit6a86814a05908f9c6c9a49b04870688f1f72b160 (patch)
tree782c375446373324dd190c0faa7c3d04fb669428 /chat/bitlbee/Makefile
parente314ec2a922102766de1cfee9ff749c42dc8831f (diff)
downloadpkgsrc-6a86814a05908f9c6c9a49b04870688f1f72b160.tar.gz
update chat/bitlbee to 0.99
as i did the two latest updates, take maintainership The changelog for 0.99: - Fixed memory initialization bug in OSCAR module that caused crashes on closing the connection. - Most likely fixed the bug that caused BitlBee to use 100% CPU time in some situations. - Outgoing MSN typing notifications are now understood correctly by the orignal MS Mac/Windows clients (again). - Added "account add $protocol" to the documentation, got rid of a lot of over-markup (i.e. overuse of bold-tags), reviewed some other parts. - Small changes to help.xsl to fix small flaws in the help.txt formatting. - Messaging yourself now doesn't make irssi or mIRC crash anymore.
Diffstat (limited to 'chat/bitlbee/Makefile')
-rw-r--r--chat/bitlbee/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 354cdaaf744..45a16a55402 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2005/10/20 18:32:11 tonio Exp $
+# $NetBSD: Makefile,v 1.26 2005/11/12 19:51:24 tonio Exp $
#
-DISTNAME= bitlbee-0.92
+DISTNAME= bitlbee-0.99
CATEGORIES= chat
MASTER_SITES= http://get.bitlbee.org/src/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.bitlbee.org/
COMMENT= IRC to other chat networks gateway
@@ -42,7 +42,7 @@ do-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${EGDIR}
${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/doc/help.txt ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/user-guide/help.txt ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/motd.txt ${DATADIR}
${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.8 ${PREFIX}/man/man8
.for f in AUTHORS FAQ README TODO
@@ -56,6 +56,8 @@ PKG_SUPPORTED_OPTIONS= inet6
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --ipv6=1
+.else
+CONFIGURE_ARGS+= --ipv6=0
.endif
.include "../../converters/libiconv/buildlink3.mk"