Date: Wed, 22 Oct 2025 13:56:51 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7801211f7f72 - main - www/netsurf: Fix build by using gdkpixbufextra Message-ID: <202510221356.59MDupDQ011920@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=7801211f7f72c7bcd476dc5960f7fdc9016afe36 commit 7801211f7f72c7bcd476dc5960f7fdc9016afe36 Author: Benjamin Takacs <nimaje+fbz@bureaucracy.de> AuthorDate: 2025-10-19 16:01:01 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-10-22 13:52:32 +0000 www/netsurf: Fix build by using gdkpixbufextra As the BROKEN message indicates netsurf needs support for xpm loading which was moved into gdk-pixbuf-extra. Approved by: nc (maintainer timeout) PR: 286037 See also: e129c081e39271edac0d7b8aa174930f4317a796 MFH: 2025Q4 --- www/netsurf/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 0f4cbb10fe87..f5732a8b0184 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,6 +1,6 @@ PORTNAME= netsurf PORTVERSION= 3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -13,8 +13,6 @@ 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 \ @@ -39,7 +37,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ USES= bison cpe desktop-file-utils gmake gnome iconv:translit jpeg \ localbase pkgconfig shebangfix ssl CPE_VENDOR= ${PORTNAME}-browser -USE_GNOME= cairo glib20 gtk30 librsvg2 +USE_GNOME= cairo gdkpixbufextra glib20 gtk30 librsvg2 MAKE_ARGS= CC="${CC}" \ CCOPT="" \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510221356.59MDupDQ011920>
