aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-27 13:17:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-28 00:57:28 +0000
commit84c39f23ebeb2701ebe563bba0bb73ba6e1d2866 (patch)
tree249d60dc3db3da670b1c69b81d59c7885d012ed0 /emulators
parentbe7d8bdd8ad587194c87a9b78800c6488446d0f0 (diff)
downloadports-84c39f23ebeb2701ebe563bba0bb73ba6e1d2866.tar.gz
ports-84c39f23ebeb2701ebe563bba0bb73ba6e1d2866.zip
emulators/rpcs3: update to 0.0.26.14775
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rpcs3/Makefile4
-rw-r--r--emulators/rpcs3/distinfo6
-rw-r--r--emulators/rpcs3/files/patch-libc++132
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())