Date: Tue, 21 Jul 2020 00:40:57 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542679 - in head/emulators/rpcs3: . files Message-ID: <202007210040.06L0evN0096277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jul 21 00:40:56 2020 New Revision: 542679 URL: https://svnweb.freebsd.org/changeset/ports/542679 Log: emulators/rpcs3: update to 0.0.11.10669 Changes: https://github.com/RPCS3/rpcs3/compare/e70e534bf...f8d2d8ca1 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) head/emulators/rpcs3/files/patch-libc++8 (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Tue Jul 21 00:40:50 2020 (r542678) +++ head/emulators/rpcs3/Makefile Tue Jul 21 00:40:56 2020 (r542679) @@ -2,12 +2,9 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.11-10657 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -ge70e534bf +DISTVERSION= 0.0.11-10669 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gf8d2d8ca1 CATEGORIES= emulators - -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 9bf356212166.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/8584 MAINTAINER= jbeich@FreeBSD.org COMMENT= PS3 emulator/debugger Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Tue Jul 21 00:40:50 2020 (r542678) +++ head/emulators/rpcs3/distinfo Tue Jul 21 00:40:56 2020 (r542679) @@ -1,6 +1,6 @@ -TIMESTAMP = 1594685295 -SHA256 (RPCS3-rpcs3-v0.0.11-10657-ge70e534bf_GH0.tar.gz) = c50a82f983a3ec0e1fd14779f9a07a06e7f67f5a5d00d3f5e2721beaf15fbaa7 -SIZE (RPCS3-rpcs3-v0.0.11-10657-ge70e534bf_GH0.tar.gz) = 6431357 +TIMESTAMP = 1595170729 +SHA256 (RPCS3-rpcs3-v0.0.11-10669-gf8d2d8ca1_GH0.tar.gz) = 8dc25cf627f4d55e32ad226c349798895dcbe2085c54bdd67c15c10d77bbe08f +SIZE (RPCS3-rpcs3-v0.0.11-10669-gf8d2d8ca1_GH0.tar.gz) = 6431885 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 3120e0b701943f452760e45f9fc1ac50bab356ad4c807b4cac4598041c5ca1a5 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-27-g9220f5e_GH0.tar.gz) = 105400 SHA256 (RPCS3-llvm-mirror-f5679565d348_GH0.tar.gz) = 201b9be34c7ef5f5a81d21b11c532040546cb602307479a4dd56357c02caa7f3 @@ -25,5 +25,3 @@ SHA256 (USCiLab-cereal-v1.3.0-5-g60c69df9_GH0.tar.gz) SIZE (USCiLab-cereal-v1.3.0-5-g60c69df9_GH0.tar.gz) = 374806 SHA256 (zeux-pugixml-v1.9-51-g8bf806c_GH0.tar.gz) = 37bed90f3dadb642acca41508391d1409a75af05f34f13da56c866d5c3c4b00d SIZE (zeux-pugixml-v1.9-51-g8bf806c_GH0.tar.gz) = 560956 -SHA256 (9bf356212166.patch) = a2ede9c75cdb15f331b3428cf374b13b238679ed96ae4f2b775a44c7e9908675 -SIZE (9bf356212166.patch) = 977 Modified: head/emulators/rpcs3/files/patch-libc++8 ============================================================================== --- head/emulators/rpcs3/files/patch-libc++8 Tue Jul 21 00:40:50 2020 (r542678) +++ head/emulators/rpcs3/files/patch-libc++8 Tue Jul 21 00:40:56 2020 (r542679) @@ -50,6 +50,18 @@ Utilities/bin_patch.cpp:788:25: error: no member named rpcs3/rpcs3qt/patch_manager_dialog.cpp:338:120: error: no member named 'contains' in 'std::__1::set<std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, std::__1::allocator<std::__1::basic_string<char> > >' (m_owned_games.find(serial) == m_owned_games.end() || (app_version != patch_key::all && !m_owned_games.at(serial).contains(app_version)))) ~~~~~~~~~~~~~~~~~~~~~~~~ ^ +In file included from rpcs3/Emu/System.cpp:1: +In file included from rpcs3/stdafx.h:24: +In file included from Utilities/BEType.h:5: +rpcs3/util/endian.hpp:56:13: error: no member named 'is_constant_evaluated' in namespace 'std' + if (std::is_constant_evaluated()) + ~~~~~^ +rpcs3/util/endian.hpp:76:13: error: no member named 'is_constant_evaluated' in namespace 'std' + if (std::is_constant_evaluated()) + ~~~~~^ +rpcs3/util/endian.hpp:96:13: error: no member named 'is_constant_evaluated' in namespace 'std' + if (std::is_constant_evaluated()) + ~~~~~^ --- Utilities/bin_patch.cpp.orig 2020-06-29 22:45:17 UTC +++ Utilities/bin_patch.cpp @@ -67,7 +79,7 @@ rpcs3/rpcs3qt/patch_manager_dialog.cpp:338:120: error: } --- Utilities/types.h.orig 2020-04-16 09:59:19 UTC +++ Utilities/types.h -@@ -102,6 +102,203 @@ namespace std +@@ -102,6 +102,208 @@ namespace std } #endif @@ -264,6 +276,11 @@ rpcs3/rpcs3qt/patch_manager_dialog.cpp:338:120: error: +popcount(_Tp __t) noexcept +{ + return __popcount(__t); ++} ++ ++_LIBCPP_INLINE_VISIBILITY ++inline constexpr bool is_constant_evaluated() noexcept { ++ return __builtin_is_constant_evaluated(); +} +_LIBCPP_END_NAMESPACE_STD +#endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210040.06L0evN0096277>