FreeBSD Bugzilla – Attachment 214180 Details for
Bug 246120
[NEW PORT] games/libretro-fmsx: FMSX - MSX Emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libretro-fmsx-v2.diff
libretro-fmsx-v2.diff (text/plain), 2.60 KB, created by
Daniel Menelkir
on 2020-05-05 23:13:04 UTC
(
hide
)
Description:
libretro-fmsx-v2.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-05-05 23:13:04 UTC
Size:
2.60 KB
patch
obsolete
>Index: games/libretro-fmsx/Makefile >=================================================================== >--- games/libretro-fmsx/Makefile (nonexistent) >+++ games/libretro-fmsx/Makefile (working copy) >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= libretro-fmsx >+PORTVERSION= 0.20200504 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Port of fMSX to the libretro API >+ >+LICENSE= FMSX >+LICENSE_NAME= FMSX >+LICENSE_FILE= ${WRKSRC}/LICENSE >+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept >+ >+USES= compiler:c++11-lib gmake >+USE_LDCONFIG= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= fmsx-libretro >+GH_TAGNAME= c76e1dc >+ >+PLIST_FILES= lib/libretro/fmsx_libretro.so >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} ${WRKSRC}/${COREDIR}/fmsx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >+ >+.include <bsd.port.mk> > >Property changes on: games/libretro-fmsx/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-fmsx/distinfo >=================================================================== >--- games/libretro-fmsx/distinfo (nonexistent) >+++ games/libretro-fmsx/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1588720298 >+SHA256 (libretro-fmsx-libretro-0.20200504-c76e1dc_GH0.tar.gz) = 3b6d96d9ce8783ee72ca4e750b4666eafbf2ae142e1040cf0eeed0d7cc364e09 >+SIZE (libretro-fmsx-libretro-0.20200504-c76e1dc_GH0.tar.gz) = 621026 > >Property changes on: games/libretro-fmsx/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-fmsx/pkg-descr >=================================================================== >--- games/libretro-fmsx/pkg-descr (nonexistent) >+++ games/libretro-fmsx/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Port of fMSX to the libretro API. >+ >+WWW: https://github.com/libretro/fmsx-libretro > >Property changes on: games/libretro-fmsx/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
Actions:
View
|
Diff
Attachments on
bug 246120
:
214024
|
214180
|
214263