git: 64921198943a - main - www/netsurf: Mark BROKEN

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 15 Mar 2025 12:27:50 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64921198943a88012f087f377dc1441ab0109b02

commit 64921198943a88012f087f377dc1441ab0109b02
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-14 20:48:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-15 12:26:45 +0000

    www/netsurf: Mark BROKEN
    
    Fails to build,
    failed to load "frontends/gtk/res/netsurf.xpm": Couldn?t recognize the image file format for file ?frontends/gtk/res/netsurf.xpm?
    
    Verified on my local poudriere box on both 14.2-RELEASE and 13.4-RELEASE (amd64)
    
    Reported by:    pkg-fallout
    Approved by:    portmgr (blanket)
---
 www/netsurf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index 808e22956b42..0f4cbb10fe87 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2 MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		failed to load "frontends/gtk/res/netsurf.xpm": Couldn?t recognize the image file format for file ?frontends/gtk/res/netsurf.xpm?
+
 BUILD_DEPENDS=	duk:lang/duktape \
 		nsgenbind:devel/nsgenbind \
 		p5-HTML-Parser>=3.72:www/p5-HTML-Parser \