diff options
author | wiz <wiz> | 2003-07-15 19:46:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-15 19:46:14 +0000 |
commit | e5169e3b1b05fae13cec3e705f01cdcbc7360933 (patch) | |
tree | 43704ed4074c5f93171667c24a27dc8437630271 /net/dctc/Makefile | |
parent | 83703042a8704e8aaa3078feefddf7c12831ec2b (diff) | |
download | pkgsrc-e5169e3b1b05fae13cec3e705f01cdcbc7360933.tar.gz |
Update to 0.85.4:
Downloads are now automatically handled by one client instead of
spreading them among the running clients. A problem with incorrectly
handling trailing corrupted segments was fixed, and users with a
slash in their nicknames are handled properly.
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 4b1f647a732..81f607e02c1 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2003/07/13 13:52:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/07/15 19:46:14 wiz Exp $ # -DISTNAME= dctc-0.85.3 -PKGREVISION= 1 +DISTNAME= dctc-0.85.4 CATEGORIES= net MASTER_SITES= http://www.ac2i.tzo.com/dctc/ \ http://brainz.servebeer.com/dctc/ @@ -14,7 +13,6 @@ COMMENT= Direct Connect clone (Direct Connect Text Client) GNU_CONFIGURE= YES USE_BUILDLINK2= YES CONFIGURE_ARGS+= --enable-manual-db-detect -REPLACE_PERL= GDLjoiner USE_PERL5= YES USE_GMAKE= YES @@ -26,9 +24,6 @@ post-configure: @${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h @${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h @${ECHO} '#endif' >> ${WRKSRC}/config.h - @${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h - @${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h - @${ECHO} '#endif' >> ${WRKSRC}/config.h .include "../../databases/db4/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" |