Bug 276982 - games/openra: update to 20231010
Summary: games/openra: update to 20231010
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-11 14:02 UTC by kunda
Modified: 2024-05-04 16:52 UTC (History)
3 users (show)

See Also:
jbeich: maintainer-feedback+


Attachments
incomplete update (using lang/mono) (55.79 KB, patch)
2024-02-16 12:01 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2024-02-16 12:00:06 UTC
Updating games/openra is blocked by
- devel/msbuild update (if using lang/mono)
- USES=dotnet:nuget (if using lang/dotnet)
Comment 2 Jan Beich freebsd_committer freebsd_triage 2024-02-16 12:01:58 UTC
Created attachment 248507 [details]
incomplete update (using lang/mono)

Fails to build as described in bug 256342 comment 8.
Comment 3 Jan Beich freebsd_committer freebsd_triage 2024-02-16 12:10:25 UTC
Using lang/dotnet may also require patching dependencies.

$ git clone -b release-20231010 https://github.com/OpenRA/OpenRA
$ cd OpenRA
$ gmake
Compiling in Release mode...
  Determining projects to restore...
OpenRA.Launcher/OpenRA.Launcher.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.freebsd-x64. No packages exist with this id in source(s): nuget.org [OpenRA.sln]
OpenRA.Server/OpenRA.Server.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.freebsd-x64. No packages exist with this id in source(s): nuget.org [OpenRA.sln]
OpenRA.Utility/OpenRA.Utility.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.freebsd-x64. No packages exist with this id in source(s): nuget.org [OpenRA.sln]
  Failed to restore OpenRA.Server/OpenRA.Server.csproj (in 2.2 sec).
  Failed to restore OpenRA.Launcher/OpenRA.Launcher.csproj (in 2.2 sec).
  Failed to restore OpenRA.Utility/OpenRA.Utility.csproj (in 2.2 sec).
  5 of 8 projects are up-to-date for restore.

Build FAILED.
Comment 4 Jan Beich freebsd_committer freebsd_triage 2024-02-16 12:36:28 UTC
(In reply to Jan Beich from comment #3)
release-20210321 builds fine with lang/dotnet after bumping SharpZipLib. According to "git bisect" later releases got regressed by https://github.com/OpenRA/OpenRA/commit/5e74e58b2204