summaryrefslogtreecommitdiff
path: root/net/netperf/patches
diff options
context:
space:
mode:
authoritojun <itojun>2000-01-21 13:01:56 +0000
committeritojun <itojun>2000-01-21 13:01:56 +0000
commitf0d9e54c52a28afc00c515be481f79e4bdc7e153 (patch)
tree68cec441a081b187d747a0696e4588a39fbac0a0 /net/netperf/patches
parent7771f3bd8c4c06fc1ca350c998cbeae1b2cc86a8 (diff)
downloadpkgsrc-f0d9e54c52a28afc00c515be481f79e4bdc7e153.tar.gz
net/netperf:
Rick Jones' <raj@cup.hp.com> network performance benchmarking package (IPv6-ready when USE_INET6 - will be revisited when we change USE_INET6 to something else)
Diffstat (limited to 'net/netperf/patches')
-rw-r--r--net/netperf/patches/patch-aa2
-rw-r--r--net/netperf/patches/patch-ab20
2 files changed, 2 insertions, 20 deletions
diff --git a/net/netperf/patches/patch-aa b/net/netperf/patches/patch-aa
index cb99426a79a..9ca53e68383 100644
--- a/net/netperf/patches/patch-aa
+++ b/net/netperf/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.2 2000/01/21 13:01:57 itojun Exp $
+
--- makefile.orig Thu Apr 10 03:02:19 1997
+++ makefile Fri Jan 21 21:31:07 2000
@@ -15,8 +15,8 @@
diff --git a/net/netperf/patches/patch-ab b/net/netperf/patches/patch-ab
deleted file mode 100644
index 8d606259bbd..00000000000
--- a/net/netperf/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- makefile Fri Jan 21 21:31:07 2000
-+++ makefile Jan 21 21:30:56 2000
-@@ -83,7 +83,7 @@
- # -U__hpux - Use this when compiling _on_ HP-UX *for* an HP-RT system
-
- LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
--CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX
-+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX -DDO_IPV6
-
- # Some platforms, and some options, require additional libraries.
- # you can add to the "LIBS =" line to accomplish this. if you find
-@@ -101,7 +101,7 @@
- # -lm - required for ALL platforms
- # -lxti - required for -DDO_XTI on HP_UX 10.X
-
--LIBS= -lm
-+LIBS= -lm -L/usr/local/v6/lib -linet6
-
- # ---------------------------------------------------------------
- # it should not be the case that anything below this line needs to