Created attachment 272396 [details] The diff file The latest upstream version of hipercontracer is 2.2.6. Therefore, the port benchmarks/hipercontracer needs an update. Fix: The updated diff file hipercontracer-2.2.6.diff is attached. The new version particularly provides: * CMake build fix for the libpqxx library handling, which failed to detect the correct C++ standard version in some cases (libpqxx requires C++20, while older versions require C++17). * Build script improvements to support builds on more systems, including Alpine Linux, NetBSD, and MacOS. * Sorting of the Makefile according to portclippy
Created attachment 272397 [details] The diff file
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff1840385661adee9113892b9b00eddf5bba1516 commit ff1840385661adee9113892b9b00eddf5bba1516 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2026-07-02 18:27:41 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-07-02 18:59:27 +0000 benchmarks/hipercontracer: Update 2.2.3 => 2.2.6 While here, add dependency on zstd for the option requiring it. Changelog: https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.2.6/ChangeLog Commit log: https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.2.3...hipercontracer-2.2.6 PR: 296462 Approved by: osa, vvd (Mentors, implicit) benchmarks/hipercontracer/Makefile | 3 ++- benchmarks/hipercontracer/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-)
Hi, Thank you for your submission. I added this after stage-qa reported it. > HIPERCONTRACER_LIB_DEPENDS= libzstd.so:archivers/zstd I have tested build in Poudriere on 14.4-RELEASE-amd64-main-bd8f3df79221 and it seems OK. Committed, thanks.