summaryrefslogtreecommitdiff
path: root/benchmarks/ttcp
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-03-26 16:30:03 +0000
committerabs <abs@pkgsrc.org>2002-03-26 16:30:03 +0000
commitd50aec5c421c5f0e2693803af8d16299b375929a (patch)
treea07ff422a2be3316590b4661faf931e197621b06 /benchmarks/ttcp
parent122feacf41d70afb22be41b330815cb0f17c32fb (diff)
downloadpkgsrc-d50aec5c421c5f0e2693803af8d16299b375929a.tar.gz
reset CATDEPS under Linux
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r--benchmarks/ttcp/distinfo6
-rw-r--r--benchmarks/ttcp/patches/patch-aa12
-rw-r--r--benchmarks/ttcp/patches/patch-ab7
3 files changed, 15 insertions, 10 deletions
diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo
index 74cccde3dde..245ccaa5259 100644
--- a/benchmarks/ttcp/distinfo
+++ b/benchmarks/ttcp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 09:13:28 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/03/26 16:30:03 abs Exp $
SHA1 (ttcp.tar.Z) = 33a60af208eff3dc9ae745060f44b24c4e74aa7e
Size (ttcp.tar.Z) = 18163 bytes
-SHA1 (patch-aa) = 19d81ba1e6bfaf6527eb8fce29f2276c89f9a35e
-SHA1 (patch-ab) = 888878128e67dfb88d9898a27af765334264e6ef
+SHA1 (patch-aa) = a9717aa9fd5f8cdff1a39c9b7d6ab17abbe399ad
+SHA1 (patch-ab) = 433b6665948d12155bc0e9fad0ffc9207b18294b
diff --git a/benchmarks/ttcp/patches/patch-aa b/benchmarks/ttcp/patches/patch-aa
index 90734063da1..c2770b2e3a6 100644
--- a/benchmarks/ttcp/patches/patch-aa
+++ b/benchmarks/ttcp/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2001/04/17 11:57:42 tron Exp $
+$NetBSD: patch-aa,v 1.2 2002/03/26 16:30:03 abs Exp $
---- Makefile.orig Sat Mar 7 13:39:48 1998
-+++ Makefile Sat Mar 7 13:40:07 1998
-@@ -0,0 +1,9 @@
+--- Makefile.orig Tue Mar 26 16:19:05 2002
++++ Makefile
+@@ -0,0 +1,13 @@
+
+PROG= ttcp
+
@@ -11,4 +11,8 @@ $NetBSD: patch-aa,v 1.1 2001/04/17 11:57:42 tron Exp $
+
+MANINSTALL= maninstall catinstall
+
++.if ${OPSYS} == "Linux"
++CATDEPS=
++.endif
++
+.include <bsd.prog.mk>
diff --git a/benchmarks/ttcp/patches/patch-ab b/benchmarks/ttcp/patches/patch-ab
index 66a084b75c9..1e6d8907efc 100644
--- a/benchmarks/ttcp/patches/patch-ab
+++ b/benchmarks/ttcp/patches/patch-ab
@@ -1,6 +1,7 @@
-$NetBSD: patch-ab,v 1.1 2001/04/17 11:57:42 tron Exp $
---- ttcp.c.orig Fri Aug 6 15:30:21 1999
-+++ ttcp.c Fri Aug 6 15:30:21 1999
+$NetBSD: patch-ab,v 1.2 2002/03/26 16:30:04 abs Exp $
+
+--- ttcp.c.orig Thu Feb 27 21:30:23 1997
++++ ttcp.c
@@ -55,6 +55,7 @@
#include <arpa/inet.h>
#include <netdb.h>