Bug 263497 - www/netsurf: Respect WITH_DEBUG=yes
Summary: www/netsurf: Respect WITH_DEBUG=yes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-23 20:23 UTC by Marcin Cieślak
Modified: 2022-04-28 18:26 UTC (History)
0 users

See Also:
nc: maintainer-feedback+


Attachments
Makefile patch to fix (306 bytes, patch)
2022-04-23 20:23 UTC, Marcin Cieślak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Cieślak 2022-04-23 20:23:04 UTC
Created attachment 233423 [details]
Makefile patch to fix

When building with WITH_DEBUG=yes netsurf-gtk3 will be installed stripped off debug symbols.

Attached patch seems to fix the issue for me
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-04-28 18:26:04 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-28 18:26:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4fda3fe6aca6185f909c38e5ccef621f8da9a0d5

commit 4fda3fe6aca6185f909c38e5ccef621f8da9a0d5
Author:     Marcin Cieślak <saper@saper.info>
AuthorDate: 2022-04-28 18:25:41 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-04-28 18:25:41 +0000

    www/netsurf: Respect WITH_DEBUG=yes

    PR:     263497

 www/netsurf/Makefile | 3 +++
 1 file changed, 3 insertions(+)