Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:59 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: 8c7b719ebf4c - main - benchmarks/hipercontracer: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222017.24MKHx5u092707@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=8c7b719ebf4ca14a4def099a7ffa4d867ec05c95

commit 8c7b719ebf4ca14a4def099a7ffa4d867ec05c95
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:36:05 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:10 +0000

    benchmarks/hipercontracer: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 benchmarks/hipercontracer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile
index e56159b72eb7..5e120b0e1833 100644
--- a/benchmarks/hipercontracer/Makefile
+++ b/benchmarks/hipercontracer/Makefile
@@ -19,6 +19,8 @@ LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libboost_system.so:devel/boost-libs \
 		libboost_thread.so:devel/boost-libs
 
+BROKEN=		error: expected '(' for function-style cast or type construction
+
 USES=		cmake compiler:c++14-lang python shebangfix tar:xz
 USE_LDCONFIG=	yes
 



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