Created attachment 254028 [details] patch Hi, Sending a patch to update newsboat to 2.36.1 which includes a fix where newsboat ignores 304 Not Modified. Changelog: https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#2361---2024-09-22 Marko
I also added STRIP_CMD as stage-qa suggested. Marko
To reduce the IO during build, I suggest doing the following in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/podboat ${STAGEDIR}${PREFIX}/bin/newsboat or even: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
(In reply to Vladimir Druzenko from comment #2) I'm sorry, I don't understand. I already added strip cmd to post-install, is there something missing in my patch? Marko
(In reply to Marko Turk from comment #3) In your patch strip run 2 times (for each file). My suggestion is to run strip one time for all files.
(In reply to Vladimir Druzenko from comment #4) Oh, okay. Attaching a new patch. Thanks. Marko
Created attachment 254080 [details] patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec8699ad9928583229757c9dbc57faca21b6cfb0 commit ec8699ad9928583229757c9dbc57faca21b6cfb0 Author: Marko Turk <mt-bugs@markoturk.info> AuthorDate: 2024-10-07 21:45:20 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-07 21:45:20 +0000 www/newsboat: Update 2.36 → 2.36.1 Changelog: https://github.com/newsboat/newsboat/blob/r2.36.1/CHANGELOG.md Add STRIP_CMD as stage-qa suggested. PR: 281876 www/newsboat/Makefile | 6 ++++-- www/newsboat/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-)
Committed, thanks. 2.37 released: https://github.com/newsboat/newsboat/releases/tag/r2.37 Do you plan to update to 2.37?
(In reply to Vladimir Druzenko from comment #8) Yes, I plan to update to 2.37 in a few days probably. Marko
(In reply to Marko Turk from comment #9) If you plan to create new PR then close this with status FIXED. Or attach patch here.
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf5664b185d8da437f02d29de30204b9bd97f25d commit bf5664b185d8da437f02d29de30204b9bd97f25d Author: Marko Turk <mt-bugs@markoturk.info> AuthorDate: 2024-10-07 21:45:20 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-05 10:36:12 +0000 www/newsboat: Update 2.36 → 2.36.1 Changelog: https://github.com/newsboat/newsboat/blob/r2.36.1/CHANGELOG.md Add STRIP_CMD as stage-qa suggested. PR: 281876 (cherry picked from commit ec8699ad9928583229757c9dbc57faca21b6cfb0) www/newsboat/Makefile | 6 ++++-- www/newsboat/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-)