| Port details on branch 2026Q1 |
- virtualbox-ose-additions-72 VirtualBox additions for FreeBSD guests
- 7.2.6 emulators
=0 7.2.6Version of this port present on the latest quarterly branch. - Maintainer: vbox@FreeBSD.org
 - Port Added: 2026-01-31 14:21:11
- Last Update: 2026-01-31 18:24:45
- Commit Hash: cb1e671
- Also Listed In: kld
- License: GPLv2
- WWW:
- https://www.virtualbox.org/
- Description:
- VirtualBox Guest Additions provide closer integration between host and
guest, and improve the performance of guest systems.
This FreeBSD provided package can be installed in FreeBSD guest machines.
Additions are not intended for use on Host machines.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- virtualbox-ose-additions-72>0:emulators/virtualbox-ose-additions-72
- Conflicts:
- CONFLICTS_INSTALL:
- virtualbox-ose-additions-legacy
- virtualbox-ose-additions-nox11-legacy
- virtualbox-ose-additions
- virtualbox-ose-additions-nox11
- virtualbox-ose-additions-70
- virtualbox-ose-additions-nox11-70
- virtualbox-ose-additions-71
- virtualbox-ose-additions-nox11-71
- virtualbox-ose-additions-nox11-72
- To install the port:
- cd /usr/ports/emulators/virtualbox-ose-additions-72/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/virtualbox-ose-additions-72
- pkg install virtualbox-ose-additions-72
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: virtualbox-ose-additions-72
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1769696969
SHA256 (VirtualBox-7.2.6.tar.bz2) = c58443a0e6fcc7fc7e84c1011a10823b3540c6a2b8f2e27c4d8971272baf09f7
SIZE (VirtualBox-7.2.6.tar.bz2) = 211192590
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Slave ports:
-
- emulators/virtualbox-ose-additions-nox11-72
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- yasm : devel/yasm
- kmk : devel/kBuild
- xsltproc : textproc/libxslt
- compiler.h : x11-servers/xorg-server
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xrandr.pc : x11/libXrandr
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- xrandr : x11/xrandr
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xmu.pc : x11-toolkits/libXmu
- xrandr.pc : x11/libXrandr
- xt.pc : x11-toolkits/libXt
- Library dependencies:
-
- libdbus-1.so : devel/dbus
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for virtualbox-ose-additions-72-7.2.6.1403000:
DBUS=on: D-Bus IPC system support
DEBUG=off: Build with debugging support
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- emulators_virtualbox-ose-additions-72
- USES:
- compiler:c++17-lang cpe iconv kmod tar:bzip2 pkgconfig xorg
- pkg-message:
- For install:
- VirtualBox Guest Additions are installed.
To enable and start the required services:
# sysrc vboxguest_enable="YES"
# sysrc vboxservice_enable="YES"
To start the services, restart the system.
In some situations, a panic will occur when the kernel module loads.
Having no more than one virtual CPU might mitigate the issue.
For features such as window scaling and clipboard sharing, membership of
the wheel group is required. With username "jerry" as an example:
# pw groupmod wheel -m jerry
The settings dialogue for FreeBSD guests encourages use of the VMSVGA
graphics controller. Whilst this might suit installations of FreeBSD
without a desktop environment (a common use case), it is not appropriate
where Guest Additions are installed.
Where Guest Additions are installed:
1. prefer VBoxSVGA
2. do not enable 3D acceleration (doing so will invisibly
lose the preference for VBoxSVGA)
You may ignore the yellow alert that encourages use of VMSVGA.
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.2.6 31 Jan 2026 18:24:45
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose-additions-7{0,1,2}: Fix build on i386
Runtime not tested.
MFH: 2026Q1
(cherry picked from commit 12565872e6eaa72401c485f4b2f25556ac9eb646) |
7.2.6 31 Jan 2026 14:14:21
    |
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 ) |
Number of commits found: 2
|