Skip to content
Snippets Groups Projects
Commit 86cb3a0b authored by mew14930xvi's avatar mew14930xvi Committed by Gleb Popov
Browse files

www/netsurf: Remove bogus patch

PR:		277521
Approved by:	maintainer timeout
parent 91ee9ec8
No related branches found
No related tags found
No related merge requests found
PORTNAME= netsurf
PORTVERSION= 3.11
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
......@@ -10,11 +11,12 @@ WWW= https://www.netsurf-browser.org/
LICENSE= GPLv2 MIT
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= duk:lang/duktape \
nsgenbind:devel/nsgenbind \
p5-HTML-Parser>=3.72:www/p5-HTML-Parser \
xxd:editors/vim
xxd:sysutils/xxd
LIB_DEPENDS= libcss.so:textproc/libcss \
libcurl.so:ftp/curl \
libdom.so:www/libdom \
......
--- frontends/gtk/resources.c.orig 2021-04-01 19:00:43 UTC
+++ frontends/gtk/resources.c
@@ -82,6 +82,11 @@ static struct nsgtk_resource_s ui_resource[] = {
RES_ENTRY("globalhistory"),
RES_ENTRY("localhistory"),
RES_ENTRY("options"),
+ RES_ENTRY("deoptions"),
+ RES_ENTRY("enoptions"),
+ RES_ENTRY("froptions"),
+ RES_ENTRY("itoptions"),
+ RES_ENTRY("nloptions"),
RES_ENTRY("hotlist"),
RES_ENTRY("cookies"),
RES_ENTRY("viewdata"),
@@ -552,6 +557,7 @@ nsgtk_builder_new_from_resname(const char *resname, Gt
error->message);
g_error_free(error);
g_object_unref(G_OBJECT(new_builder));
+
return NSERROR_INIT_FAILED;
}
} else {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment