git: 8817b38e61e0 - main - emulators/yuzu: update to s20220423
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 00:31:45 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8817b38e61e0f7ff74df496cfc8e948bb01b2a8c
commit 8817b38e61e0f7ff74df496cfc8e948bb01b2a8c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-04-23 20:21:23 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-04-24 00:10:13 +0000
emulators/yuzu: update to s20220423
Changes: https://github.com/yuzu-emu/yuzu/compare/764e5c7fe...7f77aafe4
---
emulators/yuzu/Makefile | 4 ++--
emulators/yuzu/distinfo | 6 +++---
emulators/yuzu/files/patch-boost | 12 ++++++------
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 0329096dc1b3..c7432d0ce871 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yuzu
-PORTVERSION= s20220421
+PORTVERSION= s20220423
CATEGORIES= emulators
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@@ -40,7 +40,7 @@ TEST_DEPENDS= catch>0:devel/catch
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
-GH_TAGNAME= 764e5c7fe
+GH_TAGNAME= 7f77aafe4
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 64ba0fef3959..ed6791c79b89 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1650604919
+TIMESTAMP = 1650745283
SHA256 (yuzu/compatibility_list.json) = 6a73a63bb36c7070ec4314f4dfe61b244c819178e171254680aa43c2dfff187c
SIZE (yuzu/compatibility_list.json) = 1255189
-SHA256 (yuzu-emu-yuzu-s20220421-764e5c7fe_GH0.tar.gz) = 2ba58b9df4578ef6b173128f154a10120d0d8d6b68eafc4fca27d60373d7bf8f
-SIZE (yuzu-emu-yuzu-s20220421-764e5c7fe_GH0.tar.gz) = 4732053
+SHA256 (yuzu-emu-yuzu-s20220423-7f77aafe4_GH0.tar.gz) = 815c69ccf2697fc9c13f6fc4ef336dad9e2087933a8f519546594cb96eeb4bfb
+SIZE (yuzu-emu-yuzu-s20220423-7f77aafe4_GH0.tar.gz) = 4731806
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-boost b/emulators/yuzu/files/patch-boost
index 6f722966070c..6ef47fcc5fbb 100644
--- a/emulators/yuzu/files/patch-boost
+++ b/emulators/yuzu/files/patch-boost
@@ -10,14 +10,14 @@ Call Stack (most recent call first):
-- Could NOT find Boost: Found unsuitable version "1.72.0", but required is at least "1.73" (found /usr/local/include)
-- Packages boost/1.73.0 not found!
---- CMakeLists.txt.orig 2021-05-03 19:50:19 UTC
+--- CMakeLists.txt.orig 2022-04-23 20:21:23 UTC
+++ CMakeLists.txt
-@@ -202,7 +202,7 @@ macro(yuzu_find_packages)
+@@ -206,7 +206,7 @@ endmacro()
+ unset(FN_FORCE_REQUIRED)
endmacro()
- if (NOT YUZU_USE_BUNDLED_BOOST)
-- find_package(Boost 1.73.0 CONFIG COMPONENTS context headers QUIET)
-+ find_package(Boost 1.72.0 CONFIG COMPONENTS context headers QUIET)
- endif()
+-find_package(Boost 1.73.0 COMPONENTS context headers)
++find_package(Boost 1.72.0 COMPONENTS context headers)
if (Boost_FOUND)
set(Boost_LIBRARIES Boost::boost)
+ # Conditionally add Boost::context only if the active version of the Conan or system Boost package provides it