Skip to content
Snippets Groups Projects
Commit ec69600a authored by Michiel van Baak Jansen's avatar Michiel van Baak Jansen :alien: Committed by Fernando Apesteguía
Browse files

net-p2p/radarr: Select correct openssl runtime version

PR:		275696
Reported by:	michiel@vanbaak.eu (maintainer)
parent ec331642
No related branches found
No related tags found
No related merge requests found
PORTNAME= radarr
DISTVERSION= 5.1.3.8246
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
......@@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind
USES= ssl:run sqlite:3
USES= sqlite:3 ssl:run
USE_RC_SUBR= ${PORTNAME}
......
......@@ -48,6 +48,10 @@ start_precmd=${name}_precmd
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
fi
if [ `uname -K` -ge 1400092 ]; then
export CLR_OPENSSL_VERSION_OVERRIDE=30
fi
rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Radarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment