git: bb5255ef2232 - main - emulators/yuzu: update to s20211126

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 27 Nov 2021 00:35:16 UTC
The branch main has been updated by jbeich:

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

commit bb5255ef223214303f8d729b8eebfe4deaea4861
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-26 04:58:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-27 00:34:34 +0000

    emulators/yuzu: update to s20211126
    
    Changes:        https://github.com/yuzu-emu/yuzu/compare/cd6cf0422...157985f55
---
 emulators/yuzu/Makefile        | 4 ++--
 emulators/yuzu/distinfo        | 6 +++---
 emulators/yuzu/files/patch-fmt | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 3906ab9f7b50..8fe242376cb7 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yuzu
-PORTVERSION=	s20211124
+PORTVERSION=	s20211126
 PORTREVISION?=	0
 CATEGORIES=	emulators
 
@@ -33,7 +33,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	cd6cf0422
+GH_TAGNAME=	157985f55
 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.2.180:Vulkan_Headers/externals/Vulkan-Headers \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index adb51c881ac8..0d7e79bc6fa1 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1637750190
-SHA256 (yuzu-emu-yuzu-s20211124-cd6cf0422_GH0.tar.gz) = 6efbaba7b62e920837a601373afda9ed8de25b1c45be34e02a3cf17d64613685
-SIZE (yuzu-emu-yuzu-s20211124-cd6cf0422_GH0.tar.gz) = 4398607
+TIMESTAMP = 1637969920
+SHA256 (yuzu-emu-yuzu-s20211126-157985f55_GH0.tar.gz) = b6567e3c21ddca94df29e3d5e978a26ff038a9e2a34f4a5108880c6607aebdb4
+SIZE (yuzu-emu-yuzu-s20211126-157985f55_GH0.tar.gz) = 4398693
 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 d7134dfb9506..489750273dde 100644
--- a/emulators/yuzu/files/patch-fmt
+++ b/emulators/yuzu/files/patch-fmt
@@ -47,13 +47,13 @@ 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	2021-11-17 02:52:11 UTC
+--- CMakeLists.txt.orig	2021-11-26 04:58:49 UTC
 +++ CMakeLists.txt
 @@ -167,7 +167,6 @@ macro(yuzu_find_packages)
      set(REQUIRED_LIBS
      #    Cmake Pkg Prefix  Version     Conan Pkg
          "Catch2            2.13.7      catch2/2.13.7"
--        "fmt               8.0         fmt/8.0.0"
+-        "fmt               8.0.1       fmt/8.0.1"
          "lz4               1.8         lz4/1.9.2"
          "nlohmann_json     3.8         nlohmann_json/3.8.0"
          "ZLIB              1.2         zlib/1.2.11"