FreeBSD Bugzilla – Attachment 214916 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-parallel64-v4.diff
libretro-paralleln64-v4.diff (text/plain), 2.87 KB, created by
Daniel Menelkir
on 2020-05-27 13:37:01 UTC
(
hide
)
Description:
libretro-parallel64-v4.diff
Filename:
MIME Type:
Creator:
Daniel Menelkir
Created:
2020-05-27 13:37:01 UTC
Size:
2.87 KB
patch
obsolete
>Index: games/libretro-paralleln64/Makefile >=================================================================== >--- games/libretro-paralleln64/Makefile (nonexistent) >+++ games/libretro-paralleln64/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# $FreeBSD$ >+ >+PORTNAME= libretro-paralleln64 >+PORTVERSION= 0.20200520 >+CATEGORIES= games >+ >+MAINTAINER= menelkir@itroll.org >+COMMENT= Improved Nintendo 64 core for libretro >+ >+LICENSE= BITSTREAM_VERA BSD CC0-1.0 GFDL GPLv2 GPLv3 LGPLv3 MIT ZLIB >+LICENSE_COMB= multi >+LICENSE_FILE_BITSTREAM_VERA= ${WORKSRC}/mupen64plus-core/doc/font-license >+ >+USES= compiler:gcc-c++11-lib gmake gl localbase >+USE_GL= gl >+USE_LDCONFIG= yes >+ >+DYNAREC= ${ARCH:S/amd64/x86_64/:C/armv.*/arm/:S/i386/x86/} >+ >+MAKE_ARGS= WITH_DYNAREC=${DYNAREC} >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= parallel-n64 >+GH_TAGNAME= 43f8930 >+ >+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 = 1590543113 >+SHA256 (libretro-parallel-n64-0.20200520-43f8930_GH0.tar.gz) = bbd9e1f27844b02aefecfa467ed5ab7239c44aaf8982ec0f3a2b3fd8fb330714 >+SIZE (libretro-parallel-n64-0.20200520-43f8930_GH0.tar.gz) = 5520817 > >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