Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.1 17 Jan 2025 07:49:41
    |
Antoine Brodin (antoine)  |
emulators/86Box: default FLAVOR must be the first one |
4.2.1 09 Oct 2024 11:50:09
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
emulators/86Box: Update 4.2 → 4.2.1
Changelog:
https://github.com/86Box/86Box/releases/tag/v4.2.1
PR: 281943 |
4.2_3 13 Aug 2024 15:12:32
    |
Vladimir Druzenko (vvd)  |
emulators/86Box: bump after "Improve Makefile"
Approved by: gatekeeper <tiago.gasiba@gmail.com> (maintainer, via Discord)
Fixes: 577a8353dc68 (Improve Makefile) |
4.2_2 13 Aug 2024 14:31:36
    |
Vladimir Druzenko (vvd)  |
emulators/86Box: Improve Makefile
- Require c++11 for default cmake option CPPTHREADS.
- Enable RELEASE build.
- Disable runtime use Discord library - it isn't available for FreeBSD.
- Align to make the Makefile look better.
Approved by: gatekeeper <tiago.gasiba@gmail.com> (maintainer, via Discord) |
4.2_2 13 Aug 2024 11:16:37
    |
Piotr Kubaj (pkubaj)  |
emulators/86Box: enable on powerpc64le |
4.2_2 12 Aug 2024 13:50:52
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
emulators/86Box: add support for aarch64 and improvements to configuration file
* Add support for aarch64
* Set the configuration to ~/.config/86Box.cfg when running from desktop
shortcut
* Make this behavior explicit in pkg-message
PR: 280764 |
4.2_1 07 Aug 2024 00:12:33
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
emulators/86Box: add helper script to allow user to easily download ROMs
To run 86Box, users need to install the necessary ROMs. This commit
provides a helper script called 86Box-install-roms.sh that automates
this process.
PR: 280664 |
4.2 03 Aug 2024 12:21:22
    |
Vladimir Druzenko (vvd)  |
emulators/86Box: use DESKTOPDIR
PR: 280205
Fixes: af9050eeb8d0 (New port: low level x86 emulator based on PCem) |
4.2 03 Aug 2024 11:34:17
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
emulators/86Box: New port: low level x86 emulator based on PCem
86Box is a low level x86 emulator that runs older operating systems and
software designed for IBM PC systems and compatibles from 1981 through
fairly recent system designs based on the PCI bus.
https://86box.net
https://github.com/86Box/86Box
PR: 280205 |