Commit Graph

2090 Commits

Author SHA1 Message Date
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