Bug 291058 - graphics/gimp3-app: Missing dependency
Summary: graphics/gimp3-app: Missing dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-17 13:34 UTC by shamaz.mazum
Modified: 2025-11-19 09:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shamaz.mazum 2025-11-17 13:34:27 UTC
Can you please move a dependency to devel/appstream to LIB_DEPENDS?

Otherwise I get

vasily@vonbraun:~ % gimp
ld-elf.so.1: Shared object "libappstream.so.5" not found, required by "gimp"
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-19 09:07:40 UTC
A commit in branch main references this bug:

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

commit b1601c5bbadff3bd5e8f762d7acb7582901095f7
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-11-19 09:03:17 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-11-19 09:03:17 +0000

    graphics/gimp3-app: add devel/apstream to LIB_DEPENDS (+)

    On some systems with missed devel/appsteam from installed, gimp3 app claims missed library

    ld-elf.so.1: Shared object "libappstream.so.5" not found, required by "gimp"

    Declare devel/apsstream not as only build dependency but also add as LIB_DEPENDS

    PR:     291058

 graphics/gimp3-app/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2025-11-19 09:08:38 UTC
Fixed, thanks!