FreeBSD Bugzilla – Attachment 214031 Details for
Bug 246124
[NEW PORT] games/libretro-yabause: Yabause - Sega Saturn Emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libretro-yabause.diff
libretro-yabause.diff (text/plain), 4.39 KB, created by
Daniel Menelkir
on 2020-05-02 13:55:08 UTC
(
hide
)
Description:
libretro-yabause.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-05-02 13:55:08 UTC
Size:
4.39 KB
patch
obsolete
>Index: games/libretro-yabause/Makefile >=================================================================== >--- games/libretro-yabause/Makefile (nonexistent) >+++ games/libretro-yabause/Makefile (working copy) >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= libretro-yabause >+PORTVERSION= 0.20200502 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Saturn emulator for libretro >+ >+LICENSE= GPLv2 >+ >+USES= compiler:c++11-lib gmake >+USE_LDCONFIG= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= yabause >+GH_TAGNAME= 9be109f >+ >+PLIST_FILES= lib/libretro/yabause_libretro.so >+ >+MAKEFILE= Makefile.freebsd >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; >+ >+.include <bsd.port.mk> > >Property changes on: games/libretro-yabause/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/libretro-yabause/distinfo >=================================================================== >--- games/libretro-yabause/distinfo (nonexistent) >+++ games/libretro-yabause/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1588427148 >+SHA256 (libretro-yabause-0.20200502-9be109f_GH0.tar.gz) = 01ced72767c1246d6b4236e7964b26f35d56e373491229bcdbafc6d00cc5ced3 >+SIZE (libretro-yabause-0.20200502-9be109f_GH0.tar.gz) = 18097044 > >Property changes on: games/libretro-yabause/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/libretro-yabause/files/patch-Makefile.freebsd >=================================================================== >--- games/libretro-yabause/files/patch-Makefile.freebsd (nonexistent) >+++ games/libretro-yabause/files/patch-Makefile.freebsd (working copy) >@@ -0,0 +1,5 @@ >+--- Makefile.freebsd.orig 2020-05-02 13:46:15 UTC >++++ Makefile.freebsd >+@@ -0,0 +1,2 @@ >++all: >++ cd yabause/src/libretro && ${MAKE} > >Property changes on: games/libretro-yabause/files/patch-Makefile.freebsd >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c >=================================================================== >--- games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c (nonexistent) >+++ games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c (working copy) >@@ -0,0 +1,11 @@ >+--- yabause/src/libretro/libretro-common/rthreads/rthreads.c.orig 2020-05-02 13:49:27 UTC >++++ yabause/src/libretro/libretro-common/rthreads/rthreads.c >+@@ -67,6 +67,8 @@ >+ #include <mach/mach.h> >+ #endif >+ >++#include <sys/time.h> >++ >+ struct thread_data >+ { >+ void (*func)(void*); > >Property changes on: games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/libretro-yabause/pkg-descr >=================================================================== >--- games/libretro-yabause/pkg-descr (nonexistent) >+++ games/libretro-yabause/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Saturn Emulator for libretro. >+ >+WWW: https://github.com/libretro/yabause > >Property changes on: games/libretro-yabause/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
dmenelkir
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 246124
:
214031
|
214182
|
214264