Date: Thu, 18 Nov 2021 00:55:21 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8453bd72cfde - 2021Q4 - emulators/yuzu: update to s20211117 Message-ID: <202111180055.1AI0tLhN021499@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8453bd72cfde5f914f70306088b4a69b97e0c46d commit 8453bd72cfde5f914f70306088b4a69b97e0c46d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-17 02:52:11 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-18 00:55:17 +0000 emulators/yuzu: update to s20211117 Changes: https://github.com/yuzu-emu/yuzu/compare/720970c4c...71313509f (cherry picked from commit 6cf89863b4a4c7cbdfa3fa0a444f01de86e2cd43) --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- emulators/yuzu/files/patch-fmt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 4119b618aa63..2e9697cebd39 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20211114 +PORTVERSION= s20211116 PORTREVISION?= 0 CATEGORIES= emulators @@ -33,7 +33,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 720970c4c +GH_TAGNAME= 71313509f 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 3990a2b1e2fc..9369046f3bad 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1636927436 -SHA256 (yuzu-emu-yuzu-s20211114-720970c4c_GH0.tar.gz) = c6afbaf7fbfa01e9ba33a0158ca232d90f4bf37ef435b7a890093caf53414aa7 -SIZE (yuzu-emu-yuzu-s20211114-720970c4c_GH0.tar.gz) = 4324684 +TIMESTAMP = 1637117531 +SHA256 (yuzu-emu-yuzu-s20211116-71313509f_GH0.tar.gz) = f64b77908c05c37af5bf1eda22f9186dcbad4061f55e6574ef13cefe4785c6e5 +SIZE (yuzu-emu-yuzu-s20211116-71313509f_GH0.tar.gz) = 4393298 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 df45d082e72e..d7134dfb9506 100644 --- a/emulators/yuzu/files/patch-fmt +++ b/emulators/yuzu/files/patch-fmt @@ -47,12 +47,12 @@ 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-04-17 06:14:44 UTC +--- CMakeLists.txt.orig 2021-11-17 02:52:11 UTC +++ CMakeLists.txt -@@ -166,7 +166,6 @@ macro(yuzu_find_packages) +@@ -167,7 +167,6 @@ macro(yuzu_find_packages) set(REQUIRED_LIBS # Cmake Pkg Prefix Version Conan Pkg - "Catch2 2.13 catch2/2.13.0" + "Catch2 2.13.7 catch2/2.13.7" - "fmt 8.0 fmt/8.0.0" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111180055.1AI0tLhN021499>