Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 09:22:13 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf70413d66f2 - main - emulators/rpcs3: mark -qt6 flavor as BROKEN after 6b911caea2bb
Message-ID:  <202212120922.2BC9MDhr025305@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit bf70413d66f2d5e6d9a50a20c74f86fe5b86f36b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-12 09:18:05 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-12 09:20:20 +0000

    emulators/rpcs3: mark -qt6 flavor as BROKEN after 6b911caea2bb
    
    rpcs3/rpcs3qt/gs_frame.cpp:358:5: error: use of undeclared identifier 'QSound'
                                    QSound::play(qstr(sound_path));
                                    ^
    
    Reported by:    pkg-fallout
---
 emulators/rpcs3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 479fcaea2397..f93569b41a01 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE_ISCL=	${WRKSRC_cubeb}/LICENSE
 LICENSE_FILE_ZLIB=	${WRKSRC_asmjit}/LICENSE.md
 
 FLAVORS=	qt5 qt6
+qt6_BROKEN=	Qt6 patch requires rebase after \
+		https://github.com/RPCS3/rpcs3/commit/681a6ef73ca1
 
 BUILD_DEPENDS=	flatc:devel/flatbuffers
 LIB_DEPENDS=	libxxhash.so:devel/xxhash \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212120922.2BC9MDhr025305>