Port details |
- libretro-fbneo Final Burn Alpha fork for libretro
- 0.20231025 games =2 0.20231025Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2020-06-01 07:47:34
- Last Update: 2023-11-07 00:17:02
- Commit Hash: 1b5d5db
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: FBNeo
- WWW:
- https://github.com/libretro/FBNeo
- Description:
- Final Burn Alpha fork for libretro.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libretro-fbneo>0:games/libretro-fbneo
- To install the port:
- cd /usr/ports/games/libretro-fbneo/ && make install clean
- To add the package, run one of these commands:
- pkg install games/libretro-fbneo
- pkg install libretro-fbneo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libretro-fbneo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698314834
SHA256 (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 31def370696919cbe683eaac69de3f5a078557e01e712f6a5aff0ef7b1434faa
SIZE (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 18802674
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Run
-
- games/libretro
Configuration Options:
- No options to configure
- Options name:
- games_libretro-fbneo
- USES:
- compiler:c11 gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20231025 07 Nov 2023 00:17:02 |
Robert Clausecker (fuz) Author: Stephane D'Alu |
games/libretro-fbneo: update to 0.20231025
PR: 274647 |
0.20220925 26 Sep 2022 15:53:16 |
Fernando Apesteguía (fernape) |
games/libretro-fbneo: Update to 20220925
Unbreak after updating.
PR: 266610
Reported by: sirdice@gmail.com |
0.20220406 08 Sep 2022 23:12:06 |
Lorenzo Salvadore (salvadore) Author: Daniel Menelkir |
all: Return Daniel Menelkir's ports to the pool per his request
PR: 266294 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.20220406 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.20220406 05 Sep 2022 21:08:58 |
Dmitry Marakasov (amdmi3) |
games/libretro-fbneo: mark BROKEN
../../burner/libretro/libretro.cpp:372:19: error: non-const lvalue reference to
type 'basic_ostringstream<...>' cannot bind to a temporary of type
'basic_ostringstream<...>'
option_name = SSTR( "DIPSWITCH " <<
dipswitch_core_options.size() );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../burner/libretro/retro_common.h:10:19: note: expanded from macro 'SSTR'
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Approved by: portmgr blanket
Reported by: pkg-fallout |
0.20220406 07 Apr 2022 16:59:16 |
Neel Chauhan (nc) Author: Daniel Menelkir |
libretro: Update to 0.20220327
PR: 263117 |
0.20211215 04 Mar 2022 15:56:06 |
Jason E. Hale (jhale) |
*/*: Update maintainer's email address
PR: 262198 |
0.20211215 01 Feb 2022 15:54:22 |
Piotr Kubaj (pkubaj) |
games/libretro-fbneo: fix build on powerpc*
../../burner/libretro/libretro-common/features/features_cpu.c:50:10: fatal
error: 'ppu_intrinsics.h' file not found
^~~~~~~~~~~~~~~~~~ |
0.20211215 17 Dec 2021 06:52:09 |
Hiroki Tagato (tagattie) Author: Daniel Menelkir |
games/libretro-fbneo: update to 0.20211215
PR: 260442
Reported by: Daniel Menelkir <menelkir@itroll.org> (maintainer) |
0.20210218_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.20210218 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.20210218 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.20210218 14 Mar 2021 05:12:57 |
lwhsu |
games/libretro-fbneo: update to 20210218
PR: 253647
Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer) |
0.20200504 25 Aug 2020 16:33:06 |
pkubaj |
games/libretro-fbneo: fix build on powerpc*
Merge upstream patch to solve:
undefined reference to __mftb()
and use newer GCC to solve:
cc1: error: unrecognized command line option "-Wno-pedantic"cc1: error:
unrecognized command line option "-Wno-pedantic"
MFH: 2020Q3 (fix build blanket) |
0.20200504 04 Jun 2020 18:36:54 |
tobik |
Clean up some things
Reported by: portscan |
0.20200504 01 Jun 2020 07:47:27 |
lbartoletti |
[NEW PORT] games/libretro-fbneo: FBNeo - Final Burn Neo
FBNeo is a fork of Final Burn Alpha with active and all-new development model.
PR: 246123
Submitted by: menelkir@itroll.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24969 |