FreeBSD Bugzilla – Attachment 214947 Details for
Bug 246795
[NEW PORT] games/libretro-xrick: libretro implementation of "Rick Dangerous"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libretro-xrick-v1.diff
libretro-xrick-v1.diff (text/plain), 2.58 KB, created by
Daniel Menelkir
on 2020-05-28 03:12:06 UTC
(
hide
)
Description:
libretro-xrick-v1.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-05-28 03:12:06 UTC
Size:
2.58 KB
patch
obsolete
>Index: games/libretro-xrick/Makefile >=================================================================== >--- games/libretro-xrick/Makefile (nonexistent) >+++ games/libretro-xrick/Makefile (working copy) >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= libretro-xrick >+PORTVERSION= 0.20200527 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Libretro implementation of "Rick Dangerous" >+ >+LICENSE= GPLv2 >+ >+USES= compiler:gcc-c++11-lib gmake sdl localbase >+USE_LDCONFIG= yes >+USE_SDL= sdl >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= xrick-libretro >+GH_TAGNAME= 5099ffa >+ >+PLIST_FILES= lib/libretro/xrick_libretro.so >+ >+MAKEFILE= Makefile.libretro >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} ${WRKSRC}/xrick_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >+ >+.include <bsd.port.mk> > >Property changes on: games/libretro-xrick/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-xrick/distinfo >=================================================================== >--- games/libretro-xrick/distinfo (nonexistent) >+++ games/libretro-xrick/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1590634630 >+SHA256 (libretro-xrick-libretro-0.20200527-5099ffa_GH0.tar.gz) = efc447e38bfb5cb3484c053baef7205cf56347c23ea6a902903366e00a0369d9 >+SIZE (libretro-xrick-libretro-0.20200527-5099ffa_GH0.tar.gz) = 1815812 > >Property changes on: games/libretro-xrick/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-xrick/pkg-descr >=================================================================== >--- games/libretro-xrick/pkg-descr (nonexistent) >+++ games/libretro-xrick/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Libretro implementation of "Rick Dangerous". >+ >+WWW: https://github.com/libretro/xrick-libretro > >Property changes on: games/libretro-xrick/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 246795
:
214947
|
220692
|
220695