Bug 281221 - emulators/ares: update to v140
Summary: emulators/ares: update to v140
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: https://ares-emu.net/news/ares-v140-r...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-03 10:57 UTC by Stefan Schlosser
Modified: 2024-09-03 19:05 UTC (History)
1 user (show)

See Also:


Attachments
update to v140 (6.66 KB, patch)
2024-09-03 10:57 UTC, Stefan Schlosser
bsdcode: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.