| Port details |
- flycast Multi-platform Sega Dreamcast emulator
- 2.7 emulators
=0 2.6_2Version of this port present on the latest quarterly branch. - Maintainer: bsdcode@disroot.org
 - Port Added: 2024-11-14 08:47:59
- Last Update: 2026-09-01 04:53:49
- Commit Hash: 9348eb2
- License: GPLv2
- WWW:
- https://github.com/flyinghead/flycast
- Description:
- Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave
emulator derived from the inactive reicast project.
Flycast provides high performance and high compatibility. It supports an HLE
BIOS, so dumping a real BIOS from a console isn't required (but it is still
recommended for increased compatibility). Furthermore it supports widescreen,
either with a generic hack to render outside of the screen, or by auto-applying
codes/patches to certain games which provides better results. Resolution and
texture upscaling is supported alongside dumping and loading of custom textures.
Flycast emulates standard Dreamcast controllers, keyboard, mouse, light-gun
(with your mouse), Twin Sticks, and even the ASCII Mission Stick. It can emulate
two expansion sockets per controller (VMU, Purupuru/Rumble Pack, or Microphone).
Most if not all games compatible with Dreamcast Live servers are supported by
Flycast.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- flycast>0:emulators/flycast
- To install the port:
- cd /usr/ports/emulators/flycast/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/flycast
- pkg install flycast
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flycast
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787848234
SHA256 (flyinghead-flycast-v2.7_GH0.tar.gz) = 4899c0c5abd10dd78c5668db8e4a596bf4d541407694e7c198d0452e17d084cc
SIZE (flyinghead-flycast-v2.7_GH0.tar.gz) = 35763464
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:
-
- asio130>0 : net/asio130
- glm>0 : math/glm
- nlohmann-json>0 : devel/nlohmann-json
- stb>0 : devel/stb
- websocketpp>0 : devel/websocketpp
- glslang>0 : graphics/glslang
- vulkan-headers>0 : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libchdr.so : devel/libchdr
- libcurl.so : ftp/curl
- libfreetype.so : print/freetype2
- libminiupnpc.so : net/miniupnpc
- libxxhash.so : devel/xxhash
- libzip.so : archivers/libzip
- libasound.so : audio/alsa-lib
- libao.so : audio/libao
- libcdio.so : sysutils/libcdio
- libSDL2.so : devel/sdl20
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flycast-2.7:
DOCS=on: Build and/or install documentation
LIBCDIO=on: CDROM support via libcdio
LUA=on: Lua scripting language support
OPENMP=on: Parallel processing support via OpenMP
VULKAN=on: Vulkan GPU support
====> Options available for the group AUDIO
ALSA=on: ALSA audio architecture support
AO=on: libao audio library support
OSS=on: Open Sound System support
PULSEAUDIO=off: PulseAudio sound server support
===> Use 'make config' to modify these settings
- Options name:
- emulators_flycast
- USES:
- cmake compiler:c++20-lang pkgconfig sdl lua:52+
- 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 |
2.7 01 Sep 2026 04:53:49
    |
Hiroki Tagato (tagattie)  Author: Stefan Schlosser |
emulators/flycast: Update to 2.7 and unbreak
Port changes:
- Switch to net/asio130 to unbreak the build. This also guarantees a
more stable update path for the flycast port, because newer versions
of net/asio are constantly deprecating and removing APIs.
- Unbreak on FreeBSD < 15 for newer DreamPicoPort submodule.
- Unbundle several dependencies. This is accompanied with an
EXTRACT_AFTER_ARGS block to exclude unbundled and unused deps, which
ensures that these aren't accidently referenced by the build process.
- Add LIBCDIO option, enabled by default. This enables CDROM support via
libcdio. It was already available in previous flycast versions but was
forgotten in the port.
- Prevent searching for git via CMAKE_DISABLE_FIND_PACKAGE_Git.
- Separate several blocks with newlines to improve readability.
- Remove obsolete patches.
Changelog:
https://github.com/flyinghead/flycast/releases/tag/v2.7
PR: 297689
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer) |
2.6_3 26 Aug 2026 05:14:22
    |
