summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-06-06 01:36:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-06-07 21:59:41 +0000
commit4721ce9c91f2ded403241128176d010cef0e1c73 (patch)
treef8b1b04892b73bdeba64fd115ea06a351f6402d7
parentemulators/rpcs3: drop Qt < 6.5 workaround after f3a1631e694f1 (diff)
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
-rw-r--r--emulators/rpcs3/Makefile5
1 files changed, 5 insertions, 0 deletions
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)