| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Update dependencies
- Better handling of SSE2 option
- Better handling of OPENMP option
Changelog: https://www.mamedev.org/?p=555
PR: 289995
Reported by: Laurent Chardon <laurent.chardon@gmail.com> (new maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
* Removed qt5 flavor
* Pet portlint, portclippy, portfmt
ChangeLog: https://86box.net/2025/09/14/86box-v5-1.html
PR: 290079
Approved by: eduardo (mentor)
|
|
|
|
|
| |
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2025.10.07
|
|
|
|
|
| |
Fixes: abd2d04998b2fd543a964b89486a009806900d1e
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
|
|
|
|
|
|
|
| |
- Update to 13.0.5 [1]
- Fix build on CURRENT after retirement of NULLVP, VREF and VCALL macros
- Move configuration files from /etc to $PREFIX/etc [2]
PR: 287729 [1], 289927, 269008 [2]
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1271:9: error: use of undeclared identifier 'NULLVP'
1271 | *vpp = NULLVP;
| ^
/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-6.1.50/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c:1281:3: error: call to undeclared function 'VREF'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
1281 | VREF(dvp);
| ^
Commits that broke the build:
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=7e4c451c12aeb26cc1179221b8230c491b17cf00
https://cgit.freebsd.org/src/commit/sys/sys/vnode.h?id=01c8e2e33df81b242d73a23de49a6b61f33c24c1
PR: 289992
Reported by: pkg-fallout
MFH: 2025Q4
|
|
|
|
|
|
|
|
|
| |
using sysutils/libtpms (default on)
Fix: "Failed to attach to TPM driver. rc=VERR_PDM_DRIVER_NOT_FOUND"
PR: 289922
MFH: 2025Q4
|
|
|
|
|
|
|
|
|
| |
using sysutils/libtpms (default on)
Fix: "Failed to attach to TPM driver. rc=VERR_PDM_DRIVER_NOT_FOUND"
PR: 289922
MFH: 2025Q4
|
|
|
|
|
|
|
|
|
| |
using sysutils/libtpms (default on)
Fix: "Failed to attach to TPM driver. rc=VERR_PDM_DRIVER_NOT_FOUND"
PR: 289922
MFH: 2025Q4
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Fast synchronization support using NTSync. (Not supported on FreeBSD)
- 16-bit apps supported in new WoW64 mode.
- Initial support for D3DKMT objects.
- WinMD (Windows Metadata) files generated and installed.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.16
PR: 289998
|
| |
|
|
|
|
|
|
|
|
| |
This version is a major upgrade offering lots of improvements, see
https://github.com/udo-munk/z80pack/releases/tag/1.38
for a list of changes.
|
|
|
|
|
|
|
|
|
| |
- Add two missing entries in pkg-plist, thanks to diizzy@.
- Remove test target from Makefile for now. This is solved upstream
for the next upcoming release.
PR: 289725
MFH: 2025Q4
|
|
|
|
|
|
|
| |
None of these ports utilizes libtool
Build tested using Poudriere
Approved by: blanket, build fix
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2
PR: 289019
Tested by: Mario Lobo <lobo@bsd.com.br>
Tested by: Vladimir Druzenko <vvd@FreeBSD.org>
MFH: 2025Q3
|
| |
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/releases/tag/v0.0.38
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
PR: 289928
Approved by: eduardo (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp/curl 8.16.0
kBuild: Compiling VBoxRT - /wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp
/wrkdirs/usr/ports/emulators/virtualbox-ose-72/work/VirtualBox-7.2.0/src/VBox/Runtime/generic/http-curl.cpp:702:27: error: assigning to 'curl_proxytype' from incompatible type 'long'
702 | pThis->enmProxyType = CURLPROXY_HTTP;
| ^~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:791:35: note: expanded from macro 'CURLPROXY_HTTP'
791 | #define CURLPROXY_HTTP 0L /* added in 7.10, new in 7.19.4 default is
| ^~
Upstream bug report:
https://github.com/curl/curl/issues/18054#issuecomment-3354156324
PR: 289924
|
|
|
|
|
|
|
| |
Also remove USE_GCC.
PR: 288304
Approved by: maintainer timeout (> 2 weeks)
|
|
|
|
|
| |
PR: 289724
Reported by: diizzy
|
|
|
|
|
|
|
|
|
|
|
| |
- Change from autotools to cmake
- Change from Qt5 to Qt6
- Compiler needs C++17
- Preparations for test target (not buildable atm.)
Changelog: https://github.com/aladur/flexemu/commit/3b579e5014a2eb3a342b47c04047023cb9935a2b
Reported by: portscout, Repology
|
|
|
|
| |
Release notes: https://dolphin-emu.org/blog/2025/09/16/dolphin-progress-report-release-2509/
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/sammycage/lunasvg/releases/tag/v3.5.0
* https://github.com/sammycage/lunasvg/compare/v3.4.0...v3.5.0
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52519
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
* https://github.com/sammycage/plutovg/releases/tag/v1.3.1
* https://github.com/sammycage/plutovg/compare/v1.3.0...v1.3.1
Approved by: yuri@ (Mentor)
Differential Revision: https://reviews.freebsd.org/D52518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 037e128a237fc1914a5ab3281953dcf35d020827.
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>
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/StrikerX3/Ymir/releases/tag/v0.1.8
PR: 289427
|
| |
|
|
|
|
|
|
| |
Fix warnings from portclippy, sort options and etc.
PR: 289257
|
|
|
|
|
| |
Fixes ef45e45f8c0004c4b31301ff8d8c3fe5692f4577
Fetch failure was handled
|
|
|
|
|
|
|
|
|
|
|
| |
glib2_ver= 2.68.4-16.el9 => 2.68.4-16.el9_6.2
glibc_ver= 2.34-168.el9_6.19 => 2.34-168.el9_6.23
krb5_ber= 1.21.1-6.el9 => 1.21.1-8.el9_6
libdb_ver= 5.3.28-55.el9 => 5.3.28-57.el9_6
ncurses_ver= 6.2-10.20210508.el9 => 6.2-10.20210508.el9_6.2
rocky-release_ver= 9.5-1.2.el9 => 9.6-1.3.el9
sqlite_ver= 3.34.1-7.el9_3 => 3.34.1-8.el9_6
which_ver= 2.21-29.el9 => 2.21-30.el9_6
|
| |
|
|
|
|
|
| |
PR: 288842
Approved by: yuri@ (Mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Bundled vkd3d upgraded to version 1.17.
- Support for ping on IPv6.
- Various bug fixes.
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.14
PR: 289257
|
|
|
|
|
|
| |
Maintainer has updated his email address.
Approved by: Nico Sonack <nsonack@herrhotzenplotz.de> (maintainer)
|
| |
|
|
|
|
|
|
| |
Project has been discontinued.
PR: 289055
|
|
|
|
| |
Using the Tools/scripts/bump_revision.pl script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
emulators/virtualbox-ose{,-kmod,-nox11}-71
PR: 289019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
CONFLICTS_INSTALL before committing new ports with VirtualBox 7.2.x
PR: 289019
|
|
|
|
| |
MFH: 2025Q3
|
|
|
|
|
| |
Event: Oslo Hackathon 202508
Changelog: https://wiki.qemu.org/ChangeLog/10.1
|
|
|
|
|
|
|
| |
Release notes and changelog:
https://86box.net/2025/08/24/86box-v5-0.html
PR: 289087
|
|
|
|
|
|
| |
Apply upstream patch to fix build
PR: 289074
|
| |
|
| |
|