Changelog:
- Unicode character tables updated to Unicode 17.0.0.
- Zip64 support in Packaging services.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.15
While here explicitly configure --without-ffmpeg - prevent silent grab
libraries from multimedia/ffmpeg:
This does not affect clean builds (as with Poudriere) and makes
others more consistent and reproducible.
Commit to emulators/wine 037e128a23.
PR: 289616
Amiberry is an optimized Amiga emulator for Intel/AMD, ARM (32bit and
64bit) and RISC-V platforms.
The core emulation comes from WinUAE, and even the main GUI is designed
to look similar to that. It includes JIT support to get high-performance
results on CPU-intensive emulated environments, like desktop
applications. On top of that, there are some unique features developed
specifically for Amiberry, such as the WHDLoad booter, support for
RetroArch controller mapping, and several more.
https://amiberry.com/https://github.com/BlitterStudio/amiberry/
PR: 289403
Co-authored-by: Yusuf Yaman <nxjoseph@protonmail.com>
Port based on patch from Stas Timokhin <devel@stasyan.com>.
The main work on porting was done by the author of the original patch.
The rest is a several various improvements and bug fixes that have been
made over the past few months in older versions and one upstream
regression: https://github.com/VirtualBox/virtualbox/issues/135
The requirements for 7.2.x are the same as for 7.1.x, but for now we'll
leave both versions: 7.2.x in experimental/test mode and 7.1.x - stable.
Upstream ported on aarch64, but for now we keep ONLY_FOR_ARCHS=amd64.
If you interested in porting it on aarch64 - create PR with patch.
The following ports also need to be created (they are not available for
versions 7.0.x and 7.1.x either):
- emulators/virtualbox-ose-additions-72;
- emulators/virtualbox-ose-additions-nox11-72.
www/phpvirtualbox-72 already in ports.
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2
While here refresh patches.
PR: 289019
Relnotes: Add VirtualBox 7.2.0
Co-authored-by: Stas Timokhin <devel@stasyan.com>
Co-authored-by: Mario Lobo <lobo@bsd.com.br>
Release notes:
https://ares-emu.net/news/ares-v146-released
* The provided release archive doesn't contain a root directory anymore, so the
port has to replace WRKSRC with NO_WRKSUBDIR=yes. Additionally use DIST_SUBDIR
to prevent collision among multiple versions of the unversioned DISTFILES.
* This release builds the binaries bin/arm7tdmi and bin/m68000 only if one of the
relevant cores is enabled. The port reflects this by removing TOOLS_IMPLIES and
by adjusting PLIST_SUB and pkg-plist accordingly.
* The LaserActive system is added to the list of experimentally supported systems
in pkg-descr. While there, reorder the list of supported systems in order to
match the order on the project's homepage.
* Unbundle several dependencies which are available in ports.
PR: 289118
Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer)
This includes the following changes:
- Windows.Gaming.Input configuration tab in the Joystick Control Panel.
- ECDSA_P521 and ECDH_P521 algorithms in BCrypt.
- OpenGL WoW64 thunks are all generated.
- Still more support for Windows Runtime metadata in WIDL.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.13
PR: 288894
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>
While here:
- Changed PORTVERSION to DISTVERSION
- Added NLS option and gettext support
PR: 288199
Reported by: Atanu Biswas <atanubiswas484@gmail.com> (new maintainer)
Remove unnecessary patch-Common_GPU_Vulkan_VulkanContext.cpp as it is not
necessary to fix hangs with vulkan backend. Deleting the shader cache files
saved at ~/.nv, ~/.cache/nvidia, etc. after a GPU driver update will suffice.
PR: 288267
This includes the following changes:
- Preparation work for NTSync support.
- More support for generating Windows Runtime metadata in WIDL.
- Various bug fixes.
PR: 287975
Upstream provides a release archive now, which guarantees stable
checksums for the distfile and is the recommended way to retrieve the
distfile by the Porter's Handbook.
PR: 288137