Created attachment 257547 [details] my workaround patch for ssl=base problem This port ignores the ssl setting in /etc/make.conf. The openssl port is required, even if the option DEFAULT_VERSIONS= ssl=base is set in /etc/make.conf. Attached is my workaround patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7eb2d1789d4f57be65e906c9d19a83262ab965e2 commit 7eb2d1789d4f57be65e906c9d19a83262ab965e2 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2025-02-17 13:13:53 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2025-02-17 13:13:53 +0000 net-im/signal-desktop: Update to 7.42.0 While here, allow ssl from base to be used [1] PR: 284830 [1] Submitted by elwood <elwood@mc5sys.in-berlin.de> [1] net-im/signal-desktop/Makefile | 10 ++++------ net-im/signal-desktop/distinfo | 14 +++++++------- net-im/signal-desktop/get_deps.sh | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-)
Thanks!