Commit graph

2301 commits

Author SHA1 Message Date
Jimmy Olgeni
466d994fca benchmarks/ali: Update to version 0.7.3. 2021-09-15 12:41:42 +02:00
Kirill Ponomarev
3a719c0182 benchmarks/fio: update to 3.28 2021-09-09 16:19:11 +02:00
Tilman Keskinoz
1af2e4eafc benchmarks/netio: make fetchable
* The Source is now on GH
* Switch to tarball
* Source is identical to previous zip file apart from
  Copyright update and RCS tag
2021-09-02 20:13:10 +02:00
Yuri Victorovich
d74d4f5f6d benchmarks/inferno: Update 0.10.6 -> 0.10.7
Reported by:	portscout
2021-09-02 02:29:55 -07:00
Mikael Urankar
70f1b063ed lang/rust: Rebuild consumers for 1.54.0 2021-08-28 15:42:06 +02:00
Jan Beich
9e9d84f60d benchmarks/vkpeak: add new port
vkpeak is a synthetic benchmarking tool to measure peak capabilities
of Vulkan devices. It only measures the peak metrics that can be
achieved using vector operations and does not represent a real-world
use case.

https://github.com/nihui/vkpeak
2021-08-07 02:40:01 +00:00
Alexey Dokuchaev
8c256a205f benchmarks/kdiskmark: the port had been updated (+)
- Update KDiskMark to version 2.2.1
- Make cache clearing and KDE dependency optional
- Amend port description and add pkg-help file

Reported by:	portscout
2021-07-23 11:15:42 +00:00
Jan Beich
431eaa481c benchmarks/vkmark: unbreak after 22a85734ff
===>   vkmark-2017.08.24_1 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

Reported by:	pkg-fallout
2021-07-23 04:10:06 +00:00
Stephen Montgomery-Smith
ed21e80143 math/octave: Update to 6.3.0.
Also bump revision of dependent octave-forge-* ports.
2021-07-15 22:20:13 -05:00
Po-Chuan Hsieh
badb169c1d
benchmarks/iperf: Update to 2.1.3 (20210714)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-07-16 07:52:16 +08:00
Po-Chuan Hsieh
4ab1a1086f
benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH 2021-07-16 04:32:01 +08:00
Piotr Kubaj
675bee2327 benchmarks/inferno: fix build on powerpc
Apart from backporting libc support, it also requires adding powerpc target to the list of targets that don't support 64-bit atomics.
2021-07-13 09:26:30 +00:00
Luca Pizzamiglio
67ebf735af benchmarks/stress-ng: Update to 0.12.12 2021-07-11 23:01:57 +02:00
Alexey Dokuchaev
4109f93d01 benchmarks/kdiskmark: unbreak the build after recent KDE changes
Reported by:	pkg-fallout
2021-07-11 16:38:00 +00:00
Alexey Dokuchaev
0fdebe53ba benchmarks/apib: the port had been updated (+)
- Belatedly update to version 1.2.1 and sync port description
- Builds with CMake now and uses modern libraries instead of the
  Apache Portable Runtime (devel/apr1)
- While upstream asks for C++11, force C++17 because that's how
  Abseil C++ libraries are currently built, otherwise it won't
  link due to ABI incompatibilities
- Hook two provided tests to our framework (USES+=cmake:testing)
2021-07-04 06:14:48 +00:00
Po-Chuan Hsieh
77d0637237
benchmarks/iperf: Update to 2.1.1 (20210622)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-07-01 04:43:32 +08:00
Piotr Kubaj
6718da31ba Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rust 2021-06-28 19:34:43 +00:00
Luca Pizzamiglio
548a975151 benchmarks/stress-ng: Update to 0.12.11
Changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-06-27 12:35:57 +02:00
Tobias Kortkamp
06dbc12f96
lang/rust: Rebuild consumers for 1.53.0 2021-06-27 07:39:51 +02:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Kirill Ponomarev
038ccc9fb5 benchmarks/fio: resort Makefile 2021-06-22 20:19:35 +02:00
Jason W. Bacon
0b83e8dde9 benchmarks/mst-bench: Maximum sustainable throughput benchmark
MST-bench is a simple program to measure optimal sustained memory and disk
performance.

Unlike many benchmarks, it does not attempt to simulate naturally occurring
loads. Rather, it indicates what is the best performance you can expect out of
your hardware, providing a reference to which software can be compared.
2021-06-17 12:06:41 -05:00
Tobias C. Berner
63e653adaa math/gsl: update to 2.7
From [1]

* What is new in gsl-2.7:
	* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
	* fixed bug #60335 (spmatrix test failure, J. Lamb)
	* fixed bug #36577
	* clarified documentation on interpolation accelerators (V. Krishnan)
	* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte)
	* fixed doc bug #59758
	* fixed bug #58202 (rstat median for n=5)
	* added support for native C complex number types in gsl_complex
	   when using a C11 compiler
	* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6
	* updated exponential fitting example for nonlinear least squares
	* added banded LU decomposition and solver (gsl_linalg_LU_band)
	* New functions added to the library:
	      - gsl_matrix_norm1
	      - gsl_spmatrix_norm1
	      - gsl_matrix_complex_conjtrans_memcpy
	      - gsl_linalg_QL: decomp, unpack
	      - gsl_linalg_complex_QR_* (thanks to Christian Krueger)
	      - gsl_vector_sum
	      - gsl_matrix_scale_rows
	      - gsl_matrix_scale_columns
	      - gsl_multilarge_linear_matrix_ptr
	      - gsl_multilarge_linear_rhs_ptr
	      - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense)
	      - gsl_spmatrix_dense_sub
	      - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply
	      - gsl_linalg_QR_UD: decomp, lssolve
	      - gsl_linalg_QR_UU: decomp, lssolve, QTvec
	      - gsl_linalg_QR_UZ: decomp
	      - gsl_multifit_linear_lcurvature
	      - gsl_spline2d_eval_extrap
	* bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me)
	* made gsl_sf_legendre_array_index() inline and documented
	      - gsl_sf_legendre_nlm()

