Summary: | [NEW PORT] games/libretro-paralleln64: Parallel N64 - Nintendo 64 libretro core | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Menelkir <dmenelkir> | ||||||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||||||
Status: | Closed FIXED | ||||||||||||||
Severity: | Affects Many People | CC: | mikael | ||||||||||||
Priority: | --- | ||||||||||||||
Version: | Latest | ||||||||||||||
Hardware: | Any | ||||||||||||||
OS: | Any | ||||||||||||||
URL: | https://github.com/libretro/parallel-n64 | ||||||||||||||
Attachments: |
|
I fail to understand the DYNAREC variable expansion, what are you trying to achieve? Have a look at JDK_OSARCH: https://github.com/freebsd/freebsd-ports/blob/master/java/openjdk8/Makefile#L48 I suppose it's what you want. (In reply to Mikael Urankar from comment #1) I've tried two or three similar ones I've found in ports and didn't worked for me, so I've asked for help in irc on this issue and this works. I really don't know how to make it work. Created attachment 214892 [details]
libretro-paralleln64.diff
Changed the DYNAREC.
MAKE_ARGS= WITH_DYNAREC=${DYNAREC} Created attachment 214908 [details] libretro-paralleln64-v3.diff (In reply to Mikael Urankar from comment #4) I've forgot this detail, thanks. s/nintendo/Nintendo/ * There are several licenses in the wrksrc, all the plugins are built? mupen64plus-rsp-paraLLEl/LICENSE gles2n64/src/COPYING Created attachment 214916 [details] libretro-parallel64-v4.diff (In reply to Mikael Urankar from comment #6) I've double checked now, hope that I didn't missed any licenses. I've checked all possible places for licenses and I think it's all covered now. nintendo in pkg-descr Created attachment 214917 [details] libretro-paralleln64-v5.diff (In reply to Mikael Urankar from comment #8) Oops. Fixed. A commit references this bug: Author: mikael Date: Wed May 27 16:18:57 UTC 2020 New revision: 536700 URL: https://svnweb.freebsd.org/changeset/ports/536700 Log: games/libretro-paralleln64: add new port Improved Nintendo 64 core for libretro. WWW: https://github.com/libretro/parallel-n64 PR: 246617 Submitted by: Daniel Menelkir <menelkir@itroll.org> Changes: head/games/Makefile head/games/libretro-paralleln64/ head/games/libretro-paralleln64/Makefile head/games/libretro-paralleln64/distinfo head/games/libretro-paralleln64/pkg-descr |
Created attachment 214704 [details] libretro-paralleln64.diff Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.