diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 10:23:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 10:23:14 +0000 |
commit | 941dd191d2928617c5f8924ec7b95789cae4fa9f (patch) | |
tree | cdb63e0aec46193169d2a777830adc7bf33aa88e | |
parent | Drop the ipv6 virtual category for a* category as it is not relevant anymore (diff) |
Drop the ipv6 virtual category for b* category as it is not relevant anymore
-rw-r--r-- | benchmarks/iperf/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/iperf3/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/netio/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/netperf/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/tcpblast/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/thrulay/Makefile | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 0b7b0fa9722a..45255a91eb77 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -20,7 +20,6 @@ PLIST_FILES= bin/iperf \ man/man1/iperf.1.gz PORTDOCS= * -IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -lpthread diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index aa232939c9f7..ab17d5f41fcb 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -3,7 +3,7 @@ PORTNAME= iperf PORTVERSION= 3.7 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MASTER_SITES= https://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 586ae359fd90..c9c835319032 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -3,7 +3,7 @@ PORTNAME= netio PORTVERSION= 1.33 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= http://www.ars.de/ \ LOCAL/arved DISTNAME= netio133 diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 11b48d91605f..87e68719b2cb 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -4,7 +4,7 @@ PORTNAME= netperf PORTVERSION= 2.7.1.p20170921 PORTREVISION= 1 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MAINTAINER= marius@FreeBSD.org COMMENT= Network performance benchmarking package diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index cd4917f60b3b..267c59ea5ab7 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -4,7 +4,7 @@ PORTNAME= tcpblast PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= # none DISTFILES= # none diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 7c7840ac5069..f460fd8e3868 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -4,7 +4,7 @@ PORTNAME= thrulay PORTVERSION= 0.9 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= SF \ http://www.internet2.edu/~shalunov/thrulay/ |