FreeBSD Bugzilla – Attachment 246929 Details for
Bug 275473
net-p2p/sonarr-devel: Update to 4.0.0.733
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add env variable to rc-script, remove openssl111 dep and bump PORTREVISION
sonarr-devel-4.0.0.733_1.patch (text/plain), 1.71 KB, created by
Ralf van der Enden
on 2023-12-09 13:45:58 UTC
(
hide
)
Description:
Add env variable to rc-script, remove openssl111 dep and bump PORTREVISION
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2023-12-09 13:45:58 UTC
Size:
1.71 KB
patch
obsolete
>From bf020227d1b15837bf11f6d933d8a0d99a0e14cd Mon Sep 17 00:00:00 2001 >From: Ralf van der Enden <tremere@cainites.net> >Date: Sat, 9 Dec 2023 14:35:11 +0100 >Subject: [PATCH] net-p2p/sonarr-devel: add env variable > CLR_OPENSSL_VERSION_OVERRIDE=30 to rc script to make it work on 14.0 and > remove openssl111 dep also bump PORTREVISION > >--- > net-p2p/sonarr-devel/Makefile | 4 ++-- > net-p2p/sonarr-devel/files/sonarr.in | 4 ++++ > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/net-p2p/sonarr-devel/Makefile b/net-p2p/sonarr-devel/Makefile >index fd873fb28..da7bc24e5 100644 >--- a/net-p2p/sonarr-devel/Makefile >+++ b/net-p2p/sonarr-devel/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= sonarr > DISTVERSION= 4.0.0.733 >+PORTREVISION= 1 > CATEGORIES= net-p2p > MASTER_SITES= https://download.sonarr.tv/v4/develop/${PORTVERSION}/ > PKGNAMESUFFIX= -devel >@@ -18,8 +19,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ > krb5>0:security/krb5 \ > libiconv>0:converters/libiconv \ > libinotify>0:devel/libinotify \ >- libunwind>0:devel/libunwind \ >- openssl111>0:security/openssl111 >+ libunwind>0:devel/libunwind > > USES= sqlite:3 > USE_RC_SUBR= sonarr >diff --git a/net-p2p/sonarr-devel/files/sonarr.in b/net-p2p/sonarr-devel/files/sonarr.in >index 261037cf5..7d43d8e22 100644 >--- a/net-p2p/sonarr-devel/files/sonarr.in >+++ b/net-p2p/sonarr-devel/files/sonarr.in >@@ -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}/Sonarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}" > } > >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tremere
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 275473
:
246713
| 246929