git: 5c098030c586 - main - games/vcmi: mark as BROKEN, fails to build with boost-1.86+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 10:05:53 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c098030c586218be70f38a7fa261afad60c6201 commit 5c098030c586218be70f38a7fa261afad60c6201 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-20 10:03:47 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-20 10:05:24 +0000 games/vcmi: mark as BROKEN, fails to build with boost-1.86+ Sponsored by: Future Crew, LLC --- games/vcmi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index 8dc6ac1ef785..39d236795744 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -9,6 +9,8 @@ WWW= https://vcmi.eu/ LICENSE= GPLv2+ +BROKEN= fails to build with boost-1.86+ + LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libboost_atomic.so:devel/boost-libs \ libfuzzylite.so:devel/fuzzylite \