Received: by mail.netbsd.org (Postfix, from userid 605) id A515784E32; Wed, 3 Oct 2018 15:01:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 034DC84D8B for ; Wed, 3 Oct 2018 15:01:11 +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 ERB8z32YJJ8s for ; Wed, 3 Oct 2018 15:01:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5354284CD0 for ; Wed, 3 Oct 2018 15:01:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 467BCFBEE; Wed, 3 Oct 2018 15:01:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538578870228470" MIME-Version: 1.0 Date: Wed, 3 Oct 2018 15:01:10 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-mupen64plus To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181003150110.467BCFBEE@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. --_----------=_1538578870228470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Oct 3 15:01:10 UTC 2018 Modified Files: pkgsrc/emulators/libretro-mupen64plus: Makefile distinfo Added Files: pkgsrc/emulators/libretro-mupen64plus/patches: patch-GLideN64_src_Log.cpp Log Message: libretro-mupen64plus: include stdlib.h for wcstombs To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/libretro-mupen64plus/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/libretro-mupen64plus/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538578870228470 Content-Disposition: inline Content-Length: 2449 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libretro-mupen64plus/Makefile diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.13 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.14 --- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.13 Tue Oct 2 21:09:29 2018 +++ pkgsrc/emulators/libretro-mupen64plus/Makefile Wed Oct 3 15:01:10 2018 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2018/10/02 21:09:29 nia Exp $ +# $NetBSD: Makefile,v 1.14 2018/10/03 15:01:10 nia Exp $ DISTNAME= libretro-mupen64plus-20180628 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} GITHUB_PROJECT= mupen64plus-libretro Index: pkgsrc/emulators/libretro-mupen64plus/distinfo diff -u pkgsrc/emulators/libretro-mupen64plus/distinfo:1.6 pkgsrc/emulators/libretro-mupen64plus/distinfo:1.7 --- pkgsrc/emulators/libretro-mupen64plus/distinfo:1.6 Sat Aug 11 13:59:39 2018 +++ pkgsrc/emulators/libretro-mupen64plus/distinfo Wed Oct 3 15:01:10 2018 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2018/08/11 13:59:39 nia Exp $ +$NetBSD: distinfo,v 1.7 2018/10/03 15:01:10 nia Exp $ SHA1 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 061554fbae2958d01aba3634c7072c4ce114a717 RMD160 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 4ed698218aaba15846e96163c874746c5e0e5a28 SHA512 (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 6f945cd9d6a8a29e10efdc24adb4771e859b75bdffdd57228fa1de3a4ae3f0eb5bc5dc8c27de7c978aae667c5c22b6d26bda870d83fa2c68b1ecf1d8e4743a2b Size (libretro-mupen64plus-20180628-4ca2fa8633666e26e2f163dcd3c226b598cb2aa4.tar.gz) = 6193207 bytes +SHA1 (patch-GLideN64_src_Log.cpp) = 9b16a306b6bd14799b908d085fc8017caa31b36e Added files: Index: pkgsrc/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp diff -u /dev/null pkgsrc/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp:1.1 --- /dev/null Wed Oct 3 15:01:10 2018 +++ pkgsrc/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp Wed Oct 3 15:01:10 2018 @@ -0,0 +1,13 @@ +$NetBSD: patch-GLideN64_src_Log.cpp,v 1.1 2018/10/03 15:01:10 nia Exp $ + +stdlib.h is needed for wcstombs(3). + +--- GLideN64/src/Log.cpp.orig 2018-07-28 21:11:31.000000000 +0000 ++++ GLideN64/src/Log.cpp +@@ -1,5 +1,6 @@ + #include + #include ++#include + #include "Log.h" + #include "PluginAPI.h" + #include "wst.h" --_----------=_1538578870228470--