git: 98fb62d172c9 - main - benchmarks/hipercontracer: mark as BROKEN, fails to build with boost-1.86+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 20 Nov 2024 10:05:45 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98fb62d172c975ad99016591330fa69a0ed58007

commit 98fb62d172c975ad99016591330fa69a0ed58007
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-11-20 09:43:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-11-20 10:05:20 +0000

    benchmarks/hipercontracer: mark as BROKEN, fails to build with boost-1.86+
    
    Sponsored by:   Future Crew, LLC
---
 benchmarks/hipercontracer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile
index 0d91140c2ffb..b5f14f178873 100644
--- a/benchmarks/hipercontracer/Makefile
+++ b/benchmarks/hipercontracer/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.nntb.no/~dreibh/hipercontracer/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with boost-1.86+
+
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs
 
 USES=		cmake compiler:c++14-lang python shebangfix tar:xz