summaryrefslogtreecommitdiff
path: root/chat/bitchx/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-26 11:38:14 +0000
committeradam <adam@pkgsrc.org>2004-11-26 11:38:14 +0000
commit8f3ae2f449c347c287ddea4aa0c96c666c6144e6 (patch)
tree7e812850c9896bec510d6332e1593eaa35db3428 /chat/bitchx/Makefile
parent718eaa2668a6743a74b66db9daedcac036822563 (diff)
downloadpkgsrc-8f3ae2f449c347c287ddea4aa0c96c666c6144e6.tar.gz
Changes 1.1:
* Fixed bug with using [$8] in expressions (Reported by BlackJac) (Patch from |Rain|) (BugID: 64) (powuh) * Fixed bug in /set show_end_of_msgs. When OFF prevented hooking of some end_of_msg numerics. (Reported by BlackJac) (Patch from |Rain|) (BugID: 51) (powuh) * Fixed incorrect ordering of operations in screen.c which caused an off-by-one access at the end ofthe buffer. (Patch from |Rain|) (BugID: 48) (powuh) * Fixed ischanvoice() to be compatiable with epic. Maintained reverse functionality as not to break existing scripts. (Patch from |Rain|) (BugID: 20) (powuh) * Fixed segfault with convert_output_format not honoring MAX_RECURSE. (Patch from |Rain|) (powuh) * Fixed possble rouge server exploit: If a rogue server sends us a ctcp request from an extremely large nickname (over about 512 bytes), we may attempt to alloca() a negative value, which under gcc will return a invalid pointer the contents of which will then be overwritten. (Reported by O_6) (Patch from |Rain|) (powuh) * Fixed segfault with channel mode parsing. (Patch from O_6) (powuh) * Removed auto_resume script, it's not needed any more (caf). * Fixed string copying snafu in gtkbitchx.c (reported by Huey) (caf). * Added STATUS_USER20 to STATUS_USER39 (patch from BlackJac) (caf).
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r--chat/bitchx/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index 6f3098b790b..21c57009e34 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2004/10/28 23:42:25 heas Exp $
-#
+# $NetBSD: Makefile,v 1.32 2004/11/26 11:38:14 adam Exp $
-DISTNAME= ircii-pana-1.0c19
-PKGNAME= bitchx-1.0.3.19
-PKGREVISION= 8
+DISTNAME= ircii-pana-1.1-final
+PKGNAME= bitchx-1.1
CATEGORIES= chat
-MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \
+MASTER_SITES= http://www.bitchx.org/files/source/ \
+ ftp://ftp.bitchx.org/pub/BitchX/source/ \
ftp://ftp.bitchx.org/pub/BitchX/source/old/
MAINTAINER= jmcneill@invisible.yi.org
@@ -16,11 +15,10 @@ COMMENT= IRC client based on ircII
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64
WRKSRC= ${WRKDIR}/BitchX
-USE_BUILDLINK3= YES
-USE_PKGINSTALL= YES
-GNU_CONFIGURE= YES
-
-CONFIGURE_ARGS= --with-ssl
+USE_BUILDLINK3= YES
+USE_PKGINSTALL= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-ssl
.if defined(BITCHX_WITH_GTK) && !empty(BITCHX_WITH_GTK:M[Yy][Ee][Ss])
.include "../../graphics/imlib/buildlink3.mk"