I've tried different versions of the rssguard port and am unable to get it to display the article list (it is blank and there is no filtering/highlighting enabled). Feeds window displays fine and the fetching of articles occurs with no issues. Let me know what additional info might be needed.
(In reply to Andy from comment #0) > Let me know what additional info might be needed. We would probably need upstream help as there are no FreeBSD-specific patches in the port. Please run the program with -l, --log <log-file> switch to collect debug information, then file a bug at https://github.com/martinrotter/rssguard/issues and we will track it here.
https://github.com/martinrotter/rssguard/issues/1489 Let's hope it is something simple. :))
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=df10f6be56773b8ac18a28fb84d28aa48605a771 commit df10f6be56773b8ac18a28fb84d28aa48605a771 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-09-05 09:07:42 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-09-05 09:07:42 +0000 net/rssguard: address the article list was sometimes blank issue - Fix LIKE statements using double quotes instead of single ones - While here, make the COMMENT text Qt version-agnostic PR: 281162 Patch by: martymac net/rssguard/Makefile | 6 +++++- net/rssguard/distinfo | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-)
I've pulled the upstream patch, thanks Ganael!