FreeBSD Bugzilla – Attachment 233995 Details for
Bug 252190
[NEW PORT] emulators/libretro-bsnes: Standalone port of bSNES 2014 (performance) to libretro emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH / NEW PORT] emulators_libretro-bsnes.diff (fix build, build with poudriere)
emulators_libretro-bsnes.diff (text/plain), 2.09 KB, created by
Timothy Beyer
on 2022-05-17 05:55:32 UTC
(
hide
)
Description:
[PATCH / NEW PORT] emulators_libretro-bsnes.diff (fix build, build with poudriere)
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2022-05-17 05:55:32 UTC
Size:
2.09 KB
patch
obsolete
>From 0a475b7b83b0d205e2795594b4bb7f7e8e1e5c46 Mon Sep 17 00:00:00 2001 >From: Timothy Beyer <beyert_freebsd@fastmail.net> >Date: Mon, 16 May 2022 20:53:46 -0700 >Subject: [PATCH] fix build of emulators/libretro-bsnes in poudriere > >--- > /dev/null => emulators/libretro-bsnes/Makefile | 28 +++++++++++++++++++++++++ > /dev/null => emulators/libretro-bsnes/distinfo | 3 +++ > /dev/null => emulators/libretro-bsnes/pkg-descr | 3 +++ > 3 files changed, 34 insertions(+) > create mode 100644 emulators/libretro-bsnes/Makefile > create mode 100644 emulators/libretro-bsnes/distinfo > create mode 100644 emulators/libretro-bsnes/pkg-descr > >diff --git a/emulators/libretro-bsnes/Makefile b/emulators/libretro-bsnes/Makefile >new file mode 100644 >index 0000000..d70765c >--- /dev/null >+++ b/emulators/libretro-bsnes/Makefile >@@ -0,0 +1,28 @@ >+# Created by: Timothy Beyer <beyert@cs.ucr.edu> >+ >+PORTNAME= libretro-bsnes >+PORTVERSION= 20211218 >+CATEGORIES= emulators games >+ >+MAINTAINER= beyert@cs.ucr.edu >+COMMENT= Standalone port of bSNES to libretro >+ >+LICENSE= GPLv3 >+ >+USES= compiler:c++11-lib gmake >+USE_LDCONFIG= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= libretro >+GH_PROJECT= bsnes-libretro >+GH_TAGNAME= 9549275 >+ >+USE_GCC= yes >+ >+PLIST_FILES= lib/libretro/bsnes_libretro.so >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} ${WRKSRC}/bsnes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >+ >+.include <bsd.port.mk> >diff --git a/emulators/libretro-bsnes/distinfo b/emulators/libretro-bsnes/distinfo >new file mode 100644 >index 0000000..501e0b5 >--- /dev/null >+++ b/emulators/libretro-bsnes/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1640163197 >+SHA256 (libretro-bsnes-libretro-20211218-9549275_GH0.tar.gz) = 76f5de645b425ddd9c90085fc5d5b9309c378475e964d149aed253569fc8aa76 >+SIZE (libretro-bsnes-libretro-20211218-9549275_GH0.tar.gz) = 7281394 >diff --git a/emulators/libretro-bsnes/pkg-descr b/emulators/libretro-bsnes/pkg-descr >new file mode 100644 >index 0000000..a567f1c >--- /dev/null >+++ b/emulators/libretro-bsnes/pkg-descr >@@ -0,0 +1,3 @@ >+Standalone port of bSNES to libretro. >+ >+WWW: https://github.com/libretro/bsnes-libretro
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
Flags:
beyert
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 252190
:
220982
|
230309
| 233995