From nobody Fri Dec 31 20:39:59 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2744D191C8F3; Fri, 31 Dec 2021 20:40:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JQcTC66xdz4TXc; Fri, 31 Dec 2021 20:39:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1F601232A; Fri, 31 Dec 2021 20:39:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BVKdxT6034639; Fri, 31 Dec 2021 20:39:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BVKdxmG034638; Fri, 31 Dec 2021 20:39:59 GMT (envelope-from git) Date: Fri, 31 Dec 2021 20:39:59 GMT Message-Id: <202112312039.1BVKdxmG034638@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 66e2037c4970 - main - emulators/citra-qt5: fix Compatibility == Not Tested List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640983199; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JfdkBosNabk1oL3/bFAZs6YFoKvdrwnfSJ+aAsm11J4=; b=tfcUnvX4tRqFGOcXBn+1ZfLBL3SPRpH2iHNvJtkl5B1AeJFMyoYzXz1lg2D715S3c8xCYj t0RNGHW/JlWWkjrrpDso4OJUGFIXHUFcnjmnx6f6U2DSd4IOIM33mdy17CRATbNbtE0qR7 5H3DZjeFcuB2xCP82JvJzi+jrI4BWItE0aVIwCnCN+Wvw+KvWMoejpqMF9j+rrMmPPxvVc EeLOmbbi2QlY4EUVq7C3aSZOk6EsiHpnNlqpe4C4Ux65nfIcPH2tI9pwvi2D3s+zUYzgsr E4se7YfiWfqlBYzq1/7WCCgICbOJcnUaKM3D9OAS+n76sZQ9jHaXvA270WUHZA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640983199; a=rsa-sha256; cv=none; b=PlsKrSiz/pdP3TcjT7FbfrtenIHtqLBkYDbUK3tCgrXYrIwjVOYVHOqKpdIFwoLYht4fR7 l948TN80wuKqp07p6SIT9wgJGsXD2raHxEiETJ879tNcpz9WJLouJzyyehncMeQGqiT0jS C4Oj+0iUWfgHqSIb+PWUzXaf+OmypVFHxmX6NnY2gAm81zIgp5nUF59UfZ8IPLCrcfxtZl iFADMiMOKmCwob9dn46hivn0Ja19ia8Lwq/xJAMrQeREclXn5eTlifBwL10O9irb9mxs75 V5nUADMIDuGytFTEGMGTDrNY0bWxdBLKBdbzTLdR8CPuj/eJlmcElUK55CzR7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=66e2037c4970eb8b9a2d6bbb37cb0bae84074672 commit 66e2037c4970eb8b9a2d6bbb37cb0bae84074672 Author: Jan Beich AuthorDate: 2021-12-18 06:31:09 +0000 Commit: Jan Beich CommitDate: 2021-12-31 20:39:49 +0000 emulators/citra-qt5: fix Compatibility == Not Tested citra-qt embeds game compatibility list during build. It cannot be updated on demand unlike rpcs3. So, cache the list in local-distfiles. --- emulators/citra-qt5/Makefile | 2 +- emulators/citra/Makefile | 8 ++++++++ emulators/citra/distinfo | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index 7acb8727f8c8..c3ac5ab82c9c 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index 81640316c2dd..4982654322aa 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,6 +2,10 @@ PORTNAME= citra PORTVERSION= s20211218 PORTREVISION?= 0 CATEGORIES= emulators +MASTER_SITES= https://api.citra-emu.org/gamedb/?dummy=/:gamedb \ + LOCAL/jbeich:gamedb +DISTFILES= ${PORTNAME}/compatibility_list.json:gamedb +EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//} MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger @@ -89,4 +93,8 @@ post-patch: -e 's/@GIT_DESC@/${GH_TAGNAME}/' \ ${WRKSRC}/src/common/scm_rev.cpp.in +post-configure: + @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \ + ${BUILD_WRKSRC}/dist/compatibility_list/ + .include diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo index f8681ab6d19c..7a9001a34a5b 100644 --- a/emulators/citra/distinfo +++ b/emulators/citra/distinfo @@ -1,4 +1,6 @@ TIMESTAMP = 1639809069 +SHA256 (citra/compatibility_list.json) = 42586174a9fa78723eb0cf9a8c42fa9969c1b1007f70b09909a49d41418e52a2 +SIZE (citra/compatibility_list.json) = 327574 SHA256 (citra-emu-citra-s20211218-0126ecb3e_GH0.tar.gz) = 17f0a311d23ed81bdced0e2bdcfe617d2257e9a9f8cf442d2421e56d4b30f052 SIZE (citra-emu-citra-s20211218-0126ecb3e_GH0.tar.gz) = 5326925 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d