Port details |
- dosbox-x DOSBox fork
- 2025.01.01 emulators =3 2024.12.04Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2022-04-21 18:54:07
- Last Update: 2025-01-01 17:22:49
- Commit Hash: db83765
- People watching this port, also watch:: apcupsd, dosbox-staging, telegram-desktop, symphytum, polybar
- 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 = 1735749790
SHA256 (joncampbell123-dosbox-x-dosbox-x-v2025.01.01_GH0.tar.gz) = 40290a073f6b8894d9c2b8c3d9c39a410f84fe89837c87148653ea03e89cf7b2
SIZE (joncampbell123-dosbox-x-dosbox-x-v2025.01.01_GH0.tar.gz) = 121975330
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:
-
- 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-2025.01.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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2025.01.01 01 Jan 2025 17:22:49 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Update to 2025.01.01
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2025.01.01 |
2024.12.04 06 Dec 2024 08:25:19 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Update to 2024.12.04
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2024.12.04 |
2024.10.01 29 Oct 2024 08:30:50 |
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 ) |
2024.10.01 02 Oct 2024 13:30:10 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Update to 2024.10.01
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2024.10.01 |
2024.07.01 02 Jul 2024 07:38:31 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Update to 2024.07.01
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2024.07.01 |
2024.03.01_1 14 Apr 2024 09:41:16 |
Nuno Teixeira (eduardo) |
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket) |
2024.03.01_1 09 Mar 2024 06:11:19 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Fix typo in maintainer's e-mail |
2024.03.01 08 Mar 2024 12:32:57 |
Nuno Teixeira (eduardo) |
emulators/dosbox-x: Update to 2023.03.01
- Define LICENSE_FILE
- Install documentation
- Take maintainership
ChangeLog: https://dosbox-x.com/release-2024.03.01.html |
2023.10.06 18 Feb 2024 15:30:11 |
Vladimir Druzenko (vvd) |
emulators/dosbox-x: update to 2023.10.06
Release Notes: https://dosbox-x.com/release-2023.10.06.html
Also move manpage in share/ and add several build options.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43959 |
2022.12.26 16 Feb 2024 17:13:56 |
Neel Chauhan (nc) |
emulators/dosbox-x: Reset MAINTAINER |
2022.12.26 20 Jan 2023 21:39:08 |
Neel Chauhan (nc) |
emulators/dosbox-x: Update to 2022.12.26 |
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.84.1 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.84.1 23 Jul 2022 20:49:29 |
Neel Chauhan (nc) |
emulators/dosbox-x: Update to 0.84.1 |
0.84.0 01 Jun 2022 21:24:33 |
Neel Chauhan (nc) |
emulators/dosbox-x: Update to 0.84.0 |
0.83.25 19 May 2022 07:48:34 |
Piotr Kubaj (pkubaj) |
emulators/dosbox-x: fix build on powerpc*
In file included from fpu.cpp:52:
./fpu_instructions_longdouble.h:29:12: fatal error: 'fpu_control.h' file not
found |
0.83.25 07 May 2022 04:00:35 |
Neel Chauhan (nc) |
emulators/dosbox-x: Update to 0.83.25 |
0.83.24 23 Apr 2022 14:38:10 |
Bernhard Froehlich (decke) |
emulators/dosbox-x: Remove invalid CPE information
Approved by: portmgr (blanket) |
0.83.24 21 Apr 2022 18:52:30 |
Neel Chauhan (nc) |
emulators/dosbox-x: New port |