Created attachment 264952 [details] patch Attached patch for filerunner update to latest version. While searching for similar bug reports, I've came across bug #272959 I've tested latest filerunner for described bug and couldn't replicate it. Then I also tested version in packages (23.03.07.16) with same result. I suggest to close that issue (I will post comment in bug #272959 as well)
^Triage: now that Bugzilla Attachments have the patch flag, the [patch] convention is obsolete. To submitter: this port does not currently have a maintainer. Would you be interested in taking it over?
Currently I'm not willing to take over maintainer role for this port. Unfortunately filerunner doesn't seam to support UTF-8 well, which is deal-breaker for my use-case. Unless I figure out how to reliably fix this issue and hopefully get fixes merged upstream, I won't be able to use filerunner.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f0b8a22a3c714cc02eda364a4e56c9d93b78867 commit 0f0b8a22a3c714cc02eda364a4e56c9d93b78867 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-11-14 15:27:20 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-11-14 15:27:20 +0000 x11-fm/filerunner: Update 23.03.07.16 => 24.07.12.20, improve port Changelog: https://sourceforge.net/projects/filerunner/files/release-24.07.12.20/changelog-24.07.12.20.txt/download Improve port: - Replace PORTVERSION with DISTVERSION. - Use shebangfix instead of manual REINPLACE_CMD. - Reimplement do-install. PR: 290612 Co-authored-by: Aldis Berjoza <aldis@berjoza.lv> x11-fm/filerunner/Makefile | 24 +++++++++--------- x11-fm/filerunner/distinfo | 6 ++--- x11-fm/filerunner/pkg-plist | 60 ++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 71 insertions(+), 19 deletions(-)
Thanks.
For the record: Either port improvements fixed my UTF-8 issue, or something was wrong and got fixed on my end. But now I no longer have UTF-8 issues with FileRunner
I checked a bit and it seems there is no problem with UTF-8. If you're interested, here's a patch that improves the port a bit. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291013
(In reply to mew14930xvi from comment #6) Update patch and I'll commit it.