John Marino
4875e3a46b
benchmarks/postal: Support DEFAULT_VERSIONS+=ssl
...
The newest version of OpenSSL doesn't have SSLv3_method, similar to
LibreSSL, so update the patches to support both.
2016-11-05 14:16:28 +00:00
Jan Beich
bfa84aafa5
Pass maintainership of PEAR ports to the submitter
...
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
2016-11-03 06:32:16 +00:00
Bruce A. Mah
254e6a6fe2
Update benchmarks/iperf3 to 3.1.4.
...
Sponsored by: ESnet
2016-10-31 21:26:03 +00:00
Jan Beich
a7f8bf84d9
devel/py-pytz: track PORTEPOCH in consumers
2016-10-28 17:13:45 +00:00
Baptiste Daroussin
261162b459
Update to 2.15
2016-10-26 11:32:44 +00:00
Thomas Zander
d5a78f3f40
Update to upstream version 6.6.1
...
PR: 213647
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-10-23 16:38:36 +00:00
Mathieu Arnold
eabbfd75e3
${RM} already has -f.
...
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
2016-10-21 12:51:40 +00:00
Dmitry Marakasov
a7ef7f9657
- Update to 0.07.00
...
PR: 213591
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-10-19 16:22:48 +00:00
Ganael LAPLANCHE
a62e121b26
Update to 1.97.2
2016-10-19 10:20:01 +00:00
Thomas Zander
4cfad3412e
Update to upstream version 0.06.18
...
PR: 213409
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-10-15 12:09:08 +00:00
Tijl Coosemans
1ee4da6dd1
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
...
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
2016-09-30 19:24:30 +00:00
Baptiste Daroussin
5973ccff9e
Update to 2.14
2016-09-17 19:00:47 +00:00
Mathieu Arnold
dbbfc7889a
GOOGLE_CODE has gone away.
...
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
2016-09-14 15:59:34 +00:00
Kurt Jaeger
c0189bbe10
benchmarks/iorate: implicit decl. of function 'gettimeofday' is invalid in C99
...
PR: 210856
Reported by: Mark Millard <markmi@dsl-only.net>
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: blttll@gmail.com (maintainer timeout)
2016-09-10 19:20:44 +00:00
John Marino
fc3bdd2b5b
benchmarks/polygraph: Handle missing SSLv3
...
Approved by: SSL blanket
2016-09-09 19:40:56 +00:00
Alexey Dokuchaev
9c568f034a
Add a port of glmark2, a benchmark for OpenGL (ES) 2.0.
...
TIMESTAMP (glmark2-2014.03.tar.gz) = 1394537514
2016-09-08 18:11:46 +00:00
Dmitry Marakasov
dce1c5ce9a
- Update to 0.06.15
...
PR: 212286
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-08-31 18:26:08 +00:00
Pawel Pekala
c449f948e0
Update to version 0.06.14
...
PR: 211968
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-08-18 18:06:13 +00:00
John Marino
897f196f65
benchmarks/clpeak: set USE_GL rather than hardcoding LIB_DEPENDS
...
The proper way to handle libGL is to set USE_GL=gl, and doing so allows
dependency registration to match the port
Approved by: infrastructure blanket (redundant deps work)
2016-08-05 15:04:01 +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
Josh Paetzel
5372e5eb82
Update to latest version
...
Incorporates port patches
Fixes type warnings on 32 bit and 64 bit with clang
Should fix iozone on some of the more "esoteric" arches
PR: 211289
Sponsored by: iXsystems
2016-07-28 14:40:45 +00:00
Mathieu Arnold
56bf85096c
Cleanup patches, category benchmarks
...
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
2016-07-27 15:09:11 +00:00
Rene Ladan
78450f0a5d
Reset miwi@'s ports, he stepped down from the Ports Team.
...
With hat: portmgr-secretary
2016-07-25 20:01:02 +00:00
Baptiste Daroussin
da7363664e
Update to 2.13
2016-07-23 17:18:13 +00:00
Josh Paetzel
eb38a46453
Unbreak on 32bit FreeBSD
...
PR: 211289
Sponsored by: iXsystems
Pointyhat: jpaetzel
Cluebat: jhb
2016-07-23 17:06:53 +00:00
Josh Paetzel
f0c5c928bf
Update iozone to build on HEAD and take maintainership
...
Sponsored by: iXsystems
2016-07-20 15:36:05 +00:00
Dmitry Marakasov
2169384301
- Update to 0.06.12
...
PR: 211194
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-07-18 20:48:53 +00:00
Pawel Pekala
a48b9ad211
Update to version 0.06.10
...
PR: 211034
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-07-13 21:22:13 +00:00
Mathieu Arnold
dca255c3ce
Convert USE_PHP*=yes into USES=php*
...
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Olivier Cochard
22197dfcb8
Update to 0.06.07
...
PR: 210653
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D7005
2016-06-28 09:41:48 +00:00
Roman Bogorodskiy
542cd08426
Add clpeak 1.0, benchmarking tool to measure peak capabilities of opencl
...
devices.
PR: 209849
Submitted by: Johannes Dieterich <dieterich@ogolem.org>
2016-06-27 10:56:14 +00:00
John Marino
dd6f09efec
benchmarks/himenobench: Follow up IFC removal
...
The IFC option removal was not complete. Alter the pkg-plist
accordingly and bump.
2016-06-25 01:38:27 +00:00
Dmitry Marakasov
e20a6011f4
- Remove redundant ALL_TARGET
...
- Switch to options helpers
2016-06-24 13:11:14 +00:00
Mikhail Teterin
6d1c754742
Fix a problem with the new patch. It is a no-op on FreeBSD,
...
but it prevented compillation on 32-bit Linux. This is the
version the author has just incorporated into his source.
2016-06-22 21:54:12 +00:00
Mikhail Teterin
ed2121c67d
Ensure clean build with clang on both amd64 and i386. Respect the
...
SSH-option turned off (rsh was replaced with ssh unconditionally).
PR: 210449
2016-06-22 17:30:57 +00:00
Mathieu Arnold
7ae7b018cc
With the power of USES=dos2unix, get rid of most patches and files
...
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
2016-06-20 16:23:28 +00:00
Mathieu Arnold
b96b595ad0
lang/ifc was removed quite a while back.
...
Sponsored by: Absolight
2016-06-20 13:12:09 +00:00
Mathieu Arnold
1a8a092d9f
Rename all files containing a : in their filename.
...
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
2016-06-17 23:28:04 +00:00
Baptiste Daroussin
9437eb8fc4
Use DISTVERSION instead of crafting the version to get the distname
...
Prefer USES to set the extract suffix
2016-06-17 13:17:48 +00:00
Baptiste Daroussin
20db30b16a
Update to 3.434
...
Sponsored by: Gandi.net
2016-06-17 13:13:21 +00:00
Baptiste Daroussin
4d6e9ef8c7
Update to 2.12
2016-06-16 13:17:48 +00:00
Olivier Cochard
a3b664ce3e
Update benchmarks/stress-ng to 0.06.06
...
PR: 210249
Submitted by: Luca Pizzamiglio (maintainer)
Approved by: jadawin (mentor)
Differential Revision: https://reviews.freebsd.org/D6837
2016-06-14 17:36:22 +00:00
Muhammad Moinur Rahman
da53ea1d82
benchmarks/siege: Update version 4.0.1=>4.0.2
2016-06-10 10:25:20 +00:00
Mathieu Arnold
c52b87ea15
Don't put things in WRKDIR, use NO_WRKSUBDIR.
...
Sponsored by: Absolight
2016-06-09 14:26:38 +00:00
Bruce A. Mah
783ef22cca
Update to iperf3, which addresses a buffer overflow vulnerability
...
on the iperf3 control channel.
Security: d6bbf2d8-2cfc-11e6-800b-080027468580
Sponsored by: ESnet
2016-06-08 20:35:51 +00:00
Thomas Zander
7cb31e4bbd
Update to upstream version 0.06.05
...
PR: 209934
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-06-04 15:09:39 +00:00
Thomas Zander
341352ea72
Update to upstream release 6.4.0
...
PR: 209999
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
2016-06-04 14:02:21 +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
Dmitry Marakasov
e87a8bd319
- Fix trailing whitespace in pkg-messages
...
Approved by: portmgr blanket
2016-05-19 11:09:14 +00:00