FreeBSD Bugzilla – Attachment 225994 Details for
Bug 256776
[new port] games/libretro-beetle_saturn: standalone port of Mednafen Saturn to libretro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
libretro-beetle_saturn-v1.diff (text/plain), 2.14 KB, created by
Daniel Menelkir
on 2021-06-22 14:19:30 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2021-06-22 14:19:30 UTC
Size:
2.14 KB
patch
obsolete
>diff --git a/games/libretro-beetle_saturn/Makefile b/games/libretro-beetle_saturn/Makefile >new file mode 100644 >index 000000000000..1d0ca09c54f0 >--- /dev/null >+++ b/games/libretro-beetle_saturn/Makefile >@@ -0,0 +1,26 @@ >+PORTNAME= libretro-beetle_saturn >+PORTVERSION= 0.20210622 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Standalone port of Mednafen Saturn to libretro >+ >+LICENSE= GPLv2 >+ >+USES= compiler:c++11-lib gmake >+USE_LDCONFIG= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= beetle-saturn-libretro >+GH_TAGNAME= ee5b214 >+ >+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; >+ >+.include <bsd.port.mk> >diff --git a/games/libretro-beetle_saturn/distinfo b/games/libretro-beetle_saturn/distinfo >new file mode 100644 >index 000000000000..c594b8abd669 >--- /dev/null >+++ b/games/libretro-beetle_saturn/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1624369815 >+SHA256 (libretro-beetle-saturn-libretro-0.20210622-ee5b214_GH0.tar.gz) = b4a2797fa0141db37f46df824cc1090f045a51fb9a78e6d03ce4efdea59207bf >+SIZE (libretro-beetle-saturn-libretro-0.20210622-ee5b214_GH0.tar.gz) = 1114744 >diff --git a/games/libretro-beetle_saturn/files/patch-libretro-common_rthreads_rthreads.c b/games/libretro-beetle_saturn/files/patch-libretro-common_rthreads_rthreads.c >new file mode 100644 >index 000000000000..09e7cfd6ee7c >--- /dev/null >+++ b/games/libretro-beetle_saturn/files/patch-libretro-common_rthreads_rthreads.c >@@ -0,0 +1,11 @@ >+--- 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*); >diff --git a/games/libretro-beetle_saturn/pkg-descr b/games/libretro-beetle_saturn/pkg-descr >new file mode 100644 >index 000000000000..e1c54320da28 >--- /dev/null >+++ b/games/libretro-beetle_saturn/pkg-descr >@@ -0,0 +1,3 @@ >+Standalone port of Mednafen Sega Saturn to libretro. >+ >+WWW: https://github.com/libretro/beetle-saturn-libretro
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256776
: 225994