FreeBSD Bugzilla – Attachment 162910 Details for
Bug 204379
[NEW PORT] games/libretro-fba: RetroArch core: Port of Final Burn Alpha game emulator to Libretro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar archive
libretro-fba.shar (text/plain), 2.79 KB, created by
Yuri Victorovich
on 2015-11-08 22:20:26 UTC
(
hide
)
Description:
shar archive
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-11-08 22:20:26 UTC
Size:
2.79 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># games/libretro-fba ># games/libretro-fba/Makefile ># games/libretro-fba/distinfo ># games/libretro-fba/pkg-descr ># games/libretro-fba/files ># games/libretro-fba/files/patch-makefile.libretro ># >echo c - games/libretro-fba >mkdir -p games/libretro-fba > /dev/null 2>&1 >echo x - games/libretro-fba/Makefile >sed 's/^X//' >games/libretro-fba/Makefile << 'b4050e60d3d8af09de48f1b7af61c1d6' >X# Created by: Yuri Victorovich <yuri@rawbw.com> >X# $FreeBSD$ >X >XPORTNAME= libretro-fba >XPORTVERSION= 0.2.97.36 >XDISTVERSIONPREFIX= v >XCATEGORIES= games >X >XMAINTAINER= yuri@rawbw.com >XCOMMENT= Port of Final Burn Alpha game emulator to Libretro >X >XLICENSE= unknown >XLICENSE_NAME= libretro-fba >XLICENSE_FILE= ${WRKSRC}/src/license.txt >XLICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >X >XRUN_DEPENDS= retroarch:${PORTSDIR}/games/retroarch >X >XUSE_GITHUB= yes >XGH_ACCOUNT= libretro >X >XMAKEFILE= makefile.libretro >XMAKE_ARGS= profile=performance >XUSES= compiler:c++11-lib gmake >XUSE_LDCONFIG= yes >X >XPLIST_FILES= libexec/libretro/fba_libretro.so >X >X.include <bsd.port.mk> >b4050e60d3d8af09de48f1b7af61c1d6 >echo x - games/libretro-fba/distinfo >sed 's/^X//' >games/libretro-fba/distinfo << 'b84cafb66952721259e89d653894cc4d' >XSHA256 (libretro-libretro-fba-v0.2.97.36_GH0.tar.gz) = 8274ce85a682e014e2ae383a7ab3ff55cbe764f15157e897e51ecd4fcf0ec81f >XSIZE (libretro-libretro-fba-v0.2.97.36_GH0.tar.gz) = 6668219 >b84cafb66952721259e89d653894cc4d >echo x - games/libretro-fba/pkg-descr >sed 's/^X//' >games/libretro-fba/pkg-descr << 'c5b0d531ef67178dddb763cb16f104ee' >XPort of Final Burn Alpha game emulator to Libretro. >X >XWWW: https://github.com/libretro/libretro-fba/ >c5b0d531ef67178dddb763cb16f104ee >echo c - games/libretro-fba/files >mkdir -p games/libretro-fba/files > /dev/null 2>&1 >echo x - games/libretro-fba/files/patch-makefile.libretro >sed 's/^X//' >games/libretro-fba/files/patch-makefile.libretro << '15a900f41f3c2ea06e34dce3164ab4f4' >X--- makefile.libretro.orig 2015-11-03 17:04:17 UTC >X+++ makefile.libretro >X@@ -71,6 +71,7 @@ TARGET_NAME := fba >X >X ifeq ($(platform), unix) >X TARGET := $(TARGET_NAME)_libretro.so >X+ PLATFORM_DEFINES := -DUSE_FILE32API >X fpic := -fPIC >X SHARED := -shared -Wl,-no-undefined -Wl,--version-script=$(LIBRETRO_DIR)/link.T >X ENDIANNESS_DEFINES := -DLSB_FIRST >X@@ -601,6 +602,10 @@ else >X @$(CXX) -o $@ $(SHARED) $(OBJS) $(LDFLAGS) >X endif >X >X+install: $(TARGET) >X+ mkdir -p $(DESTDIR)$(PREFIX)/libexec/libretro >X+ install -m755 $(TARGET) $(DESTDIR)$(PREFIX)/libexec/libretro/ >X+ >X clean-objs: >X rm -f $(OBJS) >X >15a900f41f3c2ea06e34dce3164ab4f4 >exit >
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 Raw
Actions:
View
Attachments on
bug 204379
:
162909
| 162910