git: 83ded872a957 - main - net-p2p/radarr: Add dynamic object dependency mapping for sqlite3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jan 2026 11:01:40 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83ded872a957ecf21f25c258fdb63402e6707860
commit 83ded872a957ecf21f25c258fdb63402e6707860
Author: Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2026-01-27 10:59:25 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-27 10:59:25 +0000
net-p2p/radarr: Add dynamic object dependency mapping for sqlite3
Added the libmap.d file.
The same patch was already added to net-p2p/prowlarr and net-p2p/lidarr
and there it works good.
PR: 292640
---
net-p2p/radarr/Makefile | 3 +++
net-p2p/radarr/pkg-plist | 1 +
2 files changed, 4 insertions(+)
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index 3da6110a6f20..a18956fc165a 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= radarr
DISTVERSION= 6.0.4.10291
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${DISTVERSION}/
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
@@ -49,5 +50,7 @@ do-install:
post-install:
${INSTALL_DATA} ${WRKDIR}/package_info ${STAGEDIR}/${DATADIR}/
+ @${ECHO_CMD} "e_sqlite3.so libsqlite3.so" \
+ >${STAGEDIR}${PREFIX}/etc/libmap.d/Radarr.conf
.include <bsd.port.mk>
diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist
index 66236962ee71..ed589b845774 100644
--- a/net-p2p/radarr/pkg-plist
+++ b/net-p2p/radarr/pkg-plist
@@ -1,3 +1,4 @@
+etc/libmap.d/Radarr.conf
%%DATADIR%%/bin/Azure.Core.dll
%%DATADIR%%/bin/Azure.Identity.dll
%%DATADIR%%/bin/BouncyCastle.Cryptography.dll