git: 997c5985831e - main - graphics/agg: Mark BROKEN, fails to build with freetype2 2.13.3

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 17 Sep 2024 18:59:15 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=997c5985831e802d7c511c52084e0adba8cd67d0

commit 997c5985831e802d7c511c52084e0adba8cd67d0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-17 18:44:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-17 18:44:14 +0000

    graphics/agg: Mark BROKEN, fails to build with freetype2 2.13.3
    
    Fails with the following error:
    agg_font_freetype.cpp:189:35: error: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not
    
    PR:             281321
    Approved by:    bofh (maintainer)
---
 graphics/agg/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index d36f004c0749..bd3720d4bed7 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -13,6 +13,8 @@ WWW=		http://www.antigrain.com/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/copying
 
+BROKEN=		Fails to build with freetype2 2.13.3, PR 281321, error: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
 USES=		autoreconf cpe gmake libtool pathfix pkgconfig sdl xorg