Tue Dec 17 15:05:23 2013 UTC ()
Small fixes:
1.) Comment out "MASTER_SITES". The URL no longer works and all copies
    that Google can find are "pkgsrc" distfile mirrors.
2.) Fix various "pkglint" errors.


(tron)
diff -r1.20 -r1.21 pkgsrc/benchmarks/ttcp/Makefile
diff -r1.11 -r1.12 pkgsrc/benchmarks/ttcp/distinfo
diff -r1.3 -r1.4 pkgsrc/benchmarks/ttcp/patches/patch-aa
diff -r1.8 -r1.9 pkgsrc/benchmarks/ttcp/patches/patch-ab

cvs diff -r1.20 -r1.21 pkgsrc/benchmarks/ttcp/Makefile (expand / switch to context diff)
--- pkgsrc/benchmarks/ttcp/Makefile 2012/09/11 22:37:15 1.20
+++ pkgsrc/benchmarks/ttcp/Makefile 2013/12/17 15:05:23 1.21
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:15 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/12/17 15:05:23 tron Exp $
 
 DISTNAME=	ttcp
 PKGNAME=	${DISTNAME}-1.12
 PKGREVISION=	2
 CATEGORIES=	benchmarks net
-MASTER_SITES=	ftp://ftp.ptb.de/pub/benchmarks/
+#MASTER_SITES=	ftp://ftp.ptb.de/pub/benchmarks/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
@@ -15,6 +15,7 @@
 PKG_INSTALLATION_TYPES=	overwrite pkgviews
 
 USE_BSD_MAKEFILE=	yes
+USE_TOOLS+=		nroff
 MAKE_ENV+=		NOGCCERROR=yes
 WRKSRC=			${WRKDIR}
 

cvs diff -r1.11 -r1.12 pkgsrc/benchmarks/ttcp/distinfo (expand / switch to context diff)
--- pkgsrc/benchmarks/ttcp/distinfo 2007/01/18 11:28:00 1.11
+++ pkgsrc/benchmarks/ttcp/distinfo 2013/12/17 15:05:23 1.12
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2007/01/18 11:28:00 rillig Exp $
+$NetBSD: distinfo,v 1.12 2013/12/17 15:05:23 tron Exp $
 
 SHA1 (ttcp.tar.Z) = 33a60af208eff3dc9ae745060f44b24c4e74aa7e
 RMD160 (ttcp.tar.Z) = b5cb1a8efe0f716d25d58a4950f35bac47b17668
 Size (ttcp.tar.Z) = 18163 bytes
-SHA1 (patch-aa) = 4ef0fe369d4836a4de758a4cd62fda4785a471b7
+SHA1 (patch-aa) = 96e3a9136bae4057682d2b3cfea2ec8c8bb21eaa
-SHA1 (patch-ab) = a4419e0ee02a8b6d30ac13913f45fc9f5f9d7746
+SHA1 (patch-ab) = 265c19e05e22ce9fff7596b7b1efca0c07a7f4e0

cvs diff -r1.3 -r1.4 pkgsrc/benchmarks/ttcp/patches/patch-aa (expand / switch to context diff)
--- pkgsrc/benchmarks/ttcp/patches/patch-aa 2007/01/18 11:28:00 1.3
+++ pkgsrc/benchmarks/ttcp/patches/patch-aa 2013/12/17 15:05:23 1.4
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2007/01/18 11:28:00 rillig Exp $
+$NetBSD: patch-aa,v 1.4 2013/12/17 15:05:23 tron Exp $
+
+Fix build.
 
 --- Makefile.orig	Tue Mar 26 16:19:05 2002
 +++ Makefile

cvs diff -r1.8 -r1.9 pkgsrc/benchmarks/ttcp/patches/patch-ab (expand / switch to context diff)
--- pkgsrc/benchmarks/ttcp/patches/patch-ab 2005/12/21 11:49:51 1.8
+++ pkgsrc/benchmarks/ttcp/patches/patch-ab 2013/12/17 15:05:23 1.9
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.8 2005/12/21 11:49:51 tron Exp $
+$NetBSD: patch-ab,v 1.9 2013/12/17 15:05:23 tron Exp $
+
+Fix build.
 
 --- ttcp.c.orig	1997-02-27 21:30:23.000000000 +0000
 +++ ttcp.c	2005-12-21 11:40:39.000000000 +0000