git: 6fe033573886 - main - emulators/rpcs3: unbreak on aarch64 after ee309cdf6c6f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 18:59:04 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe033573886679dc6725227d9b2d63399839bf8 commit 6fe033573886679dc6725227d9b2d63399839bf8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-09-04 18:52:48 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-09-04 18:57:18 +0000 emulators/rpcs3: unbreak on aarch64 after ee309cdf6c6f rpcs3/Emu/Cell/PPUThread.cpp:713:19: error: no member named 'r32' in 'asmjit::arm::Gp' c.ldr(args[1].r32(), arm::ptr(imm_address)); ~~~~~~~ ^ Reported by: pkg-fallout --- emulators/rpcs3/Makefile | 3 +++ emulators/rpcs3/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 3851d04ccd68..05e4c209b7e7 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -4,6 +4,9 @@ DISTVERSION= 0.0.24-14112 # git rev-list --count HEAD DISTVERSIONSUFFIX= -g64579eef7e CATEGORIES= emulators wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 290226539f67.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/12606 + MAINTAINER= jbeich@FreeBSD.org COMMENT= PS3 emulator/debugger diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index e6e899ebc48a..97f2473fb6f2 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -23,3 +23,5 @@ SHA256 (wolfSSL-wolfssl-v5.4.0-stable_GH0.tar.gz) = dc36cc19dad197253e5c2ecaa490 SIZE (wolfSSL-wolfssl-v5.4.0-stable_GH0.tar.gz) = 20972285 SHA256 (llvm-llvm-project-llvmorg-13.0.1-rc1_GH0.tar.gz) = c9411f1882eaf0c190fd5b412deb0bd7dba61a48df243d3408298cc6f53b6921 SIZE (llvm-llvm-project-llvmorg-13.0.1-rc1_GH0.tar.gz) = 147284646 +SHA256 (290226539f67.patch) = af2efd9ff89b9ed4960d54cc10389b229a1033f8aceaabc1f833707345085f0e +SIZE (290226539f67.patch) = 1544