svn commit: r533594 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Sat May 2 00:54:05 UTC 2020


Author: jbeich
Date: Sat May  2 00:54:02 2020
New Revision: 533594
URL: https://svnweb.freebsd.org/changeset/ports/533594

Log:
  emulators/yuzu: unbreak on FreeBSD < 12.2/13 after r533221
  
  In file included from src/video_core/renderer_opengl/gl_buffer_cache.cpp:15:
  In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:26:
  In file included from src/./video_core/renderer_opengl/gl_fence_manager.h:11:
  src/./video_core/fence_manager.h:91:32: error: use 'template' keyword to treat 'Write' as a dependent template name
                  memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
                                 ^
                                 template
  src/./video_core/fence_manager.h:137:32: error: use 'template' keyword to treat 'Write' as a dependent template name
                  memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload());
                                 ^
                                 template
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)
  head/emulators/yuzu/distinfo   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Sat May  2 00:53:55 2020	(r533593)
+++ head/emulators/yuzu/Makefile	Sat May  2 00:54:02 2020	(r533594)
@@ -5,6 +5,9 @@ PORTVERSION=	s20200427
 PORTREVISION?=	0
 CATEGORIES=	emulators
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	b4d0724a63e0.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/3859
+
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Nintendo Switch emulator/debugger
 

Modified: head/emulators/yuzu/distinfo
==============================================================================
--- head/emulators/yuzu/distinfo	Sat May  2 00:53:55 2020	(r533593)
+++ head/emulators/yuzu/distinfo	Sat May  2 00:54:02 2020	(r533594)
@@ -39,3 +39,5 @@ SHA256 (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_
 SIZE (weidai11-cryptopp-CRYPTOPP_7_0_0-23-gf320e7d9_GH0.tar.gz) = 7209489
 SHA256 (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = a5169e4de7266dca46f8fe08cdc3b9d331c14eaaffc7d9d8abc02d70c4f555da
 SIZE (xiph-opus-v1.3.1-4-gad8fe90d_GH0.tar.gz) = 828993
+SHA256 (b4d0724a63e0.patch) = 23d4e9c5a015fe6d022bc98224d3e2a9e9c0694c526486f544ae82809bfdcd0c
+SIZE (b4d0724a63e0.patch) = 2360


More information about the svn-ports-head mailing list