Date: Wed, 1 Jul 2020 13:31:41 +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: r540961 - head/emulators/yuzu Message-ID: <202007011331.061DVfBr017533@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Jul 1 13:31:40 2020 New Revision: 540961 URL: https://svnweb.freebsd.org/changeset/ports/540961 Log: emulators/yuzu: apply mainline crash workarounds From https://github.com/yuzu-emu/yuzu-mainline/releases/tag/mainline-0-297 Modified: head/emulators/yuzu/Makefile (contents, props changed) head/emulators/yuzu/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Wed Jul 1 13:28:11 2020 (r540960) +++ head/emulators/yuzu/Makefile Wed Jul 1 13:31:40 2020 (r540961) @@ -6,6 +6,9 @@ PORTREVISION?= 0 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 905e8016a04e.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1340 +PATCHFILES+= 34635a42c0b3.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703 +PATCHFILES+= 1adf640d3725.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/1703 PATCHFILES+= e6085ea35f0b.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= 3b1683a15261.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4208 PATCHFILES+= dda90ce1c249.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/4209 Modified: head/emulators/yuzu/distinfo ============================================================================== --- head/emulators/yuzu/distinfo Wed Jul 1 13:28:11 2020 (r540960) +++ head/emulators/yuzu/distinfo Wed Jul 1 13:31:40 2020 (r540961) @@ -23,6 +23,12 @@ SHA256 (kinetiknz-cubeb-cubeb-0.2-1194-g616d773_GH0.ta SIZE (kinetiknz-cubeb-cubeb-0.2-1194-g616d773_GH0.tar.gz) = 195355 SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364c3e33261707d4b669e1c669ca3818d7b9515c15fe0befd9df3f1f00a SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342 +SHA256 (905e8016a04e.patch) = cecc02f098917ee236ace0a350f37a9ffbb4aae92232f6c105a520476f7b23b5 +SIZE (905e8016a04e.patch) = 2545 +SHA256 (34635a42c0b3.patch) = be502191f192ef47b05e476e76302003487259ebdb1f05a6af65ef79699c5fd6 +SIZE (34635a42c0b3.patch) = 14175 +SHA256 (1adf640d3725.patch) = 96062963c5bf4f534cdc72f7c9ce9bbe399da1be957c195e5ab12899621e14dd +SIZE (1adf640d3725.patch) = 2268 SHA256 (e6085ea35f0b.patch) = c5b49c4512bb88f1aca85b10341f4d5f587af940026c4b52a461de101f07957b SIZE (e6085ea35f0b.patch) = 1867 SHA256 (3b1683a15261.patch) = dbc7f2c628527b487ff3cfa93c0a8ad899b38a16eb68c3baec8974ff956a17e7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007011331.061DVfBr017533>