Bug 284830 - net-im/signal-desktop: port ignores the ssl setting in /etc/make.conf
Summary: net-im/signal-desktop: port ignores the ssl setting in /etc/make.conf
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: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-15 10:04 UTC by elwood
Modified: 2025-02-17 13:21 UTC (History)
1 user (show)

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


Attachments
my workaround patch for ssl=base problem (842 bytes, patch)
2025-02-15 10:04 UTC, elwood
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description elwood 2025-02-15 10:04:06 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-02-17 13:16:18 UTC
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(-)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2025-02-17 13:21:16 UTC
Thanks!