1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/benchmarks
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
apib devel/apr1: Bump portrevision 2018-03-21 21:24:43 +00:00
autobench
blogbench
bombardier - Update to 1.2 2018-07-07 17:17:52 +00:00
bonnie
bonnie++
clpeak
cpipe
dbench
dbs
dhrystone
dkftpbench
fhourstones
filebench
fio Update to 3.7 2018-07-02 09:23:51 +00:00
flamegraph
flops
flowgrind www/libwww: Update to 5.4.2, Fix security vulnerabilities 2018-07-05 11:32:32 +00:00
forkbomb
glmark2 - Unbreak the build with new Clang version 6.0.0 2018-01-15 11:38:03 +00:00
gtkperf
hey Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them. 2018-03-07 08:06:24 +00:00
himenobench Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
hpl Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
hs-criterion lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
httperf - Convert to option helper install target (add OPTIONS_DEFINE=DOCS 2018-01-11 18:09:00 +00:00
imb Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
interbench
iorate
iozone
iozone21
iperf Update to 2.0.12 2018-06-28 21:19:57 +00:00
iperf3 Update for iperf-3.6. Master site and WWW are now HTTPS. 2018-06-26 00:27:47 +00:00
libmicro
lmbench
lzbench Do not link the program statically, there is no need for this. 2018-01-25 11:21:12 +00:00
mdtest Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10 17:46:04 +00:00
nbench
netio
netperf Given that the netperf project hasn't rolled a release in quite some time, 2018-03-04 19:50:05 +00:00
netperfmeter Mark as broken on powerpc64. 2018-06-18 14:49:46 +00:00
nosqlbench Reset vg@'s ports after he resigned. 2018-02-23 21:09:47 +00:00
nqueens
nttcp
nuttcp
octave-forge-benchmark - Update octave to 4.4.0. 2018-05-03 23:42:35 +00:00
p5-Benchmark-Forking Update WWW 2018-05-27 20:15:16 +00:00
p5-Benchmark-Stopwatch Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
pathchirp
pathload
pathrate
pear-Benchmark
perftest Regular USE_GITHUB cleanup. 2018-06-15 12:55:15 +00:00
phoronix-test-suite benchmarks/phoronix-test-suite: update to 8.0.0.m3 2018-05-03 20:46:23 +00:00
pipebench
polygraph Fix port builds for architectures which remain on gcc as the default compiler. 2018-06-11 01:44:15 +00:00
postal
postmark
py-naarad Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-throughpy Add benchmarks/py-throughpy: Python script to test throughput with iperf3 2018-01-27 14:30:59 +00:00
py-zopkio Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
pybench
raidtest
ramspeed
randomio
rubygem-benchmark-ips
rubygem-railsbench
scimark2
scimark2c
siege
sipp benchmarks/sipp: 2018-07-08 11:15:51 +00:00
slowloris
smhasher
spp
stream
stress-ng benchmarks/stress-ng: Update to 0.09.32 2018-07-03 09:03:56 +00:00
super-smack Work around the lack of definition of union semun per POSIX. 2018-03-02 22:34:53 +00:00
sysbench Remove needless build dependency on xxd(1): unused since version 1.0.12. 2018-04-12 13:46:56 +00:00
tcpblast
thrulay
tsung
ttcp
typometer - Update `benchmarks/typometer' to version 1.0.1 2018-07-03 14:52:56 +00:00
ubench
unixbench
uperf Add benchmarks/uperf 2018-04-02 15:04:50 +00:00
vegeta Update to 8.0.0. 2018-07-04 14:48:17 +00:00
webbench
wrk Upgrade to latest release 4.1.0. 2018-04-20 00:44:52 +00:00
Makefile Add perftest 4.2.0.7, collection of tests for RDMA micro-benchmark. 2018-06-08 14:51:46 +00:00