From owner-svn-ports-all@freebsd.org Sat May 2 00:54:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 263642B5BBB; Sat, 2 May 2020 00:54:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DVxS2ZC5z4LYQ; Sat, 2 May 2020 00:54:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE0A0192C6; Sat, 2 May 2020 00:54:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0420s2Bi025115; Sat, 2 May 2020 00:54:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0420s2R2025113; Sat, 2 May 2020 00:54:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202005020054.0420s2R2025113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 May 2020 00:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533594 - head/emulators/yuzu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/yuzu X-SVN-Commit-Revision: 533594 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 00:54:05 -0000 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(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(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@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