View | Details | Raw Unified | Return to bug 203752
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	netperf
4
PORTNAME=	netperf
5
PORTVERSION=	2.6.0
5
PORTVERSION=	2.6.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	benchmarks ipv6
7
CATEGORIES=	benchmarks ipv6
8
MASTER_SITES=	ftp://ftp.netperf.org/netperf/ \
8
MASTER_SITES=	ftp://ftp.netperf.org/netperf/ \
9
		http://fossies.org/unix/misc/
9
		http://fossies.org/unix/misc/
(-)files/patch-configure (-6 / +6 lines)
Lines 1-6 Link Here
1
--- ./configure.orig	2012-05-12 07:05:20.000000000 +1000
1
--- configure.orig	2012-06-19 23:29:56.000000000 +0300
2
+++ ./configure	2012-05-12 07:22:49.000000000 +1000
2
+++ configure	2015-10-13 23:54:31.063361073 +0300
3
@@ -6594,7 +6594,7 @@
3
@@ -6594,7 +6594,7 @@ fi
4
 done
4
 done
5
 
5
 
6
 		case "$host" in
6
 		case "$host" in
Lines 9-24 Link Here
9
 			# FreeBSD 7.x and later SCTP support doesn't need -lsctp.
9
 			# FreeBSD 7.x and later SCTP support doesn't need -lsctp.
10
 			;;
10
 			;;
11
 		*)
11
 		*)
12
@@ -7169,7 +7169,7 @@
12
@@ -7169,7 +7169,7 @@ ac_cv_lib_kstat=ac_cv_lib_kstat_main
13
 			enable_cpuutil="kstat - auto"
13
 			enable_cpuutil="kstat - auto"
14
 			NETCPU_SOURCE="kstat"
14
 			NETCPU_SOURCE="kstat"
15
 			;;
15
 			;;
16
-                     *-*-freebsd[4-8].* | *-*-netbsd[1-9].* )
16
-                     *-*-freebsd[4-8].* | *-*-netbsd[1-9].* )
17
+                     *-*-freebsd[4-9].* | *-*-netbsd[1-9].* )
17
+                     *-*-freebsd[4-9].* | *-*-freebsd1[0-1].* | *-*-netbsd[1-9].* )
18
 			use_cpuutil=true
18
 			use_cpuutil=true
19
 
19
 
20
 $as_echo "#define USE_SYSCTL /**/" >>confdefs.h
20
 $as_echo "#define USE_SYSCTL /**/" >>confdefs.h
21
@@ -7238,7 +7238,7 @@
21
@@ -7238,7 +7238,7 @@ case "$enable_rtlookup" in
22
 			enable_rtlookup="rtmget - auto"
22
 			enable_rtlookup="rtmget - auto"
23
 			NETRTLKUP_SOURCE="rtmget"
23
 			NETRTLKUP_SOURCE="rtmget"
24
 			;;
24
 			;;

Return to bug 203752