Bug 281162 - net/rssguard articles list is blank
Summary: net/rssguard articles list is blank
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL: https://github.com/martinrotter/rssgu...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-31 13:10 UTC by Andy
Modified: 2024-09-05 09:12 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (danfe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy 2024-08-31 13:10:58 UTC
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.
Comment 1 Alexey Dokuchaev freebsd_committer freebsd_triage 2024-09-01 12:45:25 UTC
(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.
Comment 2 Andy 2024-09-01 13:54:39 UTC
https://github.com/martinrotter/rssguard/issues/1489

Let's hope it is something simple. :))
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-09-05 09:09:40 UTC
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(-)
Comment 4 Alexey Dokuchaev freebsd_committer freebsd_triage 2024-09-05 09:12:30 UTC
I've pulled the upstream patch, thanks Ganael!