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