1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/benchmarks
Raphael Kubo da Costa f212e8c1e6 Depend on flex and bison from ports on 9.
According to portsmon, benchmarks/fio's build is currently broken on 9 after
the update to 2.2.11:

  lex: can't open lex.yy.c

with a verbose build it's possible to see that this is because base's flex
on 9 is too old and does not support "-o foo", it requires "-ofoo".

Depending on flex from ports to fix the build is not enough, as then the
yacc call fails:

  /usr/bin/yacc -o y.tab.c -l -d -b y exp/expression-parser.y
  yacc: e - line 68 of "exp/expression-parser.y", syntax error
  %parse-param { long long *result }
  ^
  Makefile:312: recipe for target 'y.tab.c' failed

Fix it by depending on both textproc/flex and devel/bison when the versions
in base are too old.

PR:		205022
Approved by:	bapt (maintainer)
2015-12-05 01:08:22 +00:00
..
autobench - Install programs/scripts/manpages/data files with corresponding INSTALL_* commands, which fixes permissions and stripping 2015-05-25 21:38:13 +00:00
blogbench cat astro / benchmarks 2014-06-01 09:00:15 +00:00
bonnie Rename benchmark/ patch-xy patches to reflect the files they modify. 2014-07-28 14:17:02 +00:00
bonnie++ 5 ports categories: Remove $PTHREAD_LIBS 2015-03-24 17:09:58 +00:00
cpipe MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
dbench - Remove useless use of MASTER_SITE_SUBDIR [1] 2015-08-24 20:55:40 +00:00
dbs Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10 20:50:31 +00:00
dhrystone - Remove duplicate spaces and fix typo 2015-01-19 15:05:12 +00:00
dkftpbench - Fix plist [1] 2015-09-08 17:50:47 +00:00
expedite Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
fhourstones benchmarks/fhourstones: New MASTER_SITES to unbreak, move executable 2015-05-19 08:37:43 +00:00
filebench benchmarks/filebench: update to 1.4.9.1 2015-09-27 21:58:55 +00:00
fio Depend on flex and bison from ports on 9. 2015-12-05 01:08:22 +00:00
flops Revive, rework, unbreak, take maintainership 2015-05-21 12:45:40 +00:00
flowgrind Convert to USES=autoreconf 2015-06-21 16:03:34 +00:00
forkbomb
gtkperf Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
himenobench Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
hpl MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
hs-criterion - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 2015-08-20 23:02:14 +00:00
httperf Add DOCS option. 2015-04-13 05:00:56 +00:00
imb Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
interbench Flush a short queue of minor non-functional changes sitting it my tree: 2015-11-19 16:16:46 +00:00
iorate - Switch to DISTVERSION to avoid hard-coded value in MASTER_SITES 2015-11-19 17:23:57 +00:00
iozone Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
iozone21 - Reset maintainer to ports@ 2014-08-10 13:04:34 +00:00
iperf - Use -lpthread instead of -pthread 2015-03-25 15:45:06 +00:00
iperf3 Update benchmarks/iperf3 to 3.1.1. Also update WWW. 2015-11-19 20:45:41 +00:00
libmicro 5 ports categories: Remove $PTHREAD_LIBS 2015-03-24 17:09:58 +00:00
lmbench benchmarks/lmbench: Make os file more robust 2014-11-03 11:45:03 +00:00
mdtest - Switch to USES=tar 2015-10-07 01:36:46 +00:00
nbench - Pass maintainership to submitter 2015-06-19 00:42:51 +00:00
netio Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
netperf - Update to 2.7.0. 2015-10-20 20:43:43 +00:00
netperfmeter
netpipe Update to version 3.7.2 2015-07-02 15:32:16 +00:00
nosqlbench - Updated to lates 2015-08-24 08:55:07 +00:00
nqueens Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
nttcp Add LOCAL mirror as distfile does not seem to be available anymore 2015-07-01 18:52:37 +00:00
nuttcp Convert ports to use the options helpers in categories [abc]*, and minor fixes. 2015-08-19 13:29:59 +00:00
octave-forge-benchmark remove empty pkg-plist 2015-08-20 18:24:56 +00:00
p5-Benchmark-Forking Reassign to perl@. 2015-05-08 17:48:37 +00:00
p5-Benchmark-Stopwatch MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
pathchirp
pathload benchmarks/pathload: Unbreak by setting new MASTER_SITES 2015-05-19 09:03:46 +00:00
pathrate benchmarks/pathrate: Unbreak by setting new MASTER_SITES 2015-05-19 08:53:38 +00:00
pear-Benchmark - Take Maintainership 2015-11-26 12:04:00 +00:00
phoronix-test-suite Make fonts repecting XDG 2015-03-21 23:05:19 +00:00
pipebench - fix unfetchable port (MASTER_SITES) 2015-04-07 10:12:08 +00:00
polygraph - Switch to options helpers 2015-09-30 23:09:05 +00:00
postal Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head. 2015-03-23 21:17:43 +00:00
postmark
pybench Cleanup plist 2014-10-20 07:03:48 +00:00
raidtest Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
ramspeed RAMspeed is a command line utility to measure cache and memory performance of 2014-01-31 13:40:21 +00:00
randomio cat astro / benchmarks 2014-06-01 09:00:15 +00:00
rubygem-benchmark-ips - Remove RG link 2015-08-13 17:39:31 +00:00
rubygem-railsbench - Add LICENSE_FILE 2015-10-17 18:09:01 +00:00
scimark2 Cleanup plist 2014-10-20 07:03:48 +00:00
scimark2c - Convert to pkg-message 2014-04-05 19:16:48 +00:00
siege benchmarks/siege: Update version 3.1.2=>3.1.3 2015-11-17 08:52:07 +00:00
sipp - Update to 3.4.1 2015-09-04 08:34:50 +00:00
slowloris Shebangfix 2014-12-21 19:00:43 +00:00
smhasher USE_GITHUB: For the new support, fix DISTNAME to be more consistent. 2015-04-28 18:44:04 +00:00
spp - Update to 0.3.5 2015-05-05 06:57:45 +00:00
stream Fix ports that confused the meaning of WRKDIR and WRKSRC. 2015-11-05 12:36:25 +00:00
stress-ng benchmarks/stress-ng: update 0.04.20 -> 0.04.21 2015-11-10 02:56:41 +00:00
super-smack MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
sysbench Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
tcpblast Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
thrulay Cleanup plist 2014-10-20 07:03:48 +00:00
tsung benchmarks/tsung: update 1.5.1 -> 1.6.0 2015-08-07 16:25:13 +00:00
ttcp - Pet portlint 2015-11-25 17:35:46 +00:00
ubench MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
unixbench - Fix shebangs 2015-06-09 19:53:01 +00:00
webbench MASTER_SITES cleanup. 2015-05-14 10:15:04 +00:00
wrk Fix build after lang/luajit upgrade to latest version. 2015-06-02 23:58:59 +00:00
Makefile Remove expired ports: 2015-11-28 23:08:03 +00:00