diff options
author | Thomas Dreibholz <thomas.dreibholz@gmail.com> | 2025-05-13 15:37:26 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-13 15:38:26 +0300 |
commit | 788b4ce5b710fe5a9c9cd0404972a84dc69db806 (patch) | |
tree | c8d0e707d711f03c8168e25431f13886076d490d | |
parent | www/grafana: Update 11.6.1 => 12.0.0 (diff) |
benchmarks/hipercontracer: Update 2.0.14 => 2.0.15
Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.0.15/ChangeLog
Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.0.14...hipercontracer-2.0.15
While here fix portclippy warning.
PR: 286765
-rw-r--r-- | benchmarks/hipercontracer/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/hipercontracer/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index 54dbde36990b..7c96058b3e69 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -1,5 +1,5 @@ PORTNAME= hipercontracer -DISTVERSION= 2.0.14 +DISTVERSION= 2.0.15 CATEGORIES= benchmarks MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/ @@ -23,14 +23,15 @@ RUN_DEPENDS= getopt>=0:misc/getopt USES= cmake compiler:c++20-lang desktop-file-utils python \ shared-mime-info shebangfix ssl tar:xz USE_LDCONFIG= yes -# Work-around for build issue #285706 on ARM (https://bugs.freebsd.org/285706): -MAKE_ENV= OMP_NUM_THREADS=1 SHEBANG_FILES= src/results-examples/r-install-dependencies \ src/results-examples/r-ping-example \ src/results-examples/r-traceroute-example \ src/TestDB/generate-test-certificates +# Work-around for build issue on ARM (https://bugs.freebsd.org/285706): +MAKE_ENV= OMP_NUM_THREADS=1 + PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= COLLECTOR DBEAVERTOOLS DBSHELL ICONS IMPMARIADB \ diff --git a/benchmarks/hipercontracer/distinfo b/benchmarks/hipercontracer/distinfo index 03b2d4e16f23..40414060e7c2 100644 --- a/benchmarks/hipercontracer/distinfo +++ b/benchmarks/hipercontracer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745779939 -SHA256 (hipercontracer-2.0.14.tar.xz) = 2834e134444342af2065d4e2d3195b4ecb199e7adae66f2a641bb4dbc5cd52fa -SIZE (hipercontracer-2.0.14.tar.xz) = 2524868 +TIMESTAMP = 1747124760 +SHA256 (hipercontracer-2.0.15.tar.xz) = 53a1df24c2a381af708c7c4ec34f7d59f1a5b735e3ce313cdade1a0bc7279d81 +SIZE (hipercontracer-2.0.15.tar.xz) = 2525020 |