pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec61ad2a0672
branches:  trunk
changeset: 323965:ec61ad2a0672
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 03 15:01:10 2018 +0000

description:
libretro-mupen64plus: include stdlib.h for wcstombs

diffstat:

 emulators/libretro-mupen64plus/Makefile                           |   3 +-
 emulators/libretro-mupen64plus/distinfo                           |   3 +-
 emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp |  13 ++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r c310927d005f -r ec61ad2a0672 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Wed Oct 03 13:17:06 2018 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Wed Oct 03 15:01:10 2018 +0000
@@ -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
diff -r c310927d005f -r ec61ad2a0672 emulators/libretro-mupen64plus/distinfo
--- a/emulators/libretro-mupen64plus/distinfo   Wed Oct 03 13:17:06 2018 +0000
+++ b/emulators/libretro-mupen64plus/distinfo   Wed Oct 03 15:01:10 2018 +0000
@@ -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
diff -r c310927d005f -r ec61ad2a0672 emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-mupen64plus/patches/patch-GLideN64_src_Log.cpp Wed Oct 03 15:01:10 2018 +0000
@@ -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 <stdarg.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "Log.h"
+ #include "PluginAPI.h"
+ #include "wst.h"



Home | Main Index | Thread Index | Old Index