pkgsrc-WIP-changes archive

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

libretro-np2kai: Update to rev 15



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Feb 25 15:25:29 2018 +0000
Changeset:	7b11f8504d34aadbf5fb6d09758279cc6643b5b0

Modified Files:
	libretro-np2kai/Makefile
	libretro-np2kai/distinfo
	libretro-np2kai/patches/patch-sound_mame_driver.h

Log Message:
libretro-np2kai: Update to rev 15

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b11f8504d34aadbf5fb6d09758279cc6643b5b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-np2kai/Makefile                          |  2 +-
 libretro-np2kai/distinfo                          | 10 +++++-----
 libretro-np2kai/patches/patch-sound_mame_driver.h |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/libretro-np2kai/Makefile b/libretro-np2kai/Makefile
index 631b626895..7b0abc9032 100644
--- a/libretro-np2kai/Makefile
+++ b/libretro-np2kai/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-NP2KAI_REV=	14
+NP2KAI_REV=	15
 DISTNAME=	libretro-np2kai-0.${NP2KAI_REV}
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=AZO234/}
diff --git a/libretro-np2kai/distinfo b/libretro-np2kai/distinfo
index de01c342f5..6bd013c8f9 100644
--- a/libretro-np2kai/distinfo
+++ b/libretro-np2kai/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (libretro-np2kai-0.14.tar.gz) = c95b625a5575eae5f2d87c8b7617a24ec07965b4
-RMD160 (libretro-np2kai-0.14.tar.gz) = f604aaa6da44ec16af3dd93a983f573cbe1d3e91
-SHA512 (libretro-np2kai-0.14.tar.gz) = cb15ebbe07ea483be48b3725663f05d0084d6661ae08b7669329d3511fe2a30a115532166716393594b5916d9e84323ca2a42bc098cacc350b9428d2795a6273
-Size (libretro-np2kai-0.14.tar.gz) = 1932048 bytes
-SHA1 (patch-sound_mame_driver.h) = e4ccfe7482bae5fba2d911e355578a6779af7242
+SHA1 (libretro-np2kai-0.15.tar.gz) = ddc44119f0b9f809160a75130be7c416a94fa1e9
+RMD160 (libretro-np2kai-0.15.tar.gz) = f5ba8b508f7cd7869571edc6203a7a94b3ad1cc2
+SHA512 (libretro-np2kai-0.15.tar.gz) = 587d55863d3fb99f94706f112520b4db09db922efec6ebe358b7df01cd7a242d1e3cb96c04da6e3893b7d33a58f247740970e50aeed120545d584fafcba06852
+Size (libretro-np2kai-0.15.tar.gz) = 1944027 bytes
+SHA1 (patch-sound_mame_driver.h) = 5aee26309b33dbebd29580fdc2d6d99fc2aaf669
diff --git a/libretro-np2kai/patches/patch-sound_mame_driver.h b/libretro-np2kai/patches/patch-sound_mame_driver.h
index 769e043535..907c349b22 100644
--- a/libretro-np2kai/patches/patch-sound_mame_driver.h
+++ b/libretro-np2kai/patches/patch-sound_mame_driver.h
@@ -2,7 +2,7 @@ $NetBSD$
 
 Fix build on NetBSD (symbol collisions...)
 
---- sound/mame/driver.h.orig	2017-10-21 10:00:34.000000000 +0000
+--- sound/mame/driver.h.orig	2018-02-06 05:21:51.000000000 +0000
 +++ sound/mame/driver.h
 @@ -8,17 +8,7 @@
  #define HAS_Y8950  1
@@ -13,9 +13,9 @@ Fix build on NetBSD (symbol collisions...)
 -#pragma warning(disable: 4245)
 -#define INLINE __inline static
 -#elif defined(__BORLANDC__)
--#define INLINE __inline
+-#define INLINE __inline static
 -#elif defined(__GNUC__)
--#define INLINE __inline__
+-#define INLINE __inline__ static
 -#else
 -#define INLINE static
 -#endif


Home | Main Index | Thread Index | Old Index