diff options
author | mrg <mrg@pkgsrc.org> | 2002-03-10 10:37:27 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-03-10 10:37:27 +0000 |
commit | 73e9f1c2628a5122307efa4bb5fbf1ac96d5238e (patch) | |
tree | d65166ffaecfe1c9409cd52dbfd0987a994c073d /chat | |
parent | 2c156e3ccc920c9938689756f06913a3e4ac9cc1 (diff) | |
download | pkgsrc-73e9f1c2628a5122307efa4bb5fbf1ac96d5238e.tar.gz |
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
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 14 | ||||
-rw-r--r-- | chat/ircII/PLIST | 4 | ||||
-rw-r--r-- | chat/ircII/distinfo | 6 |
3 files changed, 11 insertions, 13 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index e75c30b3bd1..5ef28dfcc76 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -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 diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index cc55157e9ed..7df5bf33cbb 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -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 diff --git a/chat/ircII/distinfo b/chat/ircII/distinfo index 681eaa3ee25..0059dbb297a 100644 --- a/chat/ircII/distinfo +++ b/chat/ircII/distinfo @@ -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 |