Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
86cb3a0b
Commit
86cb3a0b
authored
10 months ago
by
mew14930xvi
Committed by
Gleb Popov
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
www/netsurf: Remove bogus patch
PR: 277521 Approved by: maintainer timeout
parent
91ee9ec8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/netsurf/Makefile
+3
-1
3 additions, 1 deletion
www/netsurf/Makefile
www/netsurf/files/patch-frontends_gtk_resources.c
+0
-22
0 additions, 22 deletions
www/netsurf/files/patch-frontends_gtk_resources.c
with
3 additions
and
23 deletions
www/netsurf/Makefile
+
3
−
1
View file @
86cb3a0b
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
\
...
...
This diff is collapsed.
Click to expand it.
www/netsurf/files/patch-frontends_gtk_resources.c
deleted
100644 → 0
+
0
−
22
View file @
91ee9ec8
---
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
{
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment