Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2022 23:39:08 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: d94fc1abc532 - main - emulators/yuzu: simplify compatibility list build after 95399d6ad468
Message-ID:  <202212032339.2B3Nd86Z047958@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=d94fc1abc532d85227b561db9d45e54ca25bbedc

commit d94fc1abc532d85227b561db9d45e54ca25bbedc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-03 22:42:04 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-03 23:39:03 +0000

    emulators/yuzu: simplify compatibility list build after 95399d6ad468
    
    https://github.com/yuzu-emu/yuzu/commit/d25b193bfda5
    https://github.com/yuzu-emu/yuzu/commit/f85118604e74
---
 emulators/yuzu/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index b249c0f1af40..c0038e51d0f7 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -106,6 +106,10 @@ WEBENGINE_USE=		QT=webengine
 WEBENGINE_CMAKE_BOOL=	YUZU_USE_QT_WEB_ENGINE
 WEBENGINE_IMPLIES=	QT5
 
+post-extract:
+	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
+		${WRKSRC}/dist/compatibility_list/
+
 post-patch:
 	@${REINPLACE_CMD} -e 's/@GIT_BRANCH@/master/' \
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
@@ -119,8 +123,4 @@ post-patch-VAAPI-off:
 	@${REINPLACE_CMD} -i .nova '/pkg_check.*libva/d' \
 		${WRKSRC}/CMakeLists.txt
 
-post-configure:
-	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
-		${BUILD_WRKSRC}/dist/compatibility_list/
-
 .include <bsd.port.mk>



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