Bug 284408 - net-im/gajim: missing dependency gtksourceview4
Summary: net-im/gajim: missing dependency gtksourceview4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-28 12:11 UTC by freebsd
Modified: 2025-01-28 22:09 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2025-01-28 12:11:34 UTC
Results in the following unless installed:

ˋˋˋ
$ gajim
Missing dependency: Namespace GtkSource not available for version 4
ˋˋˋ

I can attach a patch, if needed, but it seems trivial
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-28 22:09:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbf2f78c9e3b11abd197cb2ace43210082143386

commit dbf2f78c9e3b11abd197cb2ace43210082143386
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-01-28 22:05:38 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-01-28 22:07:58 +0000

    net-im/gajim: add missing runtime dependency

    gtksourceview4 is required for gajim's run

    PR:             284408
    Reported by:    freebsd@fron.io

 net-im/gajim/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2025-01-28 22:09:56 UTC
Fixed, thank you for reporting!