Bug 258982 - net-p2p/radarr: Switch to mono6.8
Summary: net-p2p/radarr: Switch to mono6.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-07 12:03 UTC by Michiel van Baak Jansen
Modified: 2021-10-07 15:26 UTC (History)
0 users

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


Attachments
0001-net-p2p-radarr-Depend-on-mono6.8-instead-of-mono5.10.patch (1010 bytes, patch)
2021-10-07 12:03 UTC, Michiel van Baak Jansen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel van Baak Jansen 2021-10-07 12:03:43 UTC
Created attachment 228497 [details]
0001-net-p2p-radarr-Depend-on-mono6.8-instead-of-mono5.10.patch

Jackett has been updated, and depends on mono6.8 now.
As stated in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256576#c10 this makes it impossible to run radarr and jackett on the same machine (or jail).
Since both applications are often used together, being able to run both on the same machine/jail is 'a must'

This also fixes a warning in radarr web panel about an outdated mono runtime.

portlint: ok
poudriere: ok
runs on my FreeBSD 13 AMD64 setup for some time already without problems.
Comment 1 Mark Felder freebsd_committer freebsd_triage 2021-10-07 14:32:12 UTC
(In reply to Michiel van Baak from comment #0)

Thank you! I had given up hope that we'd see a newer mono in the ports tree and didn't get the memo when it landed.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-07 14:35:03 UTC
A commit in branch main references this bug:

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

commit 185bd5a5932f994c2aae90283da7c792ff3267c6
Author:     Mark Felder <feld@FreeBSD.org>
AuthorDate: 2021-10-07 14:32:38 +0000
Commit:     Mark Felder <feld@FreeBSD.org>
CommitDate: 2021-10-07 14:34:49 +0000

    net-p2p/radarr: Update to 3.2.2.5080

    - Switch to Mono 6.8

    PR:     258982

 net-p2p/radarr/Makefile | 7 +++----
 net-p2p/radarr/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 3 Mark Felder freebsd_committer freebsd_triage 2021-10-07 14:36:54 UTC
I just noticed this warning in Radarr now... it seems we'll never be done chasing these dependencies

> Please upgrade to the .NET Core version of Radarr, Mono versions will not be supported in the next release.
Comment 4 Michiel van Baak Jansen 2021-10-07 15:26:58 UTC
(In reply to Mark Felder from comment #3)
:( I know.

Time for dotnet ;P I noticed ppl are working on it:
https://github.com/dotnet/runtime/issues/14537

Who knows...