Baptiste Daroussin
1bd6a09623
Lift BROKEN flags to reflect actual state of support
...
Thanks swills for testing on powerpc64
Reported by: Upstream
2018-01-25 15:04:07 +00:00
Baptiste Daroussin
5cc34b9be2
Update to 3.3
2018-01-06 21:11:13 +00:00
Baptiste Daroussin
636bea8020
Update to 3.1
2017-10-02 08:02:03 +00:00
Baptiste Daroussin
8dffd2c017
Update to 3.0
2017-08-20 20:18:56 +00:00
Baptiste Daroussin
fe41edbb79
Update to 2.99
2017-07-14 14:46:39 +00:00
Baptiste Daroussin
1cf3013f89
Update to 2.21
2017-06-16 11:50:03 +00:00
Baptiste Daroussin
17746cc51d
Update to 2.20
2017-05-22 18:46:55 +00:00
Mark Linimon
ba601f25ac
Mark some ports failing on power64. In cases where the error message
...
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2017-05-13 03:35:51 +00:00
Baptiste Daroussin
cb8a10e608
Update to 2.19
2017-04-08 09:49:02 +00:00
Baptiste Daroussin
c6aef1afcf
Update to 2.18
2017-02-25 15:30:08 +00:00
Mark Linimon
dcd74e6387
Mark various ports broken on aarch64 and armv6.
...
Approved by: portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Baptiste Daroussin
d0b6a150af
Update to 2.17
...
Sponsored by: Gandi.net
2017-01-18 09:40:49 +00:00
Dmitry Marakasov
9d79e7b146
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
...
Approved by: portmgr blanket
2017-01-09 13:16:49 +00:00
Baptiste Daroussin
2f15e0448f
Update to 2.16
2016-12-23 12:40:43 +00:00
Jan Beich
ddefcc3d30
benchmarks/fio: use pshared mutex on 11.0+
...
PR: 215254
Approved by: bapt (maintainer)
2016-12-13 14:28:51 +00:00
Baptiste Daroussin
261162b459
Update to 2.15
2016-10-26 11:32:44 +00:00
Baptiste Daroussin
5973ccff9e
Update to 2.14
2016-09-17 19:00:47 +00:00
Baptiste Daroussin
1079688d79
Prefer devel/byacc in ports over devel/bison for FreeBSD 9
...
byacc has less dependencies and is the same yacc as what FreeBSD 10+ has
2016-07-31 17:47:36 +00:00
Baptiste Daroussin
da7363664e
Update to 2.13
2016-07-23 17:18:13 +00:00
Baptiste Daroussin
4d6e9ef8c7
Update to 2.12
2016-06-16 13:17:48 +00:00
Baptiste Daroussin
ba7735860d
Update to 2.11
2016-05-29 22:43:31 +00:00
Baptiste Daroussin
f7ca60291e
Update to 2.10
2016-05-22 16:01:00 +00:00
Baptiste Daroussin
41fcbf239a
Update to 2.9
2016-04-29 22:01:47 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Baptiste Daroussin
cbdbd5e020
Update to 2.8
2016-03-17 05:33:06 +00:00
Baptiste Daroussin
0518bd1abb
Update to 2.7
...
Sponsored by: Gandi.net
2016-03-15 05:39:46 +00:00
Baptiste Daroussin
f97188da1b
Update to 2.6
2016-02-25 07:06:09 +00:00
Baptiste Daroussin
c3958756d8
Update to 2.5
2016-01-23 00:44:51 +00:00
Baptiste Daroussin
9004fbc023
Update to 2.3
...
Sponsored by: Gandi.net
2016-01-12 10:31:36 +00:00
Steve Wills
25b1bd5ff4
mark some of the ports that don't build on powerpc64 for me
2015-12-13 16:07:27 +00:00
Baptiste Daroussin
8c136ea5c6
Update to 2.2.12
...
Sort plist examples
2015-12-05 08:58:16 +00:00
Adam Weinberger
4796f3f401
Fix typos.
...
Pointy hats on standby.
2015-12-05 01:47:47 +00:00
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
Baptiste Daroussin
0ead09c1b4
Update to 2.2.11
...
- Take maintainership
Approved by: skreuzer (former maintainer)
Sponsored by: Gandi.net
2015-11-19 13:19:54 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Baptiste Daroussin
b9c3a29822
Cleanup plist
2014-10-20 07:03:48 +00:00
Adam Weinberger
1f65a30b2a
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
2014-07-15 17:52:17 +00:00
Steven Kreuzer
d7669b5c55
Update to version 2.1.9
2014-05-13 12:44:12 +00:00
Steven Kreuzer
b234ab93d6
- Update to 2.1.3
...
- Enable STAGE support
PR: ports/183332
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
2013-10-29 20:44:46 +00:00
Baptiste Daroussin
0f0eb50c1e
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
2013-09-20 15:52:44 +00:00
Baptiste Daroussin
f811bf8ec5
Convert benchmarks from USE_GMAKE to USES=gmake
...
While here:
- Trim headers
- convert some port to the new perl5 world
2013-08-30 23:09:24 +00:00
Steven Kreuzer
e164d2ffbb
Update to 2.1.1
...
Submitted by: Bruce Cran <bruce@cran.org.uk>
2013-07-01 14:26:20 +00:00
Steven Kreuzer
13fc5524ff
Adopt port
2013-06-27 16:01:31 +00:00
Niclas Zeising
245c2b1169
Reset maintaner per Bruce Cran's request.
...
While here trim headers.
Thank you for your support!
2013-06-27 12:27:07 +00:00
Rebecca Cran
39526a75fb
Update to version 2.0.15.
...
Approved by: portmgr (erwin)
2013-04-09 11:03:00 +00:00
Rebecca Cran
4bc03e6ca1
Move sysutils/fio to benchmarks category.
2013-02-22 15:02:58 +00:00