git: 1cd52e743781 - main - emulators/rpcs3: mark -qt6 flavor as BROKEN after 70b84303f493

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 09 Feb 2023 00:24:18 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cd52e743781fcc464c1aafcfb0670f41b3594a4

commit 1cd52e743781fcc464c1aafcfb0670f41b3594a4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-08 14:53:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-09 00:23:49 +0000

    emulators/rpcs3: mark -qt6 flavor as BROKEN after 70b84303f493
    
    rpcs3/rpcs3qt/osk_dialog_frame.cpp:185:73: error: no matching function for call to 'min'
            std::memcpy(osk_text.data(), utils::bless<char16_t>(text.constData()), std::min(osk_text.size(), text.size() + usz{1}) * sizeof(char16_t));
                                                                                   ^~~~~~~~
    /usr/include/c++/v1/__algorithm/min.h:39:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('unsigned long' vs. 'unsigned long long')
    min(const _Tp& __a, const _Tp& __b)
    ^
    /usr/include/c++/v1/__algorithm/min.h:50:1: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'unsigned long'
    min(initializer_list<_Tp> __t, _Compare __comp)
    ^
    /usr/include/c++/v1/__algorithm/min.h:59:1: note: candidate function template not viable: requires single argument '__t', but 2 arguments were provided
    min(initializer_list<_Tp> __t)
    ^
    /usr/include/c++/v1/__algorithm/min.h:30:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
    min(const _Tp& __a, const _Tp& __b, _Compare __comp)
    ^
---
 emulators/rpcs3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index dd005df1f547..bccdec0b7ae6 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE_ISCL=	${WRKSRC_cubeb}/LICENSE
 LICENSE_FILE_ZLIB=	${WRKSRC_asmjit}/LICENSE.md
 
 FLAVORS=	qt5 qt6
+qt6_BROKEN=	fails to build: no matching function for call to 'min'
 
 BUILD_DEPENDS=	flatc:devel/flatbuffers
 LIB_DEPENDS=	libxxhash.so:devel/xxhash \