please update to 0.19.0
Created attachment 266570 [details] Update patch Update to 0.19.0 and fix NLS issue from #290125
Changelog: https://github.com/rkd77/elinks/releases/tag/v0.19.0
Thanks for your submission, Dustin. I've two notices: - the TEST_USES unneeded (imho this knob does not exist - if I add fakeroot doesn't install fakeroot package), the tests passed without it - should run portlint, portfmt and portclippy (ports-mgmt/portfmt) linters, there are some issues
Friendly ping.
Created attachment 267128 [details] updated patch Latest patch with changes
I'm sorry for the delay. I've updated the patch with portfmt/portclippy changes. As for portlint, it still shows: WARN: Makefile: EXMODE is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MEXMODE appears. WARN: Makefile: LOCAL_CGI is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MLOCAL_CGI appears. WARN: Makefile: NOROOT is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MNOROOT appears. WARN: Makefile: [76]: possible direct use of command "python" found. use ${PYTHON_CMD} instead. I'm positive that the python one is bogus, and I'm pretty sure that the other 3 option ones are also bogus, but if they're a legit, a pointer to how to fix them would be helpful, as I'm not seeing anything obviously wrong.
(In reply to Dustin Marquess from comment #6) Sorry, I didn't have time but I'll check it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca14e5d170a5e96d0b625839dc28c72b7bced7d0 commit ca14e5d170a5e96d0b625839dc28c72b7bced7d0 Author: Dustin Marquess <jailbird@fdf.net> AuthorDate: 2026-02-02 03:26:00 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2026-02-02 03:28:48 +0000 www/elinks: Update to 0.19.0 Use gettext-runtime and localbase:ldflags. Add TEST_TARGET and remove unneeded TEST_USES. Add LD_FLAGS. Pet portlint/portfmt. Changelog: https://github.com/rkd77/elinks/releases/tag/v0.19.0 PR: 291966 Approved by: submitter is maintainer www/elinks/Makefile | 25 +++++++++---------- www/elinks/distinfo | 6 ++--- www/elinks/files/patch-meson.build | 28 ++++------------------ www/elinks/files/patch-src_document_renderer.c | 5 ++-- www/elinks/files/patch-src_document_renderer.h | 4 ++-- .../files/patch-src_js_spidermonkey_fragment.cpp | 4 ++-- www/elinks/files/patch-src_network_ssl_ssl.c | 4 ++-- www/elinks/files/patch-src_protocol_header.c | 5 ++-- www/elinks/files/patch-src_terminal_sixel.c | 18 ++++---------- 9 files changed, 38 insertions(+), 61 deletions(-)
Thanks for your work, Dustin! Committed.