git: 4721ce9c91f2 - main - emulators/rpcs3: unbreak -qt6 flavor after 0d02969b8923
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 22:00:53 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4721ce9c91f2ded403241128176d010cef0e1c73
commit 4721ce9c91f2ded403241128176d010cef0e1c73
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-06 01:36:39 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-07 21:59:41 +0000
emulators/rpcs3: unbreak -qt6 flavor after 0d02969b8923
===> Patching for rpcs3-qt6-0.0.28.15132
===> Applying distribution patches for rpcs3-qt6-0.0.28.15132
1 out of 2 hunks failed--saving rejects to .ci/install-freebsd.sh.rej
===> FAILED Applying distribution patch c196f09833b4.patch with -p1
*** Error code 1
Reported by: pkg-fallout
---
emulators/rpcs3/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index ff53680acb1e..b3deef08ac45 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -58,6 +58,11 @@ USE_QT= base multimedia svg
CONFLICTS_INSTALL= ${PORTNAME}
+pre-patch: ${FLAVOR}-pre-patch
+${FLAVOR}-pre-patch:
+# XXX Drop after reverting https://github.com/RPCS3/rpcs3/commit/5e6aa45658ef
+ @${REINPLACE_CMD} '/quarterly/s/^#//' ${WRKSRC}/.ci/install-freebsd.sh
+
post-patch: ${FLAVOR}-post-patch
${FLAVOR}-post-patch:
# patch(1) doesn't support renames unlike git-apply(1)