| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.2.6_1 22 Feb 2026 23:19:43
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-70,-71,-72,-legacy}: Improve port (non-functional)
- Replace ${PREFIX}/share/applications with ${DESKTOPDIR}.
- Replace "*" with . in COPYTREE_SHARE. |
7.2.6_1 22 Feb 2026 23:18:17
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose*: Add support of "Unattended Installation of Guest OS"
feature
Install files required by Unattended Installation of Guest OS feature.
These files were already prepared during the ports' build, so just add
them to the installation.
Details about this feature are here:
https://www.virtualbox.org/manual/topics/create-vm.html#tk_create-vm-unattended-install
Reported by: xin3qu via IRC (#freebsd-vbox @ Libera.Chat) |
7.2.6 03 Feb 2026 18:27:50
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose*: Exclude from extract bundled binary files of kBuild
Thes is ~430-640 files, ~30-55MB total for different platforms.
We are using devel/kBuild for build VirtualBox ports.
devel/kBuild is a newer version than the one included in the VirtualBox
tarballs. |
7.2.6 03 Feb 2026 17:41:31
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose-7[012]: Fix build after update devel/gsoap 2.8.139 =>
2.8.140
out/freebsd.amd64/release/obj/webservice/soapC-7.cpp:5:32: error: use of
undeclared identifier 'soap_codes_vbox__PartitionType'
5 | const char *s = soap_code_str(soap_codes_vbox__PartitionType,
(long)n);
| ^
out/freebsd.amd64/release/obj/webservice/soapC-7.cpp:23:18: error: use of
undeclared identifier 'soap_codes_vbox__PartitionType'
23 | map = soap_code(soap_codes_vbox__PartitionType, s);
| ^
2 errors generated.
PR: 292890
Reported by: pkg-fallout |
7.2.6 31 Jan 2026 14:08:17
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose*-72: Update 7.2.4 => 7.2.6
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2#v6
emulators/virtualbox-ose{,-nox11}-72:
Remove the OGG, VORBIS, and VPX options - without libogg and libvorbis
in the system, the ports attempts to use the bundled versions, but
without libvpx, the build fails. Even when using libvpx, building the
bundled libvorbis library also fails.
These 3 libraries are not heavy dependencies, so we simply make them
mandatory even for emulators/virtualbox-ose-nox11-72.
PR: 292801
Tested by: jwb(Only the first 15 lines of the commit message are shown above ) |
7.2.4_1 29 Jan 2026 00:57:57
    |
Jan Beich (jbeich)  |
multimedia/libvpx: update 1.16.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.2..v1.16.0
Reported by: Repology |
7.2.4 21 Nov 2025 18:58:54
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose-{,-nox11}-7{0,1,2}: Make Qt optional for building
Remove build dependency for Qt when NLS and graphical frontend is not
required.
PR: 291023
Co-authored-by: takahiro.kurosawa@gmail.com
MFH: 2025Q4 |
7.2.4 21 Nov 2025 15:54:34
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose-additions*: Fix "vboxmanage guestproperty" on host does
not show interface name for FreeBSD guest
Upstream issue:
https://github.com/VirtualBox/virtualbox/issues/403
Upstream commit:
https://github.com/VirtualBox/virtualbox/commit/3cf64726847e2483c9539ca51c88862a0f1c7414
PR: 291128
MFH: 2025Q4 |
7.2.4 25 Oct 2025 01:59:16
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose-additions{,-nox11}-72: Add new ports VirtualBox Guest
Additions 7.2.4
Ports need more thorough testing at runtime.
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2
PR: 289019
Relnotes: yes |
7.2.4 22 Oct 2025 02:01:32
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-71,-72,-legacy}: Fix description in rc script
Fix description for option vboxinit_start_delay.
MFH: 2025Q4 |
7.2.4 22 Oct 2025 02:01:31
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Update 7.2.2 => 7.2.4 (fixed 9 CVEs)
Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2
Fixed 9 CVEs:
https://www.oracle.com/security-alerts/cpuoct2025.html#AppendixOVIR
Security: CVE-2025-62587
Security: CVE-2025-62588
Security: CVE-2025-62589
Security: CVE-2025-62641
Security: CVE-2025-62590
Security: CVE-2025-61760
Security: CVE-2025-61759
Security: CVE-2025-62591
Security: CVE-2025-62592
MFH: 2025Q4 |
7.2.2_1 09 Oct 2025 09:42:43
    |
Max Brazhnikov (makc)  |
*/*: Fix Qt and LXQt spelling |
7.2.2_1 06 Oct 2025 00:03:39
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose*: Fix vboxvfs build on 16-CURRENT
/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 |
7.2.2_1 05 Oct 2025 23:29:17
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-nox11}-72: Add support of TPM device emulation using
sysutils/libtpms (default on)
Fix: "Failed to attach to TPM driver. rc=VERR_PDM_DRIVER_NOT_FOUND"
PR: 289922
MFH: 2025Q4 |
7.2.2 02 Oct 2025 16:28:07
    |
Vladimir Druzenko (vvd)  Author: John |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Update 7.2.0 => 7.2.2
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 |
7.2.0 01 Oct 2025 14:08:08
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-nox11}{,-70,-71,-72,-legacy}: Fix build with 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 |
7.2.0 29 Aug 2025 15:16:27
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Add new ports VirtualBox 7.2.0
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(Only the first 15 lines of the commit message are shown above ) |
7.1.12 29 Aug 2025 14:56:29
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-kmod,-nox11}-72: Repocopy from
emulators/virtualbox-ose{,-kmod,-nox11}-71
PR: 289019 |