Problem reports for m...@freebsd.org that need special attention

2023-08-13 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |235716 | lang/mono IPv6 support
Open|198727 | lang/mono: FileSystemWatcher (kevent) deadlock pr 
New |269395 | lang/mono 
New |262637 | lang/mono6.8: Updating Mono 6 portage with a lang 
New |258709 | lang/mono6.8: cert-sync doesn't work on iocage st 

5 problems total for which you should take action.


[Bug 256342] devel/msbuild: default targets are unusable with lang/mono5.20 and lang/mono6.8

2023-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256342

--- Comment #6 from Marcin Cieślak  ---
(In reply to Jan Beich from comment #3)

I've checked this and the problems is that mono 6.8 macro files invoke method
GetPathsOfAllDirectoriesAbove added in
https://github.com/dotnet/msbuild/pull/4231 and first released in

https://github.com/dotnet/msbuild/releases/tag/v16.1.76.45076

we are still installing 15.8 pre-release as devel/msbuild

to reach parity with 6.8 we should have at least MSBuild 16.4 according to
https://www.mono-project.com/docs/about-mono/versioning/

Even for 5.20 we might find some issues, as it got released to use MSBuild 16.0

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 256342] devel/msbuild: default targets are unusable with lang/mono5.20 and lang/mono6.8

2023-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256342

--- Comment #7 from Marcin Cieślak  ---
Created attachment 244075
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244075&action=edit
0001-games-openra-compat-for-devel-msbuild-16.1.patch

Unbreak games/openra for lang/mono6.8 with devel/msbuild < 16.1

We could also try to patch the .editorconfig support
out of the Microsoft.Managed.Core.targets

-- 
You are receiving this mail because:
You are the assignee for the bug.