git: 111c861fe28e - main - graphics/librsvg2: Mark BROKEN

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 14:10:18 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=111c861fe28ec58f350bcf102f5f9dc6a0a87b93

commit 111c861fe28ec58f350bcf102f5f9dc6a0a87b93
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 06:18:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:28 +0000

    graphics/librsvg2: Mark BROKEN
    
    Fails to build with libxml2 2.13+, error: unknown type name 'xmlParserCtxtPtr'
    
    PR:             279705
---
 graphics/librsvg2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 84b5bb5115d8..58e5ec83bdbf 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -13,6 +13,8 @@ WWW=		https://live.gnome.org/LibRsvg
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
 
+BROKEN=		Fails to build with libxml2 2.13+, error: unknown type name 'xmlParserCtxtPtr'
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png \