FreeBSD Bugzilla – Attachment 220692 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-v2.diff
libretro-xrick-v2.diff (text/plain), 2.56 KB, created by
Daniel Menelkir
on 2020-12-18 09:49:26 UTC
(
hide
)
Description:
libretro-xrick-v2.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-12-18 09:49:26 UTC
Size:
2.56 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.20201218 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Libretro implementation of "Rick Dangerous" >+ >+LICENSE= GPLv2 >+ >+USES= sdl gmake localbase >+USE_LDCONFIG= yes >+USE_SDL= sdl >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= xrick-libretro >+GH_TAGNAME= 0aad6c6 >+ >+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 = 1608284799 >+SHA256 (libretro-xrick-libretro-0.20201218-0aad6c6_GH0.tar.gz) = 7697696c0f4bf42f8564f6cfa19d5d680cba1c11f7e585b3c952a579622c2e06 >+SIZE (libretro-xrick-libretro-0.20201218-0aad6c6_GH0.tar.gz) = 1821992 > >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