| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.3.1 04 May 2026 12:18:57
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/Ymir: Update 0.3.0 => 0.3.1
* Upstream removed the Ymir_INCLUDE_PACKAGING build option, so the port
removes it from CMAKE_OFF.
* Ymir documents all dependencies in its "About" window. This also
includes the vendored miniz from the vendored libchdr dependency and
requires the version constant from miniz.h. This library is currently
not available as a port and the Ymir port unbundles libchdr in the
first place, which is also configured to use the system-provided libz
instead of miniz.
Therefore remove all miniz references to unbreak the build.
Changelog:
https://github.com/StrikerX3/Ymir/releases/tag/v0.3.1
PR: 294992
Sponsored by: UNIS Labs |
0.3.0 27 Apr 2026 00:01:09
    |
Robert Clausecker (fuz)  Author: Stefan Schlosser |
emulators/Ymir: update to 0.3.0
* Improve readability by inserting a newline between the *_DEPENDS
variables, and by putting USE_GITHUB with its related variables in its
own block.
* Add FEATUREFLAG option, disabled by default. This enables experimental
in-development features which are not yet ready for general usage but
which curious users could test in their own builds.
* Refresh patch.
Changelog: https://github.com/StrikerX3/Ymir/releases/tag/v0.3.0
PR: 294807
Event: Wiesbaden Hackathon 202604 |
0.2.1_2 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 |
0.2.1_1 25 Mar 2026 07:01:16
    |
Yusuf Yaman (nxjoseph)  Author: Stefan Schlosser |
emulators/Ymir: remove USES= desktop-file-utils
As the .desktop file doesn't define MimeTypes,
we don't need USES= desktop-file-utils.
PR: 294031
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer)
Approved by: Stefan Schlosser (maintainer), vvd (mentor) |
0.2.1 13 Jan 2026 18:54:32
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/Ymir: Update 0.2.0 => 0.2.1
Changelog:
https://github.com/StrikerX3/Ymir/releases/tag/v0.2.1
Disable checks for updates via CMAKE_OFF= Ymir_ENABLE_UPDATE_CHECKS.
This is not applicable on FreeBSD.
PR: 292426 |
0.2.0_1 05 Nov 2025 20:59:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/libfmt: Bump PORTREVISION of dependent ports for shlib change after
786cb608216ce14e8ced27108c96a1f2c8492fca
The following ports are skipped because they have been updated after
786cb608216ce14e8ced27108c96a1f2c8492fca.
- chinese/fcitx5-chinese-addons
- chinese/fcitx5-mcbopomofo
- devel/fatal
- devel/fbthrift
- devel/folly
- devel/spdlog
- mail/mu
- net/fb303
- net/mvfst
- net/wangle
- science/seacas
- security/fizz
- www/proxygen |
0.2.0 15 Oct 2025 01:25:11
    |
Hiroki Tagato (tagattie)  Author: Stefan Schlosser |
emulators/Ymir: Update to 0.2.0
While here:
* Remove obsolete CMAKE_OFF=Ymir_SHARED_LIBS.
* Remove whitespace in post-install target, reported by portfmt(1).
* Remove obsolete patch for devel/tomlplusplus handling.
* Remove obsolete patch for vendored mio library.
* Refresh patches.
* Update pkg-descr.
Changelog: https://github.com/StrikerX3/Ymir/releases/tag/v0.2.0
PR: 290208
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer) |
0.1.8 10 Sep 2025 12:47:32
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/Ymir: Update 0.1.7 => 0.1.8
Changelog:
https://github.com/StrikerX3/Ymir/releases/tag/v0.1.8
PR: 289427 |
0.1.7 11 Aug 2025 22:02:20
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/Ymir: Update 0.1.6 => 0.1.7
Changelog:
https://github.com/StrikerX3/Ymir/releases/tag/v0.1.7
- Remove patch qith support devel/libfmt 10.x after update it 11.2.0.
- Unbreak on aarch64 - require llvm21.
PR: 288782 |
0.1.6 10 Aug 2025 15:07:32
    |
Vladimir Druzenko (vvd)  Author: Stefan Schlosser |
emulators/Ymir: Sega Saturn emulator
Features:
- Load games from MAME CHD, BIN+CUE, IMG+CCD, MDF+MDS or ISO files
- Automatic IPL (BIOS) ROM detection
- Automatic region switching
- Up to two players with standard Control Pads or 3D Control Pads on
both ports (more to come)
- Fully customizable keybindings
- Backup RAM, DRAM and ROM cartridges (more to come)
- Integrated backup memory manager to import and export saves, and
transfer between internal and cartridge RAM
- Save states
- Rewinding (up to one minute at 60 fps), turbo speed, frame step
(forwards and backwards)
- Full screen mode with VRR support and low input lag
- Optional deinterlaced/progressive rendering of high resolution modes
- A work-in-progress feature-rich debugger
https://github.com/StrikerX3/Ymir
PR: 288495
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |