Date: Sun, 29 Oct 2023 22:57:48 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e52ab3feca1d - main - benchmarks/hipercontracer: Mark DEPRECATED Message-ID: <202310292257.39TMvms6030121@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e52ab3feca1dfd848c240437dcf69f56c28e87e0 commit e52ab3feca1dfd848c240437dcf69f56c28e87e0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 19:34:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:39 +0000 benchmarks/hipercontracer: Mark DEPRECATED - BROKEN for more than a year - Set EXPIRATION_DATE 2023-11-30 Approved by: portmgr (blanket) --- benchmarks/hipercontracer/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index 9e79ecf4e7c7..f0037db1c74a 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -11,6 +11,10 @@ WWW= https://www.uni-due.de/~be0001/hipercontracer/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= BROKEN for more than a year +EXPIRATION_DATE= 2023-11-30 +BROKEN= error: expected '(' for function-style cast or type construction + LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \ @@ -19,8 +23,6 @@ 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?202310292257.39TMvms6030121>