FreeBSD Bugzilla – Attachment 249920 Details for
Bug 277521
www/netsurf: does not start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Resources Error
patch (text/plain), 1.65 KB, created by
mew14930xvi
on 2024-04-12 02:45:03 UTC
(
hide
)
Description:
Fix Resources Error
Filename:
MIME Type:
Creator:
mew14930xvi
Created:
2024-04-12 02:45:03 UTC
Size:
1.65 KB
patch
obsolete
>diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile >index aef7f162489d..808e22956b42 100644 >--- a/www/netsurf/Makefile >+++ b/www/netsurf/Makefile >@@ -1,5 +1,6 @@ > 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 \ >diff --git a/www/netsurf/files/patch-frontends_gtk_resources.c b/www/netsurf/files/patch-frontends_gtk_resources.c >deleted file mode 100644 >index dc812f85081a..000000000000 >--- a/www/netsurf/files/patch-frontends_gtk_resources.c >+++ /dev/null >@@ -1,22 +0,0 @@ >---- 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 {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277521
:
249540
|
249577
| 249920