update to version 20020310. changes since ircII 20011210:
o fixes for server passwords o fix for linking on solaris o don't send notices that are flooding as if they are public notices o bug fix to keep track of my own nickname o /on foo will now show fuzzy matches again "foo" instead of complaining about ambiguity o /window create should work properly now, no i really mean it this time o random bug fixes o /window create windows now have input buffers that do not interfere with each other o new $filestat() function o /timer is now sub-second aware o raw DCC core dump bug fixes
This commit is contained in:
parent
2c156e3ccc
commit
73e9f1c262
3 changed files with 11 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2001/12/19 10:59:43 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2002/03/10 10:37:27 mrg Exp $
|
||||
|
||||
DISTNAME= ircii-20011210
|
||||
PKGNAME= ircII-20011210
|
||||
DISTNAME= ircii-${VERS}
|
||||
PKGNAME= ircII-${VERS}
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \
|
||||
ftp://ircftp.au.eterna.com.au/pub/ircII/
|
||||
|
@ -12,6 +12,8 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client
|
|||
|
||||
CONFLICTS= blackened-[0-9]*
|
||||
|
||||
VERS= 20020310
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
USE_BUILDLINK_ONLY= yes
|
||||
|
@ -21,7 +23,7 @@ CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER}
|
|||
.endif
|
||||
|
||||
BUILD_DEFS+= USE_INET6
|
||||
WRKSRC= ${WRKDIR}/ircii-20011210
|
||||
WRKSRC= ${WRKDIR}/ircii-${VERS}
|
||||
|
||||
# Note: this pkg auto-detects IPv6 without regarding USE_INET6.
|
||||
# (Leave the above line in to still get it into the README-IPv6.html!)
|
||||
|
@ -39,10 +41,6 @@ CONFIGURE_ARGS+= --with-socks${USE_SOCKS}=${BUILDLINK_DIR}
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if (${OPSYS} == SunOS)
|
||||
LIBS+= -lnsl
|
||||
.endif
|
||||
|
||||
.if defined(IRCII_CONFIGURE_ARGS)
|
||||
CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS}
|
||||
.endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:31 skrll Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2002/03/10 10:37:27 mrg Exp $
|
||||
bin/irc
|
||||
bin/irc-20011210
|
||||
bin/irc-20020310
|
||||
bin/ircbug
|
||||
bin/ircflush
|
||||
bin/ircio
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2001/12/10 13:38:29 mrg Exp $
|
||||
$NetBSD: distinfo,v 1.8 2002/03/10 10:37:27 mrg Exp $
|
||||
|
||||
SHA1 (ircii-20011210.tar.bz2) = 66e649380e472626acfbe63a8f41045b668948a3
|
||||
Size (ircii-20011210.tar.bz2) = 527842 bytes
|
||||
SHA1 (ircii-20020310.tar.bz2) = a8e0ff58e383adc10e5fbc87a1a8f8a2412a1cf3
|
||||
Size (ircii-20020310.tar.bz2) = 531259 bytes
|
||||
SHA1 (patch-aa) = 80aa471bcb6f864bed32117ed437d9d1ca9aa1ee
|
||||
SHA1 (patch-ac) = 0afd36f3ad2247b0d42dfebab210822dd5dfe151
|
||||
|
|
Loading…
Reference in a new issue