View | Details | Raw Unified | Return to bug 277521 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/netsurf/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	netsurf
1
PORTNAME=	netsurf
2
PORTVERSION=	3.11
2
PORTVERSION=	3.11
3
PORTREVISION=	1
3
CATEGORIES=	www
4
CATEGORIES=	www
4
MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
5
MASTER_SITES=	http://download.netsurf-browser.org/netsurf/releases/source/
5
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
6
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Lines 14-20 LICENSE_COMB= multi Link Here
14
BUILD_DEPENDS=	duk:lang/duktape \
15
BUILD_DEPENDS=	duk:lang/duktape \
15
		nsgenbind:devel/nsgenbind \
16
		nsgenbind:devel/nsgenbind \
16
		p5-HTML-Parser>=3.72:www/p5-HTML-Parser \
17
		p5-HTML-Parser>=3.72:www/p5-HTML-Parser \
17
		xxd:editors/vim
18
		xxd:sysutils/xxd
18
LIB_DEPENDS=	libcss.so:textproc/libcss \
19
LIB_DEPENDS=	libcss.so:textproc/libcss \
19
		libcurl.so:ftp/curl \
20
		libcurl.so:ftp/curl \
20
		libdom.so:www/libdom \
21
		libdom.so:www/libdom \
(-)a/www/netsurf/files/patch-frontends_gtk_resources.c (-22 lines)
Removed Link Here
1
--- frontends/gtk/resources.c.orig	2021-04-01 19:00:43 UTC
2
+++ frontends/gtk/resources.c
3
@@ -82,6 +82,11 @@ static struct nsgtk_resource_s ui_resource[] = {
4
 	RES_ENTRY("globalhistory"),
5
 	RES_ENTRY("localhistory"),
6
 	RES_ENTRY("options"),
7
+	RES_ENTRY("deoptions"),
8
+	RES_ENTRY("enoptions"),
9
+	RES_ENTRY("froptions"),
10
+	RES_ENTRY("itoptions"),
11
+	RES_ENTRY("nloptions"),
12
 	RES_ENTRY("hotlist"),
13
 	RES_ENTRY("cookies"),
14
 	RES_ENTRY("viewdata"),
15
@@ -552,6 +557,7 @@ nsgtk_builder_new_from_resname(const char *resname, Gt
16
 			      error->message);
17
 			g_error_free(error);
18
 			g_object_unref(G_OBJECT(new_builder));
19
+			
20
 			return NSERROR_INIT_FAILED;
21
 		}
22
 	} else {

Return to bug 277521