ports/multimedia/jellyfin/files/patch-nuget.config
Michiel van Baak Jansen 28d47d8ca8 multimedia/jellyfin: Update to 10.9.6 and switch to source build
This patch moves the jellyfin port to build from source using lang/dotnet.
The only binary part is libskia, like it always has been. Building this one from
source is not as easy and will be looked into later.

PR:		279926
Reported by:	michiel@vanbaak.eu (maintainer)
2024-06-26 13:37:06 +02:00

13 lines
479 B
Text

--- nuget.config.orig 2024-05-17 20:09:34 UTC
+++ nuget.config
@@ -3,6 +3,7 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
- <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ <add key="FreeBSD runtime" value="%%LOCALBASE%%/dotnet/packs" />
+ <add key="portbld" value="%%DISTDIR%%/nuget" />
</packageSources>
-</configuration>
\ No newline at end of file
+</configuration>