git: 7ad9fa6d5798 - main - net/liblinphone: Mark BROKEN

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ad9fa6d579830e296ac7ebb128a48344fa73a55

commit 7ad9fa6d579830e296ac7ebb128a48344fa73a55
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 12:22:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:30 +0000

    net/liblinphone: Mark BROKEN
    
    Fails to build with libxml2 2.14, error: type 'union (unnamed union at /usr/local/include/libxml2/libxml/encoding.h:170:5)' does not provide a call operator
    
    PR:             279705
---
 net/liblinphone/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/liblinphone/Makefile b/net/liblinphone/Makefile
index 5d9b93cfaeaa..084ac7e91305 100644
--- a/net/liblinphone/Makefile
+++ b/net/liblinphone/Makefile
@@ -9,6 +9,8 @@ WWW=		https://www.linphone.org/technical-corner/liblinphone.html
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		Fails to build with libxml2 2.14, error: type 'union (unnamed union at /usr/local/include/libxml2/libxml/encoding.h:170:5)' does not provide a call operator
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libbcmatroska2.a:multimedia/bcmatroska2 \
 		${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \
 		${LOCALBASE}/lib/libbcunit.a:devel/bcunit \