diff options
author | tron <tron@pkgsrc.org> | 2003-03-19 13:12:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-03-19 13:12:22 +0000 |
commit | 70731fed73af77561feed31631dd6051bdcfc5e1 (patch) | |
tree | e637df0024f86702aab1f74bef2bf3411dfd1692 /benchmarks/ttcp/Makefile | |
parent | c798733a8cdbdb3db283a9368d508c5962f141c8 (diff) | |
download | pkgsrc-70731fed73af77561feed31631dd6051bdcfc5e1.tar.gz |
Initialize the address family before calling bind(2) which fixes the
receive mode under NetBSD-current. Bump package revision after this
important bug-fix.
Diffstat (limited to 'benchmarks/ttcp/Makefile')
-rw-r--r-- | benchmarks/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index ffc0d36bc61..06d07337535 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/01/06 13:32:32 yyamano Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/19 13:12:22 tron Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 +PKGREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= http://www.ccci.com/tools/ttcp/ EXTRACT_SUFX= .tar.Z |