Port details on branch 2024Q4 |
- dosbox-x DOSBox fork
- 2024.10.01 emulators
=0 2024.10.01Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2024-10-29 08:48:06
- Last Update: 2024-10-29 08:31:59
- Commit Hash: 74d67a6
- License: GPLv2
- WWW:
- https://dosbox-x.com/
- Description:
- DOSBox-X is an open-source cross-platform DOS emulator for running DOS
applications and games based on the DOSBox project.
DOS-based Windows such as Windows 3.x and Windows 9x are officially supported.
Compared to DOSBox, DOSBox-X is much more flexible and provides more features.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dosbox-x>0:emulators/dosbox-x
- To install the port:
- cd /usr/ports/emulators/dosbox-x/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/dosbox-x
- pkg install dosbox-x
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dosbox-x
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727854016
SHA256 (joncampbell123-dosbox-x-dosbox-x-v2024.10.01_GH0.tar.gz) = 9940662759b9910e3c4549216be8db0278ceaaa80ace5b19f87b04d0b6ff8a3a
SIZE (joncampbell123-dosbox-x-dosbox-x-v2024.10.01_GH0.tar.gz) = 121316697
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xkbfile.pc : x11/libxkbfile
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libpng16.so : graphics/png
- libslirp.so : net/libslirp
- libavcodec.so : multimedia/ffmpeg
- libfluidsynth.so : audio/fluidsynth
- libintl.so : devel/gettext-runtime
- libGL.so : graphics/libglvnd
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libSDL2_net.so : net/sdl2_net
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dosbox-x-2024.10.01:
ALSA=off: ALSA midi support
DOCS=on: Build and/or install documentation
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
FLUIDSYNTH=on: MIDI playback support via FluidSynth
FREETYPE=off: TrueType font rendering support
====> Options available for the radio DEBUGGER: you can only select none or one of them
DEBUGGER_ENABLE=off: Enable internal debugger
DEBUGGER_HEAVY=off: Enable internal debugger with extra features
===> Use 'make config' to modify these settings
- Options name:
- emulators_dosbox-x
- USES:
- autoreconf gettext-runtime gl gnome iconv localbase pkgconfig sdl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.10.01 29 Oct 2024 08:31:59
    |
Nuno Teixeira (eduardo)  Author: Dimitry Andric |
emulators/dosbox-x: Fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes emulators/dosbox-x to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
dos_programs.cpp:7692:17: note: in instantiation of template class
'std::basic_string<unsigned short>' requested here
7692 | test_string dst;
| ^ (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|