Jose Alonso Cardenas Marquez (acm)  |
*/*: Bump PORTREVISION. net/asio was updated to 1.38.2 |
2.6_2 27 Apr 2026 00:01:09
    |
Robert Clausecker (fuz)  Author: Stefan Schlosser |
emulators/*: bump PORTREVISION after libchdr update
PR: 294810
Event: Wiesbaden Hackathon 202604 |
2.6_1 29 Mar 2026 19:47:11
    |
Daniel Engberg (diizzy)  Author: Stefan Schlosser |
*/*: Bump consumers of devel/libchdr
Bump PORTREVISION to pick up new version
PR: 294074 |
2.6 02 Feb 2026 17:34:57
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/flycast: Update 2.5 => 2.6
Changelog:
https://github.com/flyinghead/flycast/releases/tag/v2.6
* Update git submodules to latest release versions and reorder them into
alphabetical sequence.
* Remove set-include in vulkan_context.cpp patch because it's now in
upstream.
* Make slight simplification in post-install-DOCS-on.
PR: 292421 |
2.5_6 27 Oct 2025 09:42:41
    |
Dirk Meyer (dinoex)  |
net/miniupnpc: Update to 2.3.3 |
2.5_5 18 Jul 2025 15:42:28
    |
Jose Alonso Cardenas Marquez (acm)  Author: Stefan Schlosser |
emulators/flycast: unbreak after net/asio update
- Bump PORTREVISION
PR: 288294
Reported by: Stefan Schlosser <bsdcode __at_ disroot.org> |
2.5_4 15 Jul 2025 20:58:12
    |
Jose Alonso Cardenas Marquez (acm)  |
*/*: Bump PORTREVISION. net/asio was updated to 1.34.2 |
2.5_2 05 Jul 2025 06:36:11
    |
Hiroki Tagato (tagattie)  Author: Stefan Schlosser |
emulators/flycast: populate GH_TUPLE manually
Only three git submodules are currently relevant. This can be handled
manually to simplify the port:
* remove Makefile.tuples file and target
* remove ${FILESDIR}/gen_gh_tuple.sh
* add GH_TUPLE to Makefile
PORTREVISION bump not required because this doesn't change how the
port is built.
PR: 288008
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer) |
2.5_2 03 Jul 2025 00:42:44
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 15.4.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
Reported by: GitHub (watch releases) |
2.5_1 22 May 2025 13:24:24
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/flycast: bump PORTREVISION after devel/libchdr update
PR: 286992 |
2.5 07 May 2025 21:31:34
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/flycast: Update 2.4 => 2.5
Changelog:
https://github.com/flyinghead/flycast/releases/tag/v2.5
* Add net/asio to BUILD_DEPENDS.
* Update to USES=compiler:c++20-lang.
* Remove upstreamed patches.
* Cosmetic non-functional and whitespace changes.
PR: 286653 |
2.4_4 26 Apr 2025 00:33:36
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 15.3.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.3.0
Reported by: GitHub (watch releases) |
2.4_3 11 Mar 2025 04:56:47
    |
Dirk Meyer (dinoex)  |
net/miniupnpc: Update to 2.3.2 |
2.4_2 13 Jan 2025 18:32:10
    |
Dirk Meyer (dinoex)  |
net/miniupnpc: Update to 2.3.0
bump API change |
2.4_1 25 Nov 2024 10:22:08
    |
Robert Clausecker (fuz)  Author: Stefan Schlosser |
emulators/flycast: unbreak i386 build
Building with lua support fails on i386. Make lua support
configurable with port option LUA and exclude this option on i386.
See also: https://github.com/vinniefalco/LuaBridge/issues/302
PR: 282809 |
2.4_1 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
2.4 14 Nov 2024 08:43:27
    |
Robert Clausecker (fuz)  Author: Stefan Schlosser |
emulators/flycast: New Port: Multi-platform Sega Dreamcast emulator
Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave
emulator derived from reicast.
WWW: https://github.com/flyinghead/flycast
PR: 282691 |