Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 00:41:57 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50765730204f - main - emulators/yuzu: update to s20210423
Message-ID:  <202104240041.13O0fvsR090942@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50765730204f4904b81896bf5388fd4e9d3753e3

commit 50765730204f4904b81896bf5388fd4e9d3753e3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-04-23 22:48:47 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-04-24 00:39:33 +0000

    emulators/yuzu: update to s20210423
    
    Changes:        https://github.com/yuzu-emu/yuzu/compare/607ff3489...2e268abe4
---
 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 004b72dd1c86..1c8eee05e26a 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yuzu
-PORTVERSION=	s20210421
+PORTVERSION=	s20210423
 PORTREVISION?=	0
 CATEGORIES=	emulators
 
@@ -42,7 +42,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	607ff3489
+GH_TAGNAME=	2e268abe4
 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 600fbea488f1..f2e37eb43e8f 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1619040993
-SHA256 (yuzu-emu-yuzu-s20210421-607ff3489_GH0.tar.gz) = c890653a4723cc8751d222e701ed097bb5df26d9d8a203561774c63d21cc84ce
-SIZE (yuzu-emu-yuzu-s20210421-607ff3489_GH0.tar.gz) = 3795852
+TIMESTAMP = 1619218127
+SHA256 (yuzu-emu-yuzu-s20210423-2e268abe4_GH0.tar.gz) = 688b38988001fccf3e55422400fd3f80fef55546fe9c8d7f76105976b99f3015
+SIZE (yuzu-emu-yuzu-s20210423-2e268abe4_GH0.tar.gz) = 3795961
 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 74ff53293b46..4d86a1e37dbd 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	2020-12-16 05:15:05 UTC
+--- CMakeLists.txt.orig	2021-04-23 22:48:47 UTC
 +++ CMakeLists.txt
-@@ -194,7 +194,7 @@ macro(yuzu_find_packages)
-     unset(FN_FORCE_REQUIRED)
+@@ -202,7 +202,7 @@ macro(yuzu_find_packages)
  endmacro()
  
--find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
-+find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
+ 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)
+ endif()
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104240041.13O0fvsR090942>