aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-26 04:58:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-19 00:18:38 +0000
commit04b816c059477b514daddce2ae98c22602abbaea (patch)
tree6b7b303bae32d7c0fba434a6b6f027f5dc1bd066
parent0b1e70732d65b6a0e23a8316b43a7a1d455d51d3 (diff)
downloadports-04b816c059477b514daddce2ae98c22602abbaea.tar.gz
ports-04b816c059477b514daddce2ae98c22602abbaea.zip
emulators/yuzu: update to s20211126
Changes: https://github.com/yuzu-emu/yuzu/compare/cd6cf0422...157985f55 (cherry picked from commit bb5255ef223214303f8d729b8eebfe4deaea4861)
-rw-r--r--emulators/yuzu/Makefile4
-rw-r--r--emulators/yuzu/distinfo6
-rw-r--r--emulators/yuzu/files/patch-fmt4
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 0e1293078311..ad6a9df344a9 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 2af13f03caf6..5e6ff7249201 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"