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/ircII/Makefile | |
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/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 14 |
1 files changed, 6 insertions, 8 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 |