git: 9f3b835b5960 - main - emulators/rpcs3: unbreak build on aarch64 after ee309cdf6c6f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jan 2023 14:45:55 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f3b835b596086e4def2fc1dc9c8d56e6253fb6d commit 9f3b835b596086e4def2fc1dc9c8d56e6253fb6d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-19 14:34:13 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-19 14:36:51 +0000 emulators/rpcs3: unbreak build on aarch64 after ee309cdf6c6f Utilities/Thread.cpp:1799:48: error: comparison of integers of different signs: 'uptr' (aka 'unsigned long') and '__register_t' (aka 'long') [-Werror,-Wsign-compare] const bool is_executing = uptr(info->si_addr) == RIP(context); ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ 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 81624a830550..08e776a234e4 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -4,6 +4,9 @@ DISTVERSION= 0.0.26-14584 # git rev-list --count HEAD DISTVERSIONSUFFIX= -gc3c2bb7ad8 CATEGORIES= emulators wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= b0ee533b3216.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/13257 + MAINTAINER= jbeich@FreeBSD.org COMMENT= PS3 emulator/debugger WWW= https://rpcs3.net/ diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index 3519ab7cee8d..0171838f9c0f 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -23,5 +23,7 @@ SHA256 (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = c34b74b5f689fac7becb05583b04 SIZE (wolfSSL-wolfssl-v5.5.0-stable_GH0.tar.gz) = 18814382 SHA256 (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 09c50d558bd975c41157364421820228df66632802a4a6a7c9c17f86a7340802 SIZE (llvm-llvm-project-llvmorg-13.0.1_GH0.tar.gz) = 147290251 +SHA256 (b0ee533b3216.patch) = 74e0c849a404397b77cde8c8f6897955783482a8a0d0aad6320b2a17d79fa3ea +SIZE (b0ee533b3216.patch) = 1266 SHA256 (25b09e565729.patch) = f8f1e1f759c515e5ffcb3d59a0d0872e0d70a747da23e29c6e1bed4826927150 SIZE (25b09e565729.patch) = 98323