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
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(-)
Committed, thanks!