Commit Graph

2018 Commits

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