git: 15d187fd586f - main - emulators/yuzu: update to s20221130

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 01 Dec 2022 00:44:03 UTC
The branch main has been updated by jbeich:

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

commit 15d187fd586f298ce1110dbdeb1cdc8160ad2d6c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-30 15:41:32 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-01 00:43:54 +0000

    emulators/yuzu: update to s20221130
    
    Changes:        https://github.com/yuzu-emu/yuzu/compare/bbb963a31...4e89979c8
---
 emulators/yuzu/Makefile        |  4 ++--
 emulators/yuzu/distinfo        | 10 +++++-----
 emulators/yuzu/files/patch-fmt | 13 +++++++++++--
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index b10398d31ed7..e5b9cbdc12d2 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yuzu
-PORTVERSION=	s20221128
+PORTVERSION=	s20221130
 CATEGORIES=	emulators
 .if make(makesum)
 MASTER_SITES=	https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@@ -38,7 +38,7 @@ TEST_DEPENDS=	catch>0:devel/catch
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	bbb963a31
+GH_TAGNAME=	4e89979c8
 GH_TUPLE=	yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
 		KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-32-ga3fdfe8:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
 		KhronosGroup:Vulkan-Headers:v1.3.213:Vulkan_Headers/externals/Vulkan-Headers \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index a36c34ecc479..7a237f9c5e96 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1669682085
-SHA256 (yuzu-s20221128/compatibility_list.json) = b9d7c2b6dc4757a494463f92dfb5d358c47051d9dc77140e9587febdcf32cb5a
-SIZE (yuzu-s20221128/compatibility_list.json) = 1639294
-SHA256 (yuzu-emu-yuzu-s20221128-bbb963a31_GH0.tar.gz) = b6615c109d51043e9a4a358bdc7c6fa336ae19154160948a823b707edbd4d4ff
-SIZE (yuzu-emu-yuzu-s20221128-bbb963a31_GH0.tar.gz) = 5253548
+TIMESTAMP = 1669822892
+SHA256 (yuzu-s20221130/compatibility_list.json) = b9d7c2b6dc4757a494463f92dfb5d358c47051d9dc77140e9587febdcf32cb5a
+SIZE (yuzu-s20221130/compatibility_list.json) = 1639294
+SHA256 (yuzu-emu-yuzu-s20221130-4e89979c8_GH0.tar.gz) = d2ad9c74b26fd628bc3dc4d597904d81789365bed826604172bca75bb6cf501d
+SIZE (yuzu-emu-yuzu-s20221130-4e89979c8_GH0.tar.gz) = 5253973
 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
 SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-32-ga3fdfe8_GH0.tar.gz) = bd629d6296dd374eb2aeff923c75895ba0f3ce6448dad89763930e65b954e0cb
diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt
index b296a8773283..db48214fc9d5 100644
--- a/emulators/yuzu/files/patch-fmt
+++ b/emulators/yuzu/files/patch-fmt
@@ -47,9 +47,18 @@ microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR6Opcod
 microinstruction.cpp:(.text._ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE[_ZN3fmt2v76detail12format_valueIcN8Dynarmic2IR4TypeEEEvRNS1_6bufferIT_EERKT0_NS1_10locale_refE]+0x10f): undefined reference to `std::locale fmt::v7::detail::locale_ref::get<std::locale>() const'
 collect2: error: ld returned 1 exit status
 
---- CMakeLists.txt.orig	2022-11-04 05:21:58 UTC
+--- CMakeLists.txt.orig	2022-11-30 15:41:32 UTC
 +++ CMakeLists.txt
-@@ -175,7 +175,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DI
+@@ -1,7 +1,7 @@
+ # SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+ # SPDX-License-Identifier: GPL-2.0-or-later
+ 
+-cmake_minimum_required(VERSION 3.22)
++cmake_minimum_required(VERSION 3.15)
+ 
+ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
+ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/externals/cmake-modules")
+@@ -180,7 +179,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DI
  # System imported libraries
  # =======================================================================