freebsd-ports/emulators/rpcs3
Jan Beich cac4607349 emulators/rpcs3: limit llvm13 dependency to FreeBSD 12.3
Base clang 10 is too old:

rpcs3/util/types.hpp:1170:20: error: substitution into constraint expression resulted in a non-constant expression
concept PtrSame = (is_same_ptr<X, Y>());
                   ^~~~~~~~~~~~~~~~~~~
rpcs3/Emu/IdManager.h:701:18: note: while checking the satisfaction of concept 'PtrSame<lv2_fs_object, lv2_file>' requested here
                static_assert((PtrSame<T, Get> && ...), "Invalid ID type combination");
                               ^~~~~~~~~~~~~~~
rpcs3/Emu/VFS.cpp:940:7: note: in instantiation of function template specialization 'idm::select<lv2_fs_object, lv2_file, (lambda at rpcs3/Emu/VFS.cpp:940:39), std::__1::integral_constant<bool, true> >' requested here
        idm::select<lv2_fs_object, lv2_file>([&](u32 id, lv2_file& file)
             ^

Base libc++ 10 is too old:

rpcs3/Emu/RSX/Common/simple_array.hpp:287:17: error: no template named 'predicate' in namespace 'std'
                bool any(std::predicate<const Ty&> auto predicate) const
                         ~~~~~^
rpcs3/Emu/RSX/Common/simple_array.hpp:299:20: error: no template named 'predicate' in namespace 'std'
                void filter(std::predicate<const Ty&> auto predicate)
                            ~~~~~^
rpcs3/Emu/RSX/Common/simple_array.hpp:317:18: error: no template named 'predicate' in namespace 'std'
                void sort(std::predicate<const Ty&, const Ty&> auto predicate)
                          ~~~~~^
2022-12-24 16:35:07 +00:00
..
files emulators/rpcs3: drop flatbuffers workaround after 00e2063244 2022-05-14 22:40:50 +00:00
distinfo emulators/rpcs3: switch back to llvm13 to unbreak FreeBSD < 13 2022-12-24 16:35:07 +00:00
Makefile emulators/rpcs3: limit llvm13 dependency to FreeBSD 12.3 2022-12-24 16:35:07 +00:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-message.qt6 emulators/rpcs3: fix UCL in pkg-message after c214c3d4ae 2022-11-02 19:34:18 +00:00
pkg-plist emulators/rpcs3: update to 0.0.22.13728 2022-06-04 00:34:55 +00:00