Bug 281221

Summary: emulators/ares: update to v140
Product: Ports & Packages Reporter: Stefan Schlosser <bsdcode>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: Closed FIXED    
Severity: Affects Some People CC: vvd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://ares-emu.net/news/ares-v140-released
Attachments:
Description Flags
update to v140 bsdcode: maintainer-approval+

Description Stefan Schlosser 2024-09-03 10:57:10 UTC
Created attachment 253290 [details]
update to v140

Release note:
https://ares-emu.net/news/ares-v140-released

Starting with version v140, emulators/ares will track release versions instead
of development versions.

The port applies an upstreamed patch to version v140, which resolves the issues
with NVIDIA GPUs. This obsoletes the NVIDIA port option.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-03 18:37:20 UTC
Don't need this:
GH_TAGNAME=	efb7f61
if repo have tag same as DISTVERSION.
Need "DISTVERSIONPREFIX=    v" instead - tag name is "v140".
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-03 18:42:09 UTC
(In reply to Vladimir Druzenko from comment #1)
Oh… You did this in patch…
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-09-03 18:56:51 UTC
A commit in branch main references this bug:

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

commit f162675ecbeed6c01c00fb9e3841bdc2a8aab59e
Author:     Stefan Schlosser <bsdcode@disroot.org>
AuthorDate: 2024-09-03 18:51:13 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-03 18:53:27 +0000

    emulators/ares: Update 139.20240825 → 140

    Release note:
    https://ares-emu.net/news/ares-v140-released

    Starting with version v140, emulators/ares will track release versions
    instead of development versions.

    The port applies an upstreamed patch to version v140, which resolves
    the issues with NVIDIA GPUs. This obsoletes the NVIDIA port option.

    PR:     281221

 emulators/ares/Makefile                              | 20 ++++++++++++--------
 emulators/ares/distinfo                              |  8 +++++---
 ...res_n64_vulkan_parallel-rdp_util_timer.cpp (gone) | 13 -------------
 ..._n64_vulkan_parallel-rdp_vulkan_device.cpp (gone) | 13 -------------
 emulators/ares/pkg-message                           |  9 ---------
 5 files changed, 17 insertions(+), 46 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-03 19:05:11 UTC
Thanks.