Received: by mail.netbsd.org (Postfix, from userid 605) id 4897F84D8D; Sun, 31 May 2020 16:22:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7C6A84D8B for ; Sun, 31 May 2020 16:22:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uT3zVgiIZBlc for ; Sun, 31 May 2020 16:22:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 395CD84CF1 for ; Sun, 31 May 2020 16:22:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 337E0FB27; Sun, 31 May 2020 16:22:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590942155276060" MIME-Version: 1.0 Date: Sun, 31 May 2020 16:22:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/libretro-nxengine To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200531162235.337E0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590942155276060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 31 16:22:35 UTC 2020 Modified Files: pkgsrc/games/libretro-nxengine: Makefile distinfo Log Message: libretro-nxengine: Update to 20200109 Emery Hemingway (6): Remove superfluous C++ include Tupfile for super-repositories Revert "Build rules for Genode platform" Support original keyboard mappings Optional LIBRETRO_COMM_DIR override Stop polling inputs after F3 Leonardo Montenegro (1): Adding diacritics support To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/libretro-nxengine/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/libretro-nxengine/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590942155276060 Content-Disposition: inline Content-Length: 3538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/libretro-nxengine/Makefile diff -u pkgsrc/games/libretro-nxengine/Makefile:1.5 pkgsrc/games/libretro-nxengine/Makefile:1.6 --- pkgsrc/games/libretro-nxengine/Makefile:1.5 Tue May 26 09:45:12 2020 +++ pkgsrc/games/libretro-nxengine/Makefile Sun May 31 16:22:35 2020 @@ -1,43 +1,26 @@ -# $NetBSD: Makefile,v 1.5 2020/05/26 09:45:12 nia Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/31 16:22:35 nia Exp $ -DISTNAME= libretro-nxengine-20181126 +DISTNAME= libretro-nxengine-20200109 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} GITHUB_PROJECT= nxengine-libretro -GITHUB_TAG= 0fd3d36eeb6339eb3c1cc185b0b6bd589331b1a9 +GITHUB_TAG= f39250e54f20c616dd4403cb8d4cab14032530b5 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://docs.libretro.com/library/nxengine/ COMMENT= Libretro core based on the NXEngine game engine for Cave Story LICENSE= gnu-gpl-v3 -USE_TOOLS+= gmake USE_LANGUAGES= c c++ +LIBRETRO_CORE= nxengine -OPSYSVARS+= SOEXT -SOEXT.Darwin= dylib -SOEXT.*= so -PLIST_SUBST+= SOEXT=${SOEXT} +.include "../../mk/bsd.prefs.mk" -.include "../../mk/endian.mk" - -.if ${MACHINE_ENDIAN} == "big" -CFLAGS+= -DMSB_FIRST +.if ${MACHINE_ARCH} != "x86_64" +MAKE_FLAGS+= SINGLE_PRECISION_FLOATS=1 +MAKE_FLAGS+= MIN_AUDIO_PROCESSING_PER_FRAME=1 .endif BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=nxengine/libretro/link.T -BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-no-undefined - -# nxengine/graphics/font.cpp: In function 'bool font_init()': -# nxengine/graphics/font.cpp:69:26: error: array subscript has type 'char' [-Werror=char-subscripts] -# if (whitefont.letters[c]->h > fontheight) -# Maybe fix this later. -BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts - -INSTALLATION_DIRS+= ${PREFIX}/lib/libretro - -do-install: - ${INSTALL_LIB} ${WRKSRC}/nxengine_libretro.so \ - ${DESTDIR}${PREFIX}/lib/libretro/nxengine_libretro.so +.include "../../emulators/retroarch/core.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/games/libretro-nxengine/distinfo diff -u pkgsrc/games/libretro-nxengine/distinfo:1.1 pkgsrc/games/libretro-nxengine/distinfo:1.2 --- pkgsrc/games/libretro-nxengine/distinfo:1.1 Sun Dec 23 15:05:52 2018 +++ pkgsrc/games/libretro-nxengine/distinfo Sun May 31 16:22:35 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/12/23 15:05:52 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/05/31 16:22:35 nia Exp $ -SHA1 (libretro-nxengine-20181126-0fd3d36eeb6339eb3c1cc185b0b6bd589331b1a9.tar.gz) = 246cbeac38676c104c36258d40d2cf55288131ae -RMD160 (libretro-nxengine-20181126-0fd3d36eeb6339eb3c1cc185b0b6bd589331b1a9.tar.gz) = bea45dc45cc3fd05b40e321e2ec32e6068d17318 -SHA512 (libretro-nxengine-20181126-0fd3d36eeb6339eb3c1cc185b0b6bd589331b1a9.tar.gz) = ff8a932768e1dab744c94862ef588075724e4fe978f5193eaf615242e7e76e0929ca7d75b3856656d03353ed4ef4790edd19de844304d2505cdd2e088919581a -Size (libretro-nxengine-20181126-0fd3d36eeb6339eb3c1cc185b0b6bd589331b1a9.tar.gz) = 2705434 bytes +SHA1 (libretro-nxengine-20200109-f39250e54f20c616dd4403cb8d4cab14032530b5.tar.gz) = 28af6535695eaea0ec7c6188decfc0c49f2edb1a +RMD160 (libretro-nxengine-20200109-f39250e54f20c616dd4403cb8d4cab14032530b5.tar.gz) = fda2cacb45a9a85094aca8658447aa6284d67ded +SHA512 (libretro-nxengine-20200109-f39250e54f20c616dd4403cb8d4cab14032530b5.tar.gz) = 77135c5621405ae8168ec2a0dce1441c3c4da853270b377efaf6e6e7e2d498e96464ed8f12d05d9ccff17c3053335566f0c74047ba264b9bfc12b3e0e0749db5 +Size (libretro-nxengine-20200109-f39250e54f20c616dd4403cb8d4cab14032530b5.tar.gz) = 2707902 bytes --_----------=_1590942155276060--