git: 8c78883c848f - main - graphics/gource: mark as BROKEN, fails to build with boost-1.85+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 10:27:43 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c78883c848f67147d5d78e8c150719cfcfd8b90

commit 8c78883c848f67147d5d78e8c150719cfcfd8b90
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-03 00:07:20 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:05 +0000

    graphics/gource: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 graphics/gource/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index 077b2b082a6b..9a08674da448 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -11,6 +11,8 @@ WWW=		https://gource.io/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with boost-1.85+
+
 BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpcre.so:devel/pcre \