[1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		256423
Exp-run by:	antoine
2021-06-16 21:31:27 +02:00
Luca Pizzamiglio
9d4dbe4df2 benchmarks/stress-ng: Update to 0.12.10 2021-06-13 21:52:32 +02:00
Daniel Engberg
6f86d94705
benchmarks/iperf3: Make static library optional.
While here, do some minor changes to Makefile to follow the Porter's
Handbook more closely.

PR:		256495
2021-06-11 08:06:14 -07:00
Gerald Pfeifer
d09ed096c4 */*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
2021-06-04 05:53:21 +00:00
Mark Linimon
09935e0b33 benchmarks/kdiskmark: add compiler:c++11-lang to USES to fix build on
GCC-based systems:

  CMake Error in CMakeLists.txt:
  The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
2021-06-03 17:56:19 -05:00
Bruce A. Mah
0e356c94a4
benchmarks/iperf3: Update to iperf-3.10.1.
Sponsored by:	ESnet
2021-06-03 08:39:22 -07:00
Jimmy Olgeni
26772567fc benchmarks/ali: Update to version 0.7.2. 2021-06-03 12:39:01 +02:00
Jimmy Olgeni
31cca9d85f benchmarks/ali: Update to version 0.7.0. 2021-06-01 16:33:48 +02:00
Kirill Ponomarev
395823cfd2 benchmarks/fio: update to 3.27 2021-05-31 09:13:48 +02:00
Yuri Victorovich
367b7e969b benchmarks/inferno: Update 0.10.5 -> 0.10.6
Reported by:	portscout
2021-05-30 22:02:59 -07:00
Po-Chuan Hsieh
0edf7a4a3e
benchmarks/rubygem-benchmark-ips: Update to 2.9.1
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
2021-05-31 03:52:35 +08:00
Jimmy Olgeni
bb2b202ab9 benchmarks/ali: Update to version 0.6.1. 2021-05-30 10:46:19 +02:00
Po-Chuan Hsieh
8d8a9cd648
benchmarks/rubygem-benchmark-ips: Update to 2.9.0
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
2021-05-26 20:55:48 +08:00
Luca Pizzamiglio
af1e210d65 benchmarks/stress-ng: Update to 0.12.09 2021-05-23 18:36:26 +02:00
Luca Pizzamiglio
4b88dfb58d benchmarks/phoronix-test-suite: Update to 10.4.0 2021-05-22 19:32:48 +02:00
Po-Chuan Hsieh
0ab32182bc
*/pear-*: Take maintainership 2021-05-23 00:20:48 +08:00
Jan Beich
1307312bf4 benchmarks/glmark2: backport --fullscreen fix for WAYLAND option
$ glmark2-wayland --fullscreen
Error: eglCreateWindowSurface failed with error: 0x300b
Error: eglCreateWindowSurface failed with error: 0x300b
Error: CanvasGeneric: Invalid EGL state
Error: main: Could not initialize canvas
2021-05-21 15:53:55 +00:00
Alexey Dokuchaev
3640fccd08 Move KDiskMark to a more appropriate category (luckily, even with Git,
there is not much history to preserve since the initial check-in).
2021-05-18 06:08:10 +00:00
Po-Chuan Hsieh
4aa997496d
benchmarks/iperf: Update to 2.1.1 (20210422)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-05-16 23:23:52 +08:00
Jan Beich
156537c43a benchmarks/vkmark: unbreak on non-x86 after bfcd0e437a
===>   vkmark-2017.08.24 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

PR:		255887
Reported by:	linimon
2021-05-14 23:50:47 +00:00
Tobias Kortkamp
28e7a9334a
Rebuild lang/rust consumers after d8837418ea 2021-05-11 20:33:12 +02:00
Luca Pizzamiglio
337cfe3217 benchmarks/stress-ng: Update to 0.12.08 2021-05-09 23:08:37 +02:00
Mathieu Arnold
3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00
Mathieu Arnold
adb93122cb
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
2021-05-06 13:47:41 +02:00
Yuri Victorovich
b7e4bc6f93 benchmarks/inferno: Update 0.10.4 -> 0.10.5
Reported by:	portscout
2021-05-05 23:38:27 -07:00
Yuri Victorovich
b9c261cd7c benchmarks/inferno: Update 0.10.3 -> 0.10.4
Reported by:	portscout
2021-05-05 12:56:25 -07:00
Fernando Apesteguía
b4c412fcff benchmarks/hipercontracer: Update to 1.6.0
ChangeLog:

PR:	255567
Reported by:	dreibh@iem.uni-due.de (maintainer)
2021-05-05 10:32:49 +02:00
Rene Ladan
727adba8e5 *: reset miwi's ports after safekeeping his ports bit.
Hat:	portmgr-secretary
2021-05-04 18:57:55 +02:00
Luca Pizzamiglio
9408f483f2 benchmarks/stress-ng: Update to 0.12.07 2021-04-28 20:56:28 +02:00
Dmitry Marakasov
87e8477cb3 benchmarks/dbs: extend BROKENness to FreeBSD 14 2021-04-27 17:21:19 +03:00
Yuri Victorovich
a49d5dfc22 benchmarks/libcelero: Update 2.7.2 -> 2.8.2
Reported by:	portscout
2021-04-27 01:56:18 -07:00
Fernando Apesteguía
07dad544ea benchmarks/hipercontracer: Update to 1.5.0
ChangeLog:
9d0e76f620

PR:	255172
Reported by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2021-04-25 13:52:48 +02:00
Fernando Apesteguía
79d07c7839 benchmarks/netperfmeter: Update to 1.9.0
ChangeLog:
7a2fa08aea

PR:	255173
Reported by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2021-04-25 13:23:59 +02:00
Sergey A. Osokin
f7dc9143c8 benchmarks/wrk: add luajit and luajit-openresty flavors.
Bump PORTREVISION.
2021-04-24 14:35:02 -04:00
Muhammad Moinur Rahman
9a89804107 benchmarks/siege: Update version 4.0.8=>4.0.9
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.9
2021-04-20 23:22:51 +00:00
Po-Chuan Hsieh
bc052fa278
benchmarks/iperf: Update to 2.1.1
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-04-18 13:41:52 +08:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Muhammad Moinur Rahman
589feb8c01 benchmarks/siege: Update version 4.0.7=>4.0.8
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.8
2021-04-06 17:58:56 +00:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Tobias Kortkamp
6095f1422a Rebuild lang/rust consumers after r569489 2021-03-29 18:10:45 +00:00
Luca Pizzamiglio
7047082ee7 benchmarks/stress-ng: Update to 0.12.06 2021-03-25 20:37:10 +00:00
Alexey Dokuchaev
ee895ff14c Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Jan Beich
6cd46ef665 benchmarks/vkmark: update to 2017.08.24
Changes:	6aad03d...53abc4f
2021-03-16 00:24:04 +00:00
Luca Pizzamiglio
5b6a6f419f benchmarks/stress-ng: Update to 0.12.05 2021-03-15 12:38:08 +00:00
Dmitry Marakasov
f98c6bc93b - Update math/glm to 0.9.9.8 2021-03-12 15:55:03 +00:00
Nuno Teixeira
fb1d3219bf benchmarks/iozone: Adopt port
Approved by:	dbaio (mentor)
Differential Revision:	https://reviews.freebsd.org/D29229
2021-03-12 15:45:03 +00:00
Alexander Nedotsukov
a3d941d14c Hook distro cleanup on pre-build to ensure gmake availabilty
Reported by:	Giacomo Olgeni
2021-03-11 20:10:10 +00:00
Alexander Nedotsukov
600cccd14f Update to 3_491 2021-03-11 16:53:34 +00:00
Kirill Ponomarev
2d4e57a280 Update to 3.26 2021-03-09 09:15:23 +00:00
Jan Beich
3fc72019c9 benchmarks/vkmark: update to 2017.08.23
Changes:	e8c0720...6aad03d
2021-03-07 23:23:41 +00:00
Luca Pizzamiglio
c7ad82ce44 benchmarks/stress-ng: Update to 0.12.04
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-03-04 18:05:32 +00:00
Sunpoet Po-Chuan Hsieh
f906027804 Update WWW 2021-03-03 18:18:04 +00:00
Josh Paetzel
b1473087d5 deorbit jpaetzel 2021-03-02 00:51:54 +00:00
Yuri Victorovich
08c8151576 benchmarks/libcelero: Update 2.7.0 -> 2.7.2
Reported by:	portscout
2021-03-01 19:58:36 +00:00
Yuri Victorovich
3b9968a19b benchmarks/libcelero: Update 2.6.0 -> 2.7.0
Reported by:	portscout
2021-02-24 18:19:53 +00:00
Stephen Montgomery-Smith
6473aac25b - Update math/octave to 6.2.0.
- Bump portrevision of dependent ports.
- Add patches to dependent ports math/octave-forge-* if I can figure them out.
- Mark broken dependent ports I couldn't figure out.
2021-02-21 22:41:34 +00:00
Luca Pizzamiglio
a40204370e benchmarks/phoronix-test-suite: Update to 10.2.2 2021-02-21 17:58:49 +00:00
Dmitri Goutnik
21e74a76e3 Switch to GO_MODULE after r566063 2021-02-19 17:59:28 +00:00
Jan Beich
14da26c888 benchmarks/glmark2: unbreak and re-enable WAYLAND after r565490 2021-02-18 22:28:47 +00:00
Yuri Victorovich
1f36e0d8e1 Maintainer reset for jlaffaye
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now.

PR:		253256
Approved by:	jlaffaye (maintainer's timeout 14 days)
2021-02-18 21:06:55 +00:00
Sunpoet Po-Chuan Hsieh
cb17231c4e Update to 0.501
- Update LICENSE

Changes:	https://metacpan.org/changes/distribution/Dumbbench
2021-02-17 18:02:14 +00:00
Alexey Dokuchaev
52542ecac8 - Update `benchmarks/glmark2' to version 2021.02
- Gargage-collect patches integrated upstream
- Now really requires C++14-capable compiler, so
  stop trying to force C++11
- Disable Wayland flavor and mark it as BROKEN

Reported by:	portscout
2021-02-17 09:44:46 +00:00
Piotr Kubaj
7374706d86 benchmarks/sysbench: fix build on powerpc64le 2021-02-14 17:47:02 +00:00
Mikael Urankar
6bebfaa8a0 lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
  - Update lang/rust-nightly to 2021-02-12
  - Update devel/racer to 2.1.41
  - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)

Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D28616
2021-02-14 15:45:10 +00:00
Luca Pizzamiglio
4b0742ebdf benchmarks/stress-ng: update to 0.12.03
changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-02-14 14:21:50 +00:00
Luca Pizzamiglio
125b4eccb0 benchmarks/phoronix-test-suite: Update to 10.2.1 2021-02-02 22:49:11 +00:00
Sunpoet Po-Chuan Hsieh
c965e83511 Update to 2.1.0 RC2
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-02-01 19:24:15 +00:00
Jan Beich
bfcd0e437a benchmarks/vkmark: expose KMS console support 2021-01-28 18:48:24 +00:00
Jan Beich
e8624eac32 benchmarks/glmark2: expose KMS console and Wayland support
PR:		252197
Reviewed by:	danfe (maintainer)
2021-01-28 18:47:35 +00:00
Danilo G. Baio
2bda190ab5 benchmarks/flowgrind: Update to 0.8.2 2021-01-23 18:31:58 +00:00
Luca Pizzamiglio
b55deb9aeb benchmarks/stres-ng: update to 0.12.02
Changes: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-01-22 15:09:38 +00:00
Luca Pizzamiglio
d03c457c2c benchmarks/stress-ng: add option to disable inotify support
The option LIBINOTIFY, on by default, can be used to not build inotify
stressor and install its dependency.

No portrevision bump needed, inotify support was already enable.
2021-01-17 21:18:16 +00:00
Luca Pizzamiglio
3c82ccec64 benchmarks/stress-ng: Add and fix libinotify support
stress-ng supports libinotify. A kevent based implementation can be used
to provide support, fixing a build issue reported in PR 252661

PR:		252661
Reported by:	dewayne@heuristicsystems.com.au
2021-01-15 23:37:53 +00:00
Yuri Victorovich
e8b7709cf7 benchmarks/inferno: Update 0.10.2 -> 0.10.3
Reported by:	portscout
2021-01-10 19:31:38 +00:00
Luca Pizzamiglio
f6bb6defa4 benchmarks/phoronix: Update to 10.2.0
BSD support updates (FreeBSD, DragonFlyBSD, OpenBSD, NetBSD)
Full PHP 8.0 compatibility
2021-01-07 20:49:22 +00:00
Sunpoet Po-Chuan Hsieh
750a19a909 Update to 2.1.0 RC
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-01-06 20:24:35 +00:00
Mikael Urankar
a798515415 lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0

Tested by:	mikael, pkubaj
Differential Revision:	https://reviews.freebsd.org/D27940
2021-01-06 10:13:58 +00:00
Sunpoet Po-Chuan Hsieh
c7541f8c03 Fix build on armv6
PR:		251448
Submitted by:	Martin Birgmeier <d8zNeCFG@aon.at>
2021-01-03 20:44:50 +00:00
Sunpoet Po-Chuan Hsieh
e6b7d17b63 Fix build on i386
PR:		252280
Reported by:	Victor Sudakov <vas@sibptus.ru>
Submitted by:	dim
2021-01-03 20:30:07 +00:00
Luca Pizzamiglio
f04ea22ecb benchmarks/stress-ng: update to 0.12.01 2020-12-29 22:09:11 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Jan Beich
d25deb32ea benchmarks/vkmark: adjust DRM option description
Windowless can mean a window without border, so mention console.
GBM needs KMS-backed console as EFI and text mode won't work.
Simply loading DRM drivers after boot is enough.
2020-12-28 02:07:34 +00:00
Jan Beich
4b79f1f039 benchmarks/vkmark: add new port
vkmark is an extensible Vulkan benchmarking suite with targeted,
configurable scenes.

https://github.com/vkmark/vkmark
2020-12-27 12:22:44 +00:00
Sunpoet Po-Chuan Hsieh
74035e2dfb Update to 0.1.1
- Update LICENSE

Changes:	https://github.com/ruby/benchmark/commits/master
2020-12-24 13:54:04 +00:00
Antoine Brodin
14be7bd191 scipy 1.5.4 is only compatible with python 3.6+
Reported by:	pkg-fallout
2020-12-24 09:03:39 +00:00
Jan Beich
722141d9c4 devel/glslang: move to graphics/ where shaderc is 2020-12-23 20:12:36 +00:00
Jan Beich
8d2b2a2768 devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related.
2020-12-23 20:12:14 +00:00
Sunpoet Po-Chuan Hsieh
8704d8c51b Fix build with IPV6 disabled
Submitted by:	Alexey Milevsky <a.milevsky@gmail.com>
2020-12-13 23:13:49 +00:00
Sunpoet Po-Chuan Hsieh
b09dc50d9d Update to 2.0.14a (20201211)
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION for package change

Upstream rerolls the tarball again and again.

Changes:	https://people.FreeBSD.org/~sunpoet/iperf-2.0.14a-20201211.diff
2020-12-13 22:19:34 +00:00
Sunpoet Po-Chuan Hsieh
987a58c792 Add USES=cpe 2020-12-13 14:41:01 +00:00
Mark Linimon
229062378a Mark BROKEN on riscv64.
Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2020-12-12 05:10:44 +00:00
Mark Linimon
18edce6435 Also mark BROKEN on riscv64 (the same as on mips64). 2020-12-12 05:09:05 +00:00
Sunpoet Po-Chuan Hsieh
91fa5bb31a Update to 2.8.4
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
2020-12-10 21:46:11 +00:00
Sunpoet Po-Chuan Hsieh
fe36474def Update distinfo: upstream rerolled the tarball (again)
- Reformat pkg-descr
- Bump PORTREVISION for package change

Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2020-12-10 21:30:13 +00:00
Kirill Ponomarev
eb6614e95c Update to 3.25 2020-12-09 10:40:05 +00:00
Jimmy Olgeni
96fd51619a Update benchmarks/ali to version 0.5.4. 2020-12-08 16:37:11 +00:00
Luca Pizzamiglio
32b1ac8d18 benchmarks/stress-ng: Update to 0.12.00
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-12-07 08:53:24 +00:00
Yuri Victorovich
5fd1ac4d36 benchmarks/inferno: Update 0.10.1 -> 0.10.2
Reported by:	portscout
2020-12-03 09:00:15 +00:00
Jan Beich
6cf857e70c benchmarks/clpeak: update to 1.1.0
Changes:	https://github.com/krrishnarraj/clpeak/compare/1.1.0-rc2...1.1.0
PR:		250562
Approved by:	jmd (maintainer)
2020-11-30 21:07:36 +00:00
Yuri Victorovich
be924abd50 benchmarks/flamegraph: Update g20170824 -> 1.0-43
PR:		251336
Approved by:	jmd
2020-11-30 04:15:02 +00:00
Mikael Urankar
4e449e031e lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0

Reviewed by:	jbeich
Tested by:	bdragon, jbeich, mikael
Differential Revision:	https://reviews.freebsd.org/D27293
2020-11-24 12:48:53 +00:00
Yuri Victorovich
15f4cedca3 New port: benchmarks/inferno: Stack trace visualizer, a Rust port of flamegraph 2020-11-23 21:35:10 +00:00
Lawrence Stewart
7d33d908b4 benchmarks/spp: Update v0.4 -> v0.4.2
Version 0.4.2
- Fixed globals in master and slave (had a few non-static globals with same
  name)

Version 0.4.1
- Fixed bug that included random bytes in the hash input used to generate the
  packet id in cases where the captured bytes did not include the TCP option
  bytes or the first 12 bytes for TCP/UDP payload. Now for the TCP options, the
  UDP/TCP payloads and data for non UDP/TCP, the capture length (snap size) will
  limit the hash input.

Changes:	https://bitbucket.org/caia-swin/spp/src/v0.4.2/Changelog.txt
PR:		251002
2020-11-23 06:34:42 +00:00
Luca Pizzamiglio
6b3ac33e42 benchmarks/stress-ng: Update to 0.11.24
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-11-21 16:56:33 +00:00
Kirill Ponomarev
6ff05747fd Update to 3.24 2020-11-14 09:28:33 +00:00
Rene Ladan
3a56f9304e Return araujo@'s ports to the pool after his commit bit was safekept. 2020-11-03 20:51:34 +00:00
Luca Pizzamiglio
036f5218ec benchmarks/stress-ng: Update to 0.11.23
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-11-01 19:51:47 +00:00
Jimmy Olgeni
66878898cc Update benchmarks/ali to version 0.5.3. 2020-10-31 09:49:21 +00:00
Danilo Egea Gondolfo
bfb6a02150 benchmarks/bombardier: Update to 1.2.5 2020-10-27 21:41:56 +00:00
Jimmy Olgeni
0b4cbb3bdf Update benchmarks/ali to version 0.5.2. 2020-10-25 14:44:41 +00:00
Luca Pizzamiglio
cf9c7a0533 benchmarks/phoronix-test-suite: Update to 10.0.1
While here, fix the build with php80

https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.0
https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.1
2020-10-25 11:04:11 +00:00
Luca Pizzamiglio
c3018beff6 benchmarks/stress-ng: update to 0.11.22
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-10-24 10:23:28 +00:00
Jimmy Olgeni
35928b8039 Update benchmarks/ali to version 0.5.1. 2020-10-20 13:47:08 +00:00
Jimmy Olgeni
144f0ecdaa Update benchmarks/ali to version 0.5.0. 2020-10-19 07:43:28 +00:00
Luca Pizzamiglio
12ea58d190 benchmarks/hyperfine: Update to 1.11.0
Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.11.0
2020-10-18 19:57:40 +00:00
Vinícius Zavam
e05e9a2b00 benchmarks/vegeta: update 12.8.3 to 12.8.4
while here, update golang's libs
2020-10-17 16:07:43 +00:00
Jimmy Olgeni
34c7e3b78c Update benchmarks/ali to version 0.4.1. 2020-10-14 08:05:56 +00:00
Mikael Urankar
d9b97de179 lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
  - Disable DOCS, same problem fixed in r546048

  - Update devel/racer to 2.1.36
  - Import upstream patch to fix www/firefox
    (https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
  - Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
    (https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038)
  - Force rebuild all consumers to catch regressions

Changelog:
  https://github.com/rust-lang/rust/releases/tag/1.47.0

Differential Revision:	https://reviews.freebsd.org/D26721
2020-10-13 08:36:35 +00:00
Jimmy Olgeni
4d0d81b5ee Update benchmarks/ali to version 0.4.0. 2020-10-10 08:36:02 +00:00
Jimmy Olgeni
af172d5404 Update benchmarks/ali to version 0.3.4. 2020-10-09 08:18:15 +00:00
Jimmy Olgeni
717c3f5240 Update benchmarks/ali to version 0.3.3. 2020-10-07 09:42:50 +00:00
Sunpoet Po-Chuan Hsieh
2c35fe1833 Update distinfo: upstream rerolled the tarball
- Bump PORTREVISION for package change

Diff:		https://people.FreeBSD.org/~sunpoet/iperf-2.0.14a.diff
2020-10-04 14:12:56 +00:00
Jimmy Olgeni
d673168584 Update benchmarks/ali to version 0.3.2. 2020-10-04 10:33:01 +00:00
Jimmy Olgeni
5b595cc239 Update benchmarks/ali to version 0.3.1. 2020-10-02 08:19:03 +00:00
Sunpoet Po-Chuan Hsieh
51b2a363ca Update to 2.0.14a
Changes:	https://sourceforge.net/projects/iperf2/files/#readme
2020-10-02 07:29:56 +00:00
Kirill Ponomarev
f053ac28a5 Update to 3.23 2020-09-28 15:00:39 +00:00
Mark Linimon
1fc5fd338a Allow building on powerpc64le. 2020-09-27 07:40:39 +00:00
Mark Linimon
986a59f403 Attempt to fix build on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-27 07:38:00 +00:00
Jimmy Olgeni
e1ebb44944 Add benchmarks/ali, a load testing tool aimed to perform real-time analysis. 2020-09-26 10:57:54 +00:00
Piotr Kubaj
85831c769f benchmarks/sysbench: fix build on powerpc64
On powerpc64 use luajit-openresty, while main luajit port doesn't work on powerpc64.
2020-09-23 08:56:16 +00:00
Mateusz Piotrowski
d7b98864f8 Set LICENSE 2020-09-21 11:50:38 +00:00
Mateusz Piotrowski
45100dd5b5 Resurrect benchmarks/filebench
Upstream moved to GitHub and is still accepting patches (interestingly, the
most recent commits fix building Filebench on FreeBSD).
2020-09-21 11:37:42 +00:00
Stefan Eßer
6d4d0f9f2e Fix build with -f no-common 2020-09-20 20:47:21 +00:00
Stefan Eßer
5f04ffffef Fix build with -fno-common
While here add licenses extracted from the source files.
2020-09-20 20:35:19 +00:00
Alexey Dokuchaev
56d2983160 To support optional FreeBSD branding in the future, switch to binary patch
instead of sed(1) when adjusting log file location.  No functional changes.
2020-09-19 22:04:32 +00:00
Alexey Dokuchaev
8d8e0de553 Add a port of GpuTest, OpenGL-based GPU stress test and popular benchmark.
This is the last version which natively supports GNU/Linux, the later are
unfortunately Windows-only.

WWW: http://www.Geeks3D.com/GpuTest/
2020-09-18 04:41:44 +00:00
Luca Pizzamiglio
9a7b0c2ad2 benchmarks/stress-ng: Update to 0.11.21
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-09-17 19:55:10 +00:00
Serhii (Sergey) Kozlov
58509eae5b benchmarks/netperf: Fix build with clang 11 and gcc 10
Tested using poudriere on 11.3, 12.1, 13.0

PR:		249227
Reported by:	Krzysztof Galazka
Approved by:	build fix (blanket)
Sponsored by:	Intel
2020-09-15 15:55:42 +00:00
Luca Pizzamiglio
eb27e53176 benchmarks/phoronix-test-suite: update to 9.8.0
Update from 9.4.x to 9.8.0
2020-09-13 19:57:57 +00:00
Luca Pizzamiglio
8d80ca697b benchmakrs/stress-ng: Update to 0.11.20
Updates from 0.11.15 -> 0.11.20
2020-09-13 17:19:57 +00:00
Dmitry Marakasov
8630fc1b26 - Update to 2.2
- Switch to options helpers
2020-09-09 14:43:26 +00:00
Alexey Dokuchaev
89dfeef794 Allow to build without D-Bus IPC system support. 2020-09-08 08:06:17 +00:00
Piotr Kubaj
2b64c00c4e benchmarks/fio: fix build on GCC architectures
Use C11 compiler:
Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the
minimum versions with it - perhaps your compiler is too old?
C11 atomics support not found
2020-09-03 12:11:37 +00:00
Alexey Dokuchaev
198256f0e1 Update to version 1.8.1 which does not require -fcommon workaround. 2020-09-02 02:37:03 +00:00
Sunpoet Po-Chuan Hsieh
aa46d3120a Update to 2.8.3
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
2020-08-30 20:21:28 +00:00
Tobias Kortkamp
c9a06251c5 lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D26176
2020-08-30 18:36:07 +00:00
Danilo G. Baio
79ea2a024e benchmarks/flowgrind: Fix build on 13-CURRENT
Reported by:	pkg-fallout
2020-08-24 23:56:33 +00:00
Alexey Dokuchaev
cb006f26ec MangoHud is a Vulkan/OpenGL overlay for monitoring FPS, temperatures,
CPU/GPU load, and more.

WWW: https://github.com/flightlessmango/MangoHud
2020-08-24 11:20:18 +00:00
Hans Petter Selasky
11ccee7436 Take ownership of perftest.
Discussed with:	slavash@
Approved by:	pi (implicit)
2020-08-24 09:34:42 +00:00
Josh Paetzel
bc79d9a6f9 Fix build in a -fno-common world 2020-08-23 23:49:36 +00:00
Alexey Dokuchaev
c3656a797c - Unbreak the build with -fno-common (Clang 11, GCC 10)
- Include upstream bug report for reference and tracking

Reported by:	pkg-fallout
2020-08-22 15:26:00 +00:00
Kirill Ponomarev
fe1e86c295 Upgrade to 3.22 2020-08-18 08:00:55 +00:00
Bruce A. Mah
f5b8642f6a Update to iperf-3.9.
Sponsored by:	ESnet
2020-08-17 19:37:57 +00:00
Kirill Ponomarev
e1f99a9c7d Upgrade to 3.21 2020-08-13 07:44:47 +00:00
Fernando Apesteguía
a122fb92f9 benchmarks/blogbench: fix rand()-related crash
blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.

Bump PORTREVISION

While here, relocate USES variable.

PR:	248420
Submitted by:	sigsys@gmail.com
Approved by:	jmohacsi@bsd.hu (maintainer)
MFH:	2020Q3 (runtime fix)
2020-08-11 16:59:11 +00:00
Dmitri Goutnik
2c0120f3bd benchmarks/hey: Update to 0.1.4
Changes:	https://github.com/rakyll/hey/releases/tag/v0.1.4
2020-08-07 19:18:06 +00:00
Tobias Kortkamp
8b057d47a9 lang/rust: Update to 1.45.2
Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
2020-08-03 15:18:49 +00:00
Tobias Kortkamp
9137d53fe2 lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
  r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0

Changes:	https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25835
2020-07-30 18:26:53 +00:00
Sunpoet Po-Chuan Hsieh
6fa86cfe6e Add rubygem-benchmark 0.1.0
The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.

WWW: https://github.com/ruby/benchmark
2020-07-30 09:46:19 +00:00
Muhammad Moinur Rahman
a3eb7c7211 benchmarks/siege: Update version 4.0.5=>4.0.7
Relnotes:	https://github.com/JoeDog/siege/releases/tag/v4.0.7
2020-07-23 09:06:52 +00:00
Tobias Kortkamp
b0f1d6430e lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10.  Drop the LLVM patches we
  no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
  Rust target instead of patching LLVM.
- Build LLVM with Ninja.  It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Luca Pizzamiglio
932247f58e benchmarks/ttcp: Update pkg-descr WWW URL
Adopt https URL

PR:				244664
Submitted by:	portmaster@bsdforge.com (maintainer)
Event:			July 2020 Bugathon
2020-07-11 17:22:53 +00:00
Luca Pizzamiglio
9f36fb40e1 benchmarks/stress-ng: Update to 0.11.15
From 0.11.12 to 0.11.15.
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-07-11 14:21:42 +00:00
Luca Pizzamiglio
f35239963a benchmarks/unixbench: Add support to parallel execution
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.

PR:		247293
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
2020-07-04 14:48:33 +00:00
Bruce A. Mah
18265efa1c Update to iperf-3.8.1.
Sponsored by:	ESnet
2020-06-10 17:28:01 +00:00
Luca Pizzamiglio
7467e9005e benchmarks/stress-ng: Update to 0.11.12
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-06-08 20:22:27 +00:00
Luca Pizzamiglio
df9c3f5886 benchmarks/hyperfine: Update to 1.10.0
Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.10.0
2020-06-08 20:19:51 +00:00
Tobias Kortkamp
a48473296f lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR:		246332 [1]
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25099
2020-06-04 18:08:00 +00:00
Rene Ladan
7405a62eef Return gnn@'s ports to the pool after safekeeping his commit bit. 2020-06-02 20:31:17 +00:00
Mark Linimon
ace2934f30 Mark as BROKEN on powercp64-12. Seems to build elsewhere.
Approved by:	portmgr (tier-2 blanket)
2020-05-31 09:09:55 +00:00
Mikael Urankar
8459b5ebcc benchmarks/libmicro: fix build on arm
uname -p is used somewhere in the build
2020-05-30 17:56:47 +00:00
Alexey Dokuchaev
6bd575ff53 - Update to version 2020.04, first release in many years (unfortunately,
it was tagged just before the commit 06e4728 which fixed building with
  Python 3.x, point GH_TAGNAME to it instead of pulling a patch)
- Drop explicit `python:build' from USES list, because `waf' implies it
- Add missing USE_XORG and put `xorg' on USES list
- For the time being, don't force C++14 while C++11 is sufficient until
  the code really starts using new features (see GitHub commit a6bbc01)

PR:		246793
Submitted by:	David Schlachter
2020-05-29 10:00:12 +00:00
Alexey Dokuchaev
2c4b1d164e Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). 2020-05-28 08:43:29 +00:00
Kirill Ponomarev
78aa5d587b Update to 3.20 2020-05-24 09:06:37 +00:00
Matthias Fechner
c32fd0f05b Update to 1.7.0 which is required for gitlab-ce 12.10 upgrade. 2020-05-20 06:05:41 +00:00
Sunpoet Po-Chuan Hsieh
ae5caed21c Update to 2.8.2
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
2020-05-19 23:31:14 +00:00
Sunpoet Po-Chuan Hsieh
6977ce432a Update to 2.8.0
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
		https://github.com/evanphx/benchmark-ips/commits/master
2020-05-03 20:50:29 +00:00
Fernando Apesteguía
5148af17a0 benchmarks/hipercontracer: Update to 1.4.8
PR:	245947
Submitted by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2020-05-03 09:47:52 +00:00
Fernando Apesteguía
c0a3e0d0f7 benchmarks/netperfmeter: update to 1.8.6
Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found)

PR:	245945
Submitted by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
2020-05-03 09:46:33 +00:00
Sunpoet Po-Chuan Hsieh
e39aad241b Update to 1.0.20
Changes:	https://github.com/akopytov/sysbench/releases
2020-04-26 11:55:41 +00:00
Vinícius Zavam
a4448484b6 benchmarks/vegeta: update 12.8.0 to 12.8.3 2020-04-25 20:37:57 +00:00
Luca Pizzamiglio
c58b941991 benchmarks/stress-ng: Update to 0.11.08
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=b4929e1d92e875dbbf9379ca426ea1daa87dd39c
2020-04-24 10:57:12 +00:00
Piotr Kubaj
6b1f823338 benchmarks/libcelero: fix build on GCC architectures and powerpc64 elfv2
clang 8 doesn't have full support for powerpc, powerpc64 or powerpcspe, so use
GCC there.
On powerpc64 elfv2, the default is to build for elfv1, so pass a flag to fix it.

MFH:		2020Q2 (fix build blanket)
2020-04-23 17:18:48 +00:00
Tobias Kortkamp
5abe8902a5 lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR:		238556 [1], 245583 [2]
Reported by:	Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
2020-04-23 15:32:29 +00:00
Danilo Egea Gondolfo
7c63faf2ac - Swap back from net/openmpi3 to net/openmpi 2020-04-21 21:43:24 +00:00
Mateusz Piotrowski
a632a628c2 Update to 1.0.7
Release notes:
https://github.com/uperf/uperf/releases/tag/1.0.7
2020-04-18 11:50:37 +00:00
Danilo Egea Gondolfo
42b7a1092d - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated. 2020-04-12 09:07:30 +00:00
Danilo Egea Gondolfo
da3ed6ce28 - Move OpenMPI support to net/openmpi3. OpenMPI 1 is deprecated. 2020-04-12 09:07:03 +00:00
Adam Weinberger
d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00
Yuri Victorovich
88cc504565 Reset maintainer for ports maintaned by jlaffaye@.
As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
2020-04-05 18:33:39 +00:00
Sunpoet Po-Chuan Hsieh
9076237896 Cosmetic change 2020-04-02 12:01:25 +00:00
Luca Pizzamiglio
8b67b1036b benchmarks/stress-ng: Update to 0.11.07
Full changelog (0.11.04 -> 0.11.07):
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog?h=V0.11.07&id=3583c9f26530bcf6448246ab905a52f8f5eb03db
2020-04-02 08:59:52 +00:00
Luca Pizzamiglio
38c33fecce benchmarks/stress-ng: Update to 0.11.04
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=57be813d746ac0961edfb3fe5329403bd8685ac2
2020-03-29 11:18:30 +00:00
Yuri Victorovich
7fa7e7ccbd benchmarks/libcelero: Fix build
Fix breakage with clang10 by switching to clang-8:
error: loop variable 'udm' of type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>' creates a copy from type 'const std::__1::shared_ptr<celero::UserDefinedMeasurement>'
https://github.com/DigitalInBlue/Celero/issues/142

Reported by:	fallout
2020-03-29 06:05:47 +00:00
Matthias Fechner
0bb7fbeada New ports required for gitlab-ce 12.9 upgrade. 2020-03-28 08:44:52 +00:00
Mateusz Piotrowski
5f66d1e6f3 Update to the latest commit
While here:
- Use DISTVERSION as suggested by the Porter's Handbook instead of
  GH_TAGNAME.
- Clean up the port a little bit.
2020-03-26 08:37:48 +00:00
Kirill Ponomarev
1ff5f0806c Update to 3.19 2020-03-24 17:22:09 +00:00
Muhammad Moinur Rahman
228ad7c0fd benchmarks/siege: Update version 4.0.4=>4.0.5
Relnotes:	http://download.joedog.org/siege/ChangeLog
2020-03-22 14:01:21 +00:00
Luca Pizzamiglio
73122d8fa2 benchmarks/phoronix-test-suite: Update to 9.4.1
Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
2020-03-17 17:17:04 +00:00
Luca Pizzamiglio
756063fab9 benchmakrs/stress-ng: update to 0.11.03
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=13d58612e952c1f9c5dda20bab55568d060b53cb
2020-03-17 11:22:58 +00:00
Jan Beich
2d88e41043 benchmarks/clpeak: update to 1.1.0.r2
- Switch to vendor install
- Drop unused RUN_DEPENDS
- Allow on more architectures

Changes:	https://github.com/krrishnarraj/clpeak/compare/75c8746...1.1.0-rc2
Approved by:	maintainer timeout (2 weeks)
Differential Revision:	https://reviews.freebsd.org/D23821
2020-03-13 14:03:05 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Vinícius Zavam
c97c081793 benchmarks/vegeta: update 12.7.0 to 12.8.0 2020-03-11 13:23:01 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Jochen Neumeister
e6b48082a4 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:05:44 +00:00
Sunpoet Po-Chuan Hsieh
db5483bde8 Update version requirement of RUN_DEPENDS 2020-03-01 06:50:31 +00:00
Tobias Kortkamp
daf2ea4a45 lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
2020-02-27 15:22:28 +00:00
Luca Pizzamiglio
23915e9626 benchmarks/stress-ng: Update 0.11.00
Changelog: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-02-19 12:36:01 +00:00
Kirill Ponomarev
151ee75e1b Upgrade to 3.18 2020-02-06 08:54:26 +00:00
Kirill Ponomarev
e3d9035519 Upgrade to 3.17 2020-02-05 10:50:25 +00:00
Yuri Victorovich
80c0efc502 benchmarks/tsung: Update 1.6.0 -> 1.7.0
Maintainer refused to maintain this port => reset maintainership.

PR:		238765
2020-01-31 06:12:13 +00:00
Tobias Kortkamp
83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00
Rene Ladan
aa27691193 Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27
2020-01-27 audio/solfege: Unmaintained, uses EOLed python27
2020-01-27 audio/trommler: Unmaintained, uses EOLed python27
2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27
2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27
2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27
2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27
2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27
2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27
2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27
2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27
2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27
2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27
2020-01-27 databases/metakit: Unmaintained, uses EOLed python27
2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27
2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27
2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27
2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27
2020-01-27 deskutils/conkyemail: No longer maintained by upstream
2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27
2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27
2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27
2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27
2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27
2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27
2020-01-27 devel/drpython: Unmaintained, uses EOLed python27
2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27
2020-01-27 devel/fb303: Unmaintained, uses EOLed python27
2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27
2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27
2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27
2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27
2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27
2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27
2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27
2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27
2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27
2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27
2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27
2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27
2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27
2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27
2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27
2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27
2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27
2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27
2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27
2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27
2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27
2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27
2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27
2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27
2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27
2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27
2020-01-27 games/4stattack: Unmaintained, uses EOLed python27
2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27
2020-01-27 games/battletanks: Unmaintained, uses EOLed python27
2020-01-27 games/bombz: Unmaintained, uses EOLed python27
2020-01-27 games/bouncy: Unmaintained, uses EOLed python27
2020-01-27 games/bubbros: Unmaintained, uses EOLed python27
2020-01-27 games/childsplay: Unmaintained, uses EOLed python27
2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27
2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27
2020-01-27 games/farblazer: Unmaintained, uses EOLed python27
2020-01-27 games/gbottler: Unmaintained, uses EOLed python27
2020-01-27 games/glchess: Unmaintained, uses EOLed python27
2020-01-27 games/gretools: Unmaintained, uses EOLed python27
2020-01-27 games/kye: Unmaintained, uses EOLed python27
2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27
2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27
2020-01-27 games/nelly: Unmaintained, uses EOLed python27
2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27
2020-01-27 games/ptkei: Unmaintained, uses EOLed python27
2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27
2020-01-27 games/pycadia: Unmaintained, uses EOLed python27
2020-01-27 games/pydance: Unmaintained, uses EOLed python27
2020-01-27 games/pysycache: Unmaintained, uses EOLed python27
2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27
2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27
2020-01-27 games/rtb: Unmaintained, uses EOLed python27
2020-01-27 games/schiff: Unmaintained, uses EOLed python27
2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27
2020-01-27 games/secrettower: Unmaintained, uses EOLed python27
2020-01-27 games/slune: Unmaintained, uses EOLed python27
2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27
2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27
2020-01-27 games/twitch: Unmaintained, uses EOLed python27
2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27
2020-01-27 games/zephulor: Unmaintained, uses EOLed python27
2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27
2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27
2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27
2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27
2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27
2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27
2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27
2020-01-27 graphics/partio: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27
2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27
2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27
2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27
2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27
2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27
2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27
2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27
2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27
2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27
2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27
2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27
2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27
2020-01-27 math/biggles: Unmaintained, uses EOLed python27
2020-01-27 math/py-gato: Unmaintained, uses EOLed python27
2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27
2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27
2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27
2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27
2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27
2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27
2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27
2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27
2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27
2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27
2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27
2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27
2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27
2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27
2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27
2020-01-27 net/polyorb: Unmaintained, uses EOLed python27
2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27
2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27
2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27
2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27
2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27
2020-01-27 news/papercut: Unmaintained, uses EOLed python27
2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27
2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27
2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27
2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27
2020-01-27 science/psychopy: Unmaintained, uses EOLed python27
2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27
2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27
2020-01-27 science/pycdf: Unmaintained, uses EOLed python27
2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27
2020-01-27 security/cfv: Unmaintained, uses EOLed python27
2020-01-27 security/fsh: Unmaintained, uses EOLed python27
2020-01-27 security/gcipher: Unmaintained, uses EOLed python27
2020-01-27 15:34:18 +00:00
Dmitri Goutnik
2cb1dafab6 benchmarks/hey: Update to 0.1.3
Changes:	https://github.com/rakyll/hey/releases/tag/v0.1.3
2020-01-20 12:05:07 +00:00
Antoine Brodin
5c0f583393 Switch version of python used in USES=waf to default version of python
Reviewed by:	bapt
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D23143
2020-01-14 09:27:18 +00:00
Dmitri Goutnik
c807e263f4 benchmarks/hey: Update to 0.1.2
- While here, pet portclippy and take maintainership
2020-01-10 17:51:12 +00:00
Luca Pizzamiglio
6f36772802 benchmarks/phoronix-test-suite: update to 9.2.1
Release with minor bug fixes
2020-01-08 15:03:53 +00:00
Luca Pizzamiglio
36bb325ac1 benchmarks/stress-ng: update to 0.10.15
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d4a1e7e4af204e1c656bbd043d247c40aaba33da
2020-01-08 14:59:38 +00:00
Dmitry Marakasov
1050aa55fb - Add LICENSE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2020-01-03 09:30:10 +00:00
Dmitry Marakasov
67384105de - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2019-12-28 09:30:05 +00:00
Marius Strobl
d1e482d908 Add and use a shared INFO description. I have patches to add that knob to
a bunch of additional ports.
2019-12-27 19:24:56 +00:00
Antoine Brodin
de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00
Dmitry Marakasov
5273bba2bf - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2019-12-24 09:40:47 +00:00
Tobias Kortkamp
6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Luca Pizzamiglio
ab767035b3 benchmarks/phoronix-test-suite: Update to 9.2.0
Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v9.2.0
2019-12-11 17:18:27 +00:00
Luca Pizzamiglio
74ee1dac4d benchmarks/stress-ng: Update to 0.10.13
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?id=d25fd93b64b537d89f175c0464d660cc31ab39c5
2019-12-11 11:00:15 +00:00