git: 636fd79c8420 - main - emulators/yuzu: update to s20220109
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 00:52:49 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=636fd79c84207b08c1bcb05a128b496206e52998 commit 636fd79c84207b08c1bcb05a128b496206e52998 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-10 02:29:59 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-11 00:52:35 +0000 emulators/yuzu: update to s20220109 Changes: https://github.com/yuzu-emu/yuzu/compare/acbfb0083...b3308830b --- 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 580a5f3b3d2b..1e69008da319 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20220108 +PORTVERSION= s20220109 PORTREVISION?= 0 CATEGORIES= emulators .if make(makesum) @@ -43,7 +43,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= acbfb0083 +GH_TAGNAME= b3308830b 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.202:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index af6f687ed273..2bc704054dc7 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1641678099 +TIMESTAMP = 1641781799 SHA256 (yuzu/compatibility_list.json) = d0e2b865f30b815d1fb42c32be533f663d79df51497a8197e4bbad112e36498e SIZE (yuzu/compatibility_list.json) = 1255228 -SHA256 (yuzu-emu-yuzu-s20220108-acbfb0083_GH0.tar.gz) = 438115f232917a48c73907f5c2860748a419600dd1b79375a3b348d010a22d32 -SIZE (yuzu-emu-yuzu-s20220108-acbfb0083_GH0.tar.gz) = 4484480 +SHA256 (yuzu-emu-yuzu-s20220109-b3308830b_GH0.tar.gz) = c3716fcfc5dc39b3556e94455536cbcfedd313bea36f85393eefe0af313870fe +SIZE (yuzu-emu-yuzu-s20220109-b3308830b_GH0.tar.gz) = 4485018 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 489750273dde..cd85017cb2c3 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-26 04:58:49 UTC +--- CMakeLists.txt.orig 2022-01-10 02:29:59 UTC +++ CMakeLists.txt -@@ -167,7 +167,6 @@ macro(yuzu_find_packages) +@@ -169,7 +169,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.1 fmt/8.0.1" +- "fmt 8.0.1 fmt/8.1.1" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11"