Bug 291049 - emulators/wine-devel: Update to 10.19
Summary: emulators/wine-devel: Update to 10.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-16 23:01 UTC by Thibault Payet
Modified: 2025-11-17 02:42 UTC (History)
1 user (show)

See Also:


Attachments
git formated patch (6.12 KB, patch)
2025-11-16 23:01 UTC, Thibault Payet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thibault Payet 2025-11-16 23:01:54 UTC
Created attachment 265457 [details]
git formated patch

While there, order GECKO and MONO option to the end. And put a comment about it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-17 02:40:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b3547710ed9179d2447f63a783c8b757800ec433

commit b3547710ed9179d2447f63a783c8b757800ec433
Author:     Thibault Payet <monwarez@mailoo.org>
AuthorDate: 2025-11-17 02:36:29 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-17 02:36:29 +0000

    emulators/wine-devel: Update 10.18 => 10.19

    Changelog:
    - Support for reparse points.
    - More support for WinRT exceptions.
    - Refactoring of Common Controls after the v5/v6 split.
    - Typed Arrays support in JScript.
    - Various bug fixes.
    https://gitlab.winehq.org/wine/wine/-/releases/wine-10.19

    Remove files/patch-dlls_ntdll_unix_signal__i386.c since the issue was
    fixed upstream.

    Re-order GECKO and MONO at the end.

    PR:     291049

 emulators/wine-devel/Makefile                              |  7 ++++---
 emulators/wine-devel/distinfo                              |  6 +++---
 .../wine-devel/files/extra-patch-tools-winebuild-res32     | 14 +++++++-------
 .../files/patch-dlls_ntdll_unix_signal__i386.c (gone)      | 11 -----------
 emulators/wine-devel/pkg-plist                             |  1 +
 5 files changed, 15 insertions(+), 24 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-17 02:42:31 UTC
Thanks.