Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2024 10:05:45 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98fb62d172c9 - main - benchmarks/hipercontracer: mark as BROKEN, fails to build with boost-1.86+
Message-ID:  <202411201005.4AKA5jCC024093@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201005.4AKA5jCC024093>