aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-03 19:50:19 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-04 00:52:06 +0000
commit460c92731f8862f2a1fcefc1bc37bdce51bd185a (patch)
tree2b5a68cb6375dafaddc711863afe92db4c88fde5 /emulators
parentb64d5674828f165552bbf592f8fa86a10040cd51 (diff)
downloadports-460c92731f8862f2a1fcefc1bc37bdce51bd185a.tar.gz
ports-460c92731f8862f2a1fcefc1bc37bdce51bd185a.zip
emulators/yuzu: update to s20210503
Diffstat (limited to 'emulators')
-rw-r--r--emulators/yuzu/Makefile4
-rw-r--r--emulators/yuzu/distinfo6
-rw-r--r--emulators/yuzu/files/patch-boost6
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index ada7f235cfd1..39f062132be0 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yuzu
-PORTVERSION= s20210430
+PORTVERSION= s20210503
PORTREVISION?= 0
CATEGORIES= emulators
@@ -42,7 +42,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \
USE_GITHUB= yes
GH_ACCOUNT= yuzu-emu
-GH_TAGNAME= fa3ffff8d
+GH_TAGNAME= df51eb9bd
GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-52-geac2416b8:mbedtls/externals/mbedtls \
KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \
KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 5b4902a65a16..8f3fb85b0e5c 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1619819312
-SHA256 (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = d76a7c53b188b9557e7895641aa1f2fcb435ef156483722d565a9b6bf7419ff4
-SIZE (yuzu-emu-yuzu-s20210430-fa3ffff8d_GH0.tar.gz) = 3821625
+TIMESTAMP = 1620083068
+SHA256 (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3a119fe644666a25fa18ffaeba33a29cea4f9cbc82e0c09a3f8900758e5b50f1
+SIZE (yuzu-emu-yuzu-s20210503-df51eb9bd_GH0.tar.gz) = 3821954
SHA256 (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 8d3b480b4121feaa30f12fdec06de741775465454610202363edaf7564d4f3bb
SIZE (yuzu-emu-mbedtls-v2.16.9-52-geac2416b8_GH0.tar.gz) = 2676404
SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff
diff --git a/emulators/yuzu/files/patch-boost b/emulators/yuzu/files/patch-boost
index 4d86a1e37dbd..6f722966070c 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-04-23 22:48:47 UTC
+--- CMakeLists.txt.orig 2021-05-03 19:50:19 UTC
+++ CMakeLists.txt
@@ -202,7 +202,7 @@ macro(yuzu_find_packages)
endmacro()
if (NOT YUZU_USE_BUNDLED_BOOST)
-- find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
-+ find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
+- find_package(Boost 1.73.0 CONFIG COMPONENTS context headers QUIET)
++ find_package(Boost 1.72.0 CONFIG COMPONENTS context headers QUIET)
endif()
if (Boost_FOUND)
set(Boost_LIBRARIES Boost::boost)