git: 5e328da994bd - main - emulators/rpcs3: update to 0.0.16.12309
Jan Beich
jbeich at FreeBSD.org
Tue May 25 12:25:28 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5e328da994bd07697924d4d61d95953a76613f20
commit 5e328da994bd07697924d4d61d95953a76613f20
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-25 07:04:49 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-25 12:25:20 +0000
emulators/rpcs3: update to 0.0.16.12309
Changes: https://github.com/RPCS3/rpcs3/compare/9ba3e6d3f...ac5907307
---
emulators/rpcs3/Makefile | 4 +--
emulators/rpcs3/distinfo | 6 ++---
.../rpcs3/files/patch-rpcs3_util_vm__native.cpp | 30 ----------------------
3 files changed, 5 insertions(+), 35 deletions(-)
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index e2f57a021c96..c2aa6995ba8b 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
-DISTVERSION= 0.0.16-12307 # git rev-list --count HEAD
-DISTVERSIONSUFFIX= -g9ba3e6d3f
+DISTVERSION= 0.0.16-12309 # git rev-list --count HEAD
+DISTVERSIONSUFFIX= -gac5907307
CATEGORIES= emulators
MAINTAINER= jbeich at FreeBSD.org
diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo
index 9dad7c72e88e..3daf91ddb118 100644
--- a/emulators/rpcs3/distinfo
+++ b/emulators/rpcs3/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1621887366
-SHA256 (RPCS3-rpcs3-v0.0.16-12307-g9ba3e6d3f_GH0.tar.gz) = 045ad981bcf33af37d63c9a04da30693360921afb5d854f3bac860ab182698bb
-SIZE (RPCS3-rpcs3-v0.0.16-12307-g9ba3e6d3f_GH0.tar.gz) = 8057308
+TIMESTAMP = 1621929885
+SHA256 (RPCS3-rpcs3-v0.0.16-12309-gac5907307_GH0.tar.gz) = 49ec342879fb0e5c2102541a7a3a739d143432ebac574e2f85656059f989a2d2
+SIZE (RPCS3-rpcs3-v0.0.16-12309-gac5907307_GH0.tar.gz) = 8057478
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391
SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964
diff --git a/emulators/rpcs3/files/patch-rpcs3_util_vm__native.cpp b/emulators/rpcs3/files/patch-rpcs3_util_vm__native.cpp
deleted file mode 100644
index 013df4bb0fa3..000000000000
--- a/emulators/rpcs3/files/patch-rpcs3_util_vm__native.cpp
+++ /dev/null
@@ -1,30 +0,0 @@
-https://github.com/RPCS3/rpcs3/issues/10334
-
---- rpcs3/util/vm_native.cpp.orig 2021-05-24 15:21:52 UTC
-+++ rpcs3/util/vm_native.cpp
-@@ -432,24 +432,7 @@ namespace utils
-
- // Truncate file since it may be dirty (fool-proof)
- ensure(::ftruncate(m_file, 0) >= 0);
-- ensure(::ftruncate(m_file, 0x10000) >= 0);
-- stats.st_size = 0x10000;
--
--#ifdef SEEK_DATA
-- errno = EINVAL;
-- if (stats.st_blocks && ::lseek(m_file, 0, SEEK_DATA) ^ stats.st_size && errno != ENXIO)
-- {
-- fmt::throw_exception("Failed to initialize sparse file in '%s'\n"
-- "It seems this filesystem doesn't support sparse files (%d).\n",
-- storage.empty() ? fs::get_cache_dir().c_str() : storage.c_str(), +errno);
-- }
--#endif
--
-- if (stats.st_size ^ m_size)
-- {
-- // Fix file size
-- ensure(::ftruncate(m_file, m_size) >= 0);
-- }
-+ ensure(::ftruncate(m_file, m_size) >= 0);
- #endif
- }
-
More information about the dev-commits-ports-all
mailing list