Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 00:16:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558248 - in head/emulators/yuzu: . files
Message-ID:  <202012170016.0BH0GAuX039773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec 17 00:16:09 2020
New Revision: 558248
URL: https://svnweb.freebsd.org/changeset/ports/558248

Log:
  emulators/yuzu: update to s20201215
  
  Changes:	https://github.com/yuzu-emu/yuzu/compare/df6427d30...ac3b4f918

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)
  head/emulators/yuzu/distinfo   (contents, props changed)
  head/emulators/yuzu/files/patch-boost   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Thu Dec 17 00:16:03 2020	(r558247)
+++ head/emulators/yuzu/Makefile	Thu Dec 17 00:16:09 2020	(r558248)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	yuzu
-PORTVERSION=	s20201214
+PORTVERSION=	s20201215
 PORTREVISION?=	0
 CATEGORIES=	emulators
 
@@ -35,7 +35,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuzu-emu
-GH_TAGNAME=	df6427d30
+GH_TAGNAME=	ac3b4f918
 GH_TUPLE=	DarkLordZach:mbedtls:a280e60: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 \

Modified: head/emulators/yuzu/distinfo
==============================================================================
--- head/emulators/yuzu/distinfo	Thu Dec 17 00:16:03 2020	(r558247)
+++ head/emulators/yuzu/distinfo	Thu Dec 17 00:16:09 2020	(r558248)
@@ -1,8 +1,8 @@
-TIMESTAMP = 1607990918
+TIMESTAMP = 1608095705
 SHA256 (libcxx-10.0.1.src.tar.xz) = def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c
 SIZE (libcxx-10.0.1.src.tar.xz) = 1839172
-SHA256 (yuzu-emu-yuzu-s20201214-df6427d30_GH0.tar.gz) = 4eca1a122ab52024fc9a467183c5354a0a311baf079e54ff8969105c8f62b531
-SIZE (yuzu-emu-yuzu-s20201214-df6427d30_GH0.tar.gz) = 4057966
+SHA256 (yuzu-emu-yuzu-s20201215-ac3b4f918_GH0.tar.gz) = 2bbde5f1e0f3b5b04826458c447d05d1746fcfaeaf627cdbeb025d6ae4206748
+SIZE (yuzu-emu-yuzu-s20201215-ac3b4f918_GH0.tar.gz) = 4058823
 SHA256 (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 4fc6ddc256bc75b975fd5ad8bb7d31ff79c62d49daafb0108585c9ef80c6c5a7
 SIZE (DarkLordZach-mbedtls-a280e60_GH0.tar.gz) = 2283313
 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff

Modified: head/emulators/yuzu/files/patch-boost
==============================================================================
--- head/emulators/yuzu/files/patch-boost	Thu Dec 17 00:16:03 2020	(r558247)
+++ head/emulators/yuzu/files/patch-boost	Thu Dec 17 00:16:09 2020	(r558248)
@@ -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-13 07:42:14 UTC
+--- CMakeLists.txt.orig	2020-12-16 05:15:05 UTC
 +++ CMakeLists.txt
-@@ -195,7 +195,7 @@ macro(yuzu_find_packages)
+@@ -194,7 +194,7 @@ macro(yuzu_find_packages)
+     unset(FN_FORCE_REQUIRED)
  endmacro()
  
- if (NOT Boost_FOUND)
--    find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
-+    find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
-     if (Boost_FOUND)
-         set(Boost_LIBRARIES Boost::boost Boost::context)
-     endif()
+-find_package(Boost 1.73.0 COMPONENTS context headers QUIET)
++find_package(Boost 1.72.0 COMPONENTS context headers QUIET)
+ 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?202012170016.0BH0GAuX039773>