Date: Tue, 17 Sep 2024 18:59:15 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 997c5985831e - main - graphics/agg: Mark BROKEN, fails to build with freetype2 2.13.3 Message-ID: <202409171859.48HIxFgE071967@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409171859.48HIxFgE071967>