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"
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(+)
Fixed, thanks!