mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
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)
13 lines
479 B
Text
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>
|