aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/netperfmeter: Update 2.0.0 => 2.0.1Thomas Dreibholz30 hours2-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/netperfmeter/blob/netperfmeter-2.0.1/ChangeLog Commit log: https://github.com/dreibh/netperfmeter/compare/netperfmeter-2.0.0...netperfmeter-2.0.1 PR: 293445
* */*: bump portrevision after java_default=21 updateRonald Klop41 hours3-1/+3
| | | | PR: 272855
* benchmarks/fio: Update to 3.41Kirill Ponomarev5 days3-4/+7
|
* math/octave: Update to 11.1.0.Stephen Montgomery-Smith6 days1-1/+1
| | | | - Bump portrevision of dependent ports.
* */*: bump PORTREVISION after the upgrade of MPICHThierry Thomas11 days4-3/+4
|
* various: Bump ports for Go default 1.24->1.25Adam Weinberger2026-02-116-6/+6
|
* benchmarks/py-reframe-hpc: HPC system validation & performance regression ↵GenericRikka2026-02-104-0/+44
| | | | | | | | | | | | | | | framework ReFrame is a framework for writing and running portable regression and performance tests for HPC systems. Tests are plain Python and can target different systems, programming environments, and job schedulers (e.g., Slurm). Typical use-cases include CI-style cluster validation, smoke tests after maintenance, and comparative benchmarking across nodes/partitions. WWW: https://pypi.org/project/ReFrame-HPC/ PR: 289292 Signed-off by: GenericRikka <rikka.goering@outlook.de>
* various: Bump Go ports for 1.24.13Adam Weinberger2026-02-056-5/+6
|
* */*: chase math/gsl update to 2.8Max Brazhnikov2026-01-292-2/+2
| | | | PR: 292499
* lang/rust: Bump revisions after 1.93.0Mikael Urankar2026-01-282-2/+2
| | | | PR: 292360
* benchmarks/ali: Update to 0.8.0Jimmy Olgeni2026-01-202-79/+7
|
* various: Bump Go ports for 1.24.12Adam Weinberger2026-01-166-5/+6
|
* benchmarks/vkpeak: update to 20260112Jan Beich2026-01-162-10/+10
| | | | | Changes: https://github.com/nihui/vkpeak/releases/tag/20260112 Reported by: GitHub (watch releases)
* benchmarks/libcpucycles: update to 20260105Robert Clausecker2026-01-112-4/+4
| | | | Changelog: https://cpucycles.cr.yp.to/download.html
* benchmarks/hey: Update to 0.1.5Adam Weinberger2026-01-112-7/+6
|
* benchmarks/py-asv: update to 0.6.5Charlie Li2026-01-073-24/+18
| | | | | | | Changelog: https://github.com/airspeed-velocity/asv/releases/tag/v0.6.5 https://github.com/airspeed-velocity/asv/releases/tag/v0.6.4 https://github.com/airspeed-velocity/asv/releases/tag/v0.6.3 https://github.com/airspeed-velocity/asv/releases/tag/v0.6.2
* benchmarks/py-asv-runner: update to 0.2.1Charlie Li2026-01-072-4/+4
|
* benchmarks/netperfmeter: Fix build on aarch64Thomas Dreibholz2026-01-071-2/+6
| | | | | | | | | | | | "Too many args to microtask: 17!" While here: - Replace desktop-file-utils with shared-mime-info - port doesn't install *.desktop files, but it does install share/mime/packages/netperfmeter.xml. - Fix warning from portclippy: swap the CMAKE_ON and CMAKE_OFF. PR: 292237
* security/libsodium: Update to 1.0.21Vsevolod Stakhov2026-01-072-2/+2
| | | | | | | | | The API remains compatible but bumping all dependent ports as SHLIB has changed. Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE Security: https://00f.net/2025/12/30/libsodium-vulnerability/ PR: 279347
* */*: De-orbit alias.mkJason E. Hale2025-12-301-1/+1
| | | | | | | | | | | | Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
* benchmarks/libcpucycles: update to 20251226Robert Clausecker2025-12-284-29/+14
| | | | | | Changelog: https://cpucycles.cr.yp.to/download.html Event: 39C3
* benchmarks/netperfmeter: Update to 2.0.0Thomas Dreibholz2025-12-274-16/+90
| | | | | | | | | | | | | | Improved data processing examples and plotting scripts so introduce R/CRAN dependencies. Proper registration of file type for NetPerfMeter output files, including desktop icons so need for GraphicsMagick, pdf2svg, and GhostScript during the build, as well as usage of desktop-file-utils. Update maintainer's email. Changelog: https://www.nntb.no/~dreibh/netperfmeter/index.html#latest-news PR: 291927 Approved by: submitter is maintainer
* benchmarks/vkmark: unbreak build after 9ccc33eae2b6Jan Beich2025-12-262-0/+8
| | | | | | | | | | | | | | ../src/vulkan_state.cpp:207:24: error: no matching member function for call to 'createDebugUtilsMessengerEXT' 207 | instance().createDebugUtilsMessengerEXT(debug_create_info, nullptr, dud), | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/vulkan/vulkan_funcs.hpp:16317:59: note: candidate function template not viable: no known conversion from 'const DebugUtilsMessengerCreateInfoEXT' to 'const DebugUtilsMessengerCreateInfoEXT *' for 1st argument; take the address of the argument with & 16317 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Instance::createDebugUtilsMessengerEXT( const DebugUtilsMessengerCreateInfoEXT * pCreateInfo, | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/vulkan/vulkan_funcs.hpp:16333:107: note: candidate template ignored: requirement 'detail::isDispatchLoader<(anonymous namespace)::DebugUtilsDispatcher>::value' was not satisfied [with Dispatch = DebugUtilsDispatcher] 16333 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType<DebugUtilsMessengerEXT>::type Instance::createDebugUtilsMessengerEXT( | ^ Reported by: pkg-fallout
* benchmarks/sysbench: Convert REINPLACE_CMD to patch filePo-Chuan Hsieh2025-12-162-5/+12
|
* lang/rust: Bump revisions after 1.92.0Mikael Urankar2025-12-162-1/+2
| | | | PR: 291582
* devel/libtextstyle, devel/gettext*: Update to 0.26Tijl Coosemans2025-12-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent versions of gettext no longer install m4 files in PREFIX/share/aclocal. They have to be installed in the work directory by autopoint for aclocal to find them. Patch devel/autoconf so autoreconf runs autopoint when gettext related macros are used in configure.ac (e.g. AM_ICONV). Previously it only ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used. The following ports now require autopoint (i.e. USES=gettext-tools): benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs, graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao Other fixes: emulators/mednafen, misc/lifelines: Use older version of gettext macros. ftp/axel: Patch Makefile.am and configure.ac to get gettext working and add NLS option. ftp/wzdftpd: Use autoreconf 2.72. mail/sympa: Remove hack from configure.ac. multimedia/dvdauthor: Use ports autoreconf. net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies. security/pam_pkcs11: Patch configure.ac so autoreconf can find the custom directory with m4 files. sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf with -f flag so it updates all files. www/wget2: Patch configure.ac to what autopoint expects. PR: 287167 Exp-run by: antoine
* benchmarks/hipercontracer: Update to 2.1.8Carlo Strub2025-12-092-4/+4
| | | | | PR: 291525 Reported by: maintainer
* various: Bump Go ports for 1.24.11Adam Weinberger2025-12-036-6/+6
|
* benchmarks/inferno: update 0.12.3 → 0.12.4Yuri Victorovich2025-11-302-275/+235
|
* benchmarks/hipercontracer: Update 2.1.5 => 2.1.7Thomas Dreibholz2025-11-272-4/+4
| | | | | | | | | | | Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.6/ChangeLog https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.7/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.5...hipercontracer-2.1.7 PR: 291244
* benchmarks/iperf3: Add patch for documentation fix in iperf3 relnotes.Bruce A. Mah2025-11-212-0/+19
|
* benchmarks/lzbench: update the port to version 2.2Alexey Dokuchaev2025-11-202-4/+4
| | | | Reported by: portscout
* benchmarks/hipercontracer: Update 2.1.4 => 2.1.5Thomas Dreibholz2025-11-192-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.5/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.4...hipercontracer-2.1.5 PR: 291096
* benchmarks/iperf3: Update to iperf-3.20.Bruce A. Mah2025-11-142-4/+4
| | | | | | Notable changes: https://github.com/esnet/iperf/releases/tag/3.20 Sponsored by: Energy Sciences Network (ESnet)
* benchmarks/hipercontracer: Update 2.1.3 => 2.1.4Thomas Dreibholz2025-11-142-4/+4
| | | | | | | | | | Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.4/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.3...hipercontracer-2.1.4 PR: 291010
* lang/rust: Bump revisions after 1.91.1Mikael Urankar2025-11-112-1/+2
| | | | PR: 290816
* */*: Introduction USES=sudoXavier Beaudouin2025-11-111-3/+2
| | | | | | | | | | | | | | | | | | A new uses 'sudo' has been added to transperently depends of the proper flavor of sudo 'default' or 'sssd' depending on the default version set by the user. If you prefere to use 'sssd' flavor of sudo, add the following to your make.conf: DEFAULT_VERSIONS+=sudo=sssd All sudo consummer ports has benn updated to USES=sudo Reviewed by: 0mp Approved by: mat Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D52160
* benchmarks/py-locust-cloud: Update to 1.28.1Jesús Daniel Colmenares Oviedo2025-11-092-5/+4
| | | | | ChangeLog: https://github.com/locustcloud/locust-cloud/compare/1.26.3...1.28.1
* benchmarks/inferno: update 0.12.2 → 0.12.3Yuri Victorovich2025-11-082-8/+7
|
* various: Bump Go ports for 1.24.10Adam Weinberger2025-11-066-6/+6
|
* benchmarks/hipercontracer: Update 2.1.1 => 2.1.3Thomas Dreibholz2025-10-293-6/+8
| | | | | | | | | | | | | Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.3/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.1...hipercontracer-2.1.3 This version also fixes build issues with BOOST 1.89 and updates the version dependency on MariaDB to the current version. PR: 290475
* benchmarks/rubygem-benchmark: Update to 0.5.0Po-Chuan Hsieh2025-10-272-4/+4
| | | | Changes: https://github.com/ruby/benchmark/releases
* */*: Drop maintainer'shipDanilo G. Baio2025-10-231-1/+1
| | | | Back to the pool other ports that I'm no longer using.
* devel/boost: bump consumers after boost upgrade (+)Dima Panov2025-10-201-1/+1
| | | | Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
* various: Bump go ports for go-1.24.9Adam Weinberger2025-10-146-6/+6
|
* benchmarks/vkpeak: update to 20251010Jan Beich2025-10-112-10/+10
| | | | | Changes: https://github.com/nihui/vkpeak/releases/tag/20251010 Reported by: GitHub (watch releases)
* many: Bump dependent ports after go124 updateAdam Weinberger2025-10-086-6/+6
|
* benchmarks/vkoverhead: Revert "exorcise -Werror and unbreak on armv7"Robert Clausecker2025-10-062-34/+8
| | | | | | | | | This reverts commit f95a776840b0d53d446a8f219ed6ed5a7b135029. As discussed with jbeich, this fix may fix the build, but it doesn't lead to a working port. Revert until a proper fix can be designed. MFH: 2025Q4
* benchmarks/vkoverhead: exorcise -Werror and unbreak on armv7Robert Clausecker2025-10-052-8/+34
| | | | | | | | | This fixes the build on armv7, avoiding a bogus int conversion warning. While we are at it, turn static REINPLACE_CMD usage into patch file as per policy. Approved by: portmgr (build fix blanket) MFH: 2025Q4
* lang/rust: Bump revisions after 1.90.0Mikael Urankar2025-10-032-2/+2
| | | | PR: 289709