Date: Wed, 7 Jun 2023 22:00:52 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: 3eab5bfec347 - main - emulators/rpcs3: drop Qt < 6.5 workaround after f3a1631e694f1 Message-ID: <202306072200.357M0qOL025975@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=3eab5bfec3473535735056cd95090716021dc72a commit 3eab5bfec3473535735056cd95090716021dc72a Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-07 21:43:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-07 21:59:41 +0000 emulators/rpcs3: drop Qt < 6.5 workaround after f3a1631e694f1 --- emulators/rpcs3/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index cafe3feca770..ff53680acb1e 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -60,9 +60,6 @@ CONFLICTS_INSTALL= ${PORTNAME} post-patch: ${FLAVOR}-post-patch ${FLAVOR}-post-patch: -# XXX Drop after devel/qt6-base >= 6.5 update - @${REINPLACE_CMD} -e '/QT_MIN_VER/s/6\.5\.0/6.4.2/' \ - ${WRKSRC}/3rdparty/qt6.cmake # patch(1) doesn't support renames unlike git-apply(1) @${MV} ${WRKSRC}/rpcs3/rpcs3qt/qt_camera_video_surface.cpp \ ${WRKSRC}/rpcs3/rpcs3qt/qt_camera_video_sink.cpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306072200.357M0qOL025975>