Bug 265790

Summary: net-p2p/radarr: Drop hard dependency on openssl, since base and libressl work as well
Product: Ports & Packages Reporter: Michiel van Baak Jansen <michiel>
Component: Individual Port(s)Assignee: Felix Palmen <zirias>
Status: Closed FIXED    
Severity: Affects Some People CC: zirias
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-net-p2p-radarr-Drop-hard-dependency-on-openssl-since.patch michiel: maintainer-approval+

Description Michiel van Baak Jansen 2022-08-12 13:53:11 UTC
Created attachment 235863 [details]
0001-net-p2p-radarr-Drop-hard-dependency-on-openssl-since.patch

As discussed and tested in #263840 the *arr applications (.net) run with base ssl and libressl as well.

poudriere ok
Runs in production on my setup (13.1 amd64 clean jail without any of the *ssl packages installed)

Tested (all 13.1 amd64):
- clean jail without any *ssl packages installed
- clean jail with only openssl package installed
- clean jail with only libressl package installed
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-12 17:55:38 UTC
A commit in branch main references this bug:

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

commit f2242e2ab25115ead515d036f509022b1e52e52c
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-08-12 13:04:53 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-08-12 17:52:01 +0000

    net-p2p/radarr: Drop hard dependency on openssl

    Replace with USES=ssl:run, any version works.

    PR:                     265790
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D36176

 net-p2p/radarr/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 2 Felix Palmen freebsd_committer freebsd_triage 2022-08-12 17:56:07 UTC
Committed, thanks!