Created attachment 235034 [details] net-im/telegram-desktop: add missing dependency on devel/abseil telegram-desktop fails to start without abseil, which is a dependency of tg_owt since 87b81cc983da6. ('ld-elf.so.1: Shared object "libabsl_strings.so.2111.0.0" not found, required by "telegram-desktop"') As telegram-desktop links tg_owt statically and only has a build time dependency on tg_owt for that reason, it needs to dublicate dependencies of tg_owt that are needed for running telegram-desktop. Additionally tg_owt has USE_GL= gbm which adds some LIB_DEPENDS, but I'm not sure if telegram-desktop needs to duplicate that.
^Triage: Set Assignee to maintainer, if the maintainer is a @FreeBSD.org developer. The automation did not set it automatically as two ports are cited in summary.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=396cc7979671c29efed82d0b4c3539650eab799b commit 396cc7979671c29efed82d0b4c3539650eab799b Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-07-15 00:54:40 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-07-15 00:55:55 +0000 net-im/telegram-desktop: update dependences list Bump PORTREVISION. PR: 264994 net-im/telegram-desktop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Thanks for the report, committed with a tiny modification!