games/libretro-beetle_saturn: rename to games/libretro-mednafen_saturn + update to 0.20230528

PR:		274647
This commit is contained in:
Stephane D'Alu 2023-10-27 12:40:06 +02:00 committed by Robert Clausecker
parent 0b2e9d774f
commit 1bcbefc2da
8 changed files with 21 additions and 20 deletions

1
MOVED
View File

@ -7967,3 +7967,4 @@ games/libretro-beetle_ngp|games/libretro-mednafen_ngp|2023-10-26|Follow naming o
games/libretro-beetle_pce|games/libretro-mednafen_pce|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_pce_fast|games/libretro-mednafen_pce_fast|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_pcfx|games/libretro-mednafen_pcfx|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_saturn|games/libretro-mednafen_saturn|2023-10-26|Follow naming of libretro-super build script

View File

@ -498,7 +498,6 @@
SUBDIR += libretro-2048
SUBDIR += libretro-a5200
SUBDIR += libretro-beetle_psx
SUBDIR += libretro-beetle_saturn
SUBDIR += libretro-beetle_supergrafx
SUBDIR += libretro-beetle_vb
SUBDIR += libretro-beetle_wswan
@ -532,6 +531,7 @@
SUBDIR += libretro-mednafen_pce
SUBDIR += libretro-mednafen_pce_fast
SUBDIR += libretro-mednafen_pcfx
SUBDIR += libretro-mednafen_saturn
SUBDIR += libretro-melonds
SUBDIR += libretro-mgba
SUBDIR += libretro-mu

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1649323204
SHA256 (libretro-beetle-saturn-libretro-0.20220319-ae30f29_GH0.tar.gz) = e8458aeb19a4f1e022b4def3c53709951443b7586c5f76fd6e6dfac360610d26
SIZE (libretro-beetle-saturn-libretro-0.20220319-ae30f29_GH0.tar.gz) = 933211

View File

@ -1,11 +0,0 @@
--- libretro-common/rthreads/rthreads.c.orig 2021-06-22 13:57:12 UTC
+++ libretro-common/rthreads/rthreads.c
@@ -64,6 +64,8 @@
#include <mach/mach.h>
#endif
+#include <sys/time.h>
+
struct thread_data
{
void (*func)(void*);

View File

@ -1,5 +1,5 @@
PORTNAME= libretro-beetle_saturn
PORTVERSION= 0.20220319
PORTNAME= libretro-mednafen_saturn
DISTVERSION= 0.20230528
CATEGORIES= games
MAINTAINER= ports@FreeBSD.org
@ -14,14 +14,14 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= beetle-saturn-libretro
GH_TAGNAME= ae30f29
GH_TAGNAME= cd395e9e3ee407608450ebc565e871b24e7ffed6
CFLAGS+= -fcommon
PLIST_FILES= lib/libretro/mednafen_saturn_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/mednafen_saturn_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/mednafen_saturn_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1698314827
SHA256 (libretro-beetle-saturn-libretro-0.20230528-cd395e9e3ee407608450ebc565e871b24e7ffed6_GH0.tar.gz) = b8a7a359c490607187f2dd2ca49af3463731d3816a0b4411aab49dbc2abdc71e
SIZE (libretro-beetle-saturn-libretro-0.20230528-cd395e9e3ee407608450ebc565e871b24e7ffed6_GH0.tar.gz) = 1002296

View File

@ -0,0 +1,11 @@
--- libretro-common/rthreads/rthreads.c.orig 2023-10-28 20:46:34 UTC
+++ libretro-common/rthreads/rthreads.c
@@ -56,7 +56,7 @@
#include <time.h>
#endif
-#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS)
+#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS) || (__FreeBSD__ <= 12)
#include <sys/time.h>
#endif