git: 84c39f23ebeb - main - emulators/rpcs3: update to 0.0.26.14775
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 00:59:36 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=84c39f23ebeb2701ebe563bba0bb73ba6e1d2866 commit 84c39f23ebeb2701ebe563bba0bb73ba6e1d2866 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-27 13:17:05 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-28 00:57:28 +0000 emulators/rpcs3: update to 0.0.26.14775 Changes: https://github.com/RPCS3/rpcs3/compare/c570fd03d1...f2155b49e2 --- emulators/rpcs3/Makefile | 4 ++-- emulators/rpcs3/distinfo | 6 +++--- emulators/rpcs3/files/patch-libc++13 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 0d67080585f3..98609880dda8 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.26-14764 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -gc570fd03d1 +DISTVERSION= 0.0.26-14775 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gf2155b49e2 CATEGORIES= emulators wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index 9a6fcfbcdd7c..535cddd9d27a 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1677367816 -SHA256 (RPCS3-rpcs3-v0.0.26-14764-gc570fd03d1_GH0.tar.gz) = 0acb7552193c30486cf868de1f39c711f218fedbabf51fa15eef36372737389f -SIZE (RPCS3-rpcs3-v0.0.26-14764-gc570fd03d1_GH0.tar.gz) = 8774790 +TIMESTAMP = 1677540623 +SHA256 (RPCS3-rpcs3-v0.0.26-14775-gf2155b49e2_GH0.tar.gz) = be6886fec9a0861bb706a600ec772aa787d73333ecf2531240d64d71cf30f518 +SIZE (RPCS3-rpcs3-v0.0.26-14775-gf2155b49e2_GH0.tar.gz) = 8774765 SHA256 (RPCS3-hidapi-hidapi-0.13.1-2-gecf1b62_GH0.tar.gz) = a45fdf93aeb913407f0e707769b3ee7ac58bef6d44e299065ea1df038261ac1c SIZE (RPCS3-hidapi-hidapi-0.13.1-2-gecf1b62_GH0.tar.gz) = 245283 SHA256 (RPCS3-llvm-mirror-9b52b6c39ae9_GH0.tar.gz) = 9df78a8282453a0e1a3653664ef11ef47b8ab4d2b86e486922770ed2240788b0 diff --git a/emulators/rpcs3/files/patch-libc++13 b/emulators/rpcs3/files/patch-libc++13 index 2b4e252c1987..b4f61b5f22b4 100644 --- a/emulators/rpcs3/files/patch-libc++13 +++ b/emulators/rpcs3/files/patch-libc++13 @@ -1,4 +1,4 @@ -Drop after FreeBSD 13.1/12.4 EOL around 2023-12-31. +Drop after FreeBSD 12.4 EOL around 2023-12-31. Utilities/Config.cpp:194:23: error: no matching function for call to 'to_chars' if (auto [ptr, ec] = std::to_chars(str.data(), str.data() + str.size(), value, std::chars_format::fixed); ec == std::errc())