git: 540078e5c2ce - main - math/oink: mark as BROKEN, fails to build with boost-1.85+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 10:27:46 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=540078e5c2cea66919982df7ba4f2cc4b430e771 commit 540078e5c2cea66919982df7ba4f2cc4b430e771 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-10-03 00:49:05 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-10-03 10:25:08 +0000 math/oink: mark as BROKEN, fails to build with boost-1.85+ With hat: office Sponsored by: Future Crew, LLC --- math/oink/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/oink/Makefile b/math/oink/Makefile index 8e739cd1e6fa..26cb9cbd32a9 100644 --- a/math/oink/Makefile +++ b/math/oink/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/trolando/oink LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build with boost-1.85+ + LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USES= cmake:testing