FreeBSD Bugzilla – Attachment 214704 Details for
Bug 246617
[NEW PORT] games/libretro-paralleln64: Parallel N64 - Nintendo 64 libretro core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libretro-paralleln64.diff
libretro-paralleln64.diff (text/plain), 2.85 KB, created by
Daniel Menelkir
on 2020-05-21 01:36:16 UTC
(
hide
)
Description:
libretro-paralleln64.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-05-21 01:36:16 UTC
Size:
2.85 KB
patch
obsolete
>Index: games/libretro-paralleln64/Makefile >=================================================================== >--- games/libretro-paralleln64/Makefile (nonexistent) >+++ games/libretro-paralleln64/Makefile (working copy) >@@ -0,0 +1,35 @@ >+# $FreeBSD$ >+ >+PORTNAME= libretro-paralleln64 >+PORTVERSION= 0.20200520 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Improved nintendo 64 core for libretro >+ >+LICENSE= GPLv2 >+ >+USES= compiler:gcc-c++11-lib gmake gl localbase >+USE_GL= gl >+USE_LDCONFIG= yes >+ >+DYNAREC= ${"${ARCH:Mamd64}" != "" \ >+ :?x86_64:}${"${ARCH:Mi386}" != "" \ >+ :?x86:}${"${ARCH:Marm}" != "" \ >+ :?arm:}${"${ARCH:Maarch64}" != "" \ >+ :?aarch64:} >+ >+MAKE_ARGS= ${"${DYNAREC}"!="":?WITH_DYNAREC=${DYNAREC}:} >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= parallel-n64 >+GH_TAGNAME= 6bccc14 >+ >+PLIST_FILES= lib/libretro/parallel_n64_libretro.so >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >+ >+.include <bsd.port.mk> > >Property changes on: games/libretro-paralleln64/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-paralleln64/distinfo >=================================================================== >--- games/libretro-paralleln64/distinfo (nonexistent) >+++ games/libretro-paralleln64/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1590015902 >+SHA256 (libretro-parallel-n64-0.20200520-6bccc14_GH0.tar.gz) = 6b1c7209067636a234c5216d116402b76a46de1c7c2e1e80b38a2584c2415224 >+SIZE (libretro-parallel-n64-0.20200520-6bccc14_GH0.tar.gz) = 5518818 > >Property changes on: games/libretro-paralleln64/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-paralleln64/pkg-descr >=================================================================== >--- games/libretro-paralleln64/pkg-descr (nonexistent) >+++ games/libretro-paralleln64/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Improved nintendo 64 core for libretro. >+ >+WWW: https://github.com/libretro/parallel-n64 > >Property changes on: games/libretro-paralleln64/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 246617
:
214704
|
214892
|
214908
|
214916
|
214917