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.
(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.
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(-)
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.
(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...