Created attachment 231462 [details] 0001-net-p2p-radarr-Update-to-4.0.4.5922.patch Radarr v4 is officially stable. This update switches the port back to track master instead of develop. Besides the update to the latest stable version, 2 cosmetic changes are added to this patch as well: - Remove the Radarr.Update directory from the package. The radarr developers gave this as feedback. This directory is only used when running the built-in updater, and that will use the Radarr.Update from the fetched update tarball, and removes it after use. - Use the PKGVERSION instead of PKGNAME in the package_info. poudriere ok runtest ok Runs in production in my setup without errors/warnings in the logs.
Does this fixes Failed to create CoreCLR, HRESULT: 0x8007FF02 that is currently in ports?
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd08af34e736c959f6e4992b828321810b942f4a commit cd08af34e736c959f6e4992b828321810b942f4a Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2022-01-04 10:41:51 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-02-02 21:00:07 +0000 net-p2p/radarr: Update to 4.0.4.5922 Changes: https://github.com/Radarr/Radarr/releases/tag/v4.0.4.5922 PR: 261595 net-p2p/radarr/Makefile | 9 +- net-p2p/radarr/distinfo | 6 +- net-p2p/radarr/files/package_info.in | 2 +- net-p2p/radarr/pkg-plist | 233 ----------------------------------- 4 files changed, 10 insertions(+), 240 deletions(-)
(In reply to Andrey Cherkashin from comment #1) Are you running radarr in a jail? The .net version needs allow_mlock to be set to 1 for it to be able to run.