git: c9d75a49a661 - main - games/violetland: 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:53 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9d75a49a6611d601ccc8ab45aaaa2152bb20f7c commit c9d75a49a6611d601ccc8ab45aaaa2152bb20f7c Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-10-03 08:17:50 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-10-03 10:25:12 +0000 games/violetland: mark as BROKEN, fails to build with boost-1.85+ With hat: office Sponsored by: Future Crew, LLC --- games/violetland/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/violetland/Makefile b/games/violetland/Makefile index f2e28780f4da..f9c21a41938b 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -12,6 +12,7 @@ LICENSE_COMB= multi #LICENSE_FILE_GPLv3= "${WRKSRC}/LICENSE (code)" # framework doesn't handle these properly #LICENSE_FILE_CC-BY-SA-3.0= "${WRKSRC}/LICENSE (content)" +BROKEN= fails to build with boost-1.85+ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs USE_GITHUB= yes