Port details |
- virtualbox-ose-additions-nox11-legacy VirtualBox additions for FreeBSD guests
- 5.2.44_7 emulators =2 5.2.44_5Version of this port present on the latest quarterly branch.
- Maintainer: vbox@FreeBSD.org
- Port Added: 2021-03-09 18:28:17
- Last Update: 2025-01-07 19:37:49
- Commit Hash: abe3df2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
Non-legacy additions i.e. emulators/virtualbox-ose-additions are
recommended for most use cases.
Where legacy (5.2.x) is a requirement, this FreeBSD-provided package
can be installed in the FreeBSD guest machine.
<https://www.virtualbox.org/wiki/Changelog-5.2> emphasises that
5.2.x is no longer supported by Oracle.
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 - Dependency lines:
-
- virtualbox-ose-additions-nox11-legacy>0:emulators/virtualbox-ose-additions-nox11-legacy
- Conflicts:
- CONFLICTS_INSTALL:
- virtualbox-ose-additions
- virtualbox-ose-additions-nox11
- virtualbox-ose-additions-legacy
- To install the port:
- cd /usr/ports/emulators/virtualbox-ose-additions-nox11-legacy/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/virtualbox-ose-additions-nox11-legacy
- pkg install virtualbox-ose-additions-nox11-legacy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: virtualbox-ose-additions-nox11-legacy
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1594821235
SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e
SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934
Packages (timestamps in pop-ups are UTC):
- Master port: emulators/virtualbox-ose-additions-legacy
- 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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_virtualbox-ose-additions-nox11-legacy
- USES:
- compiler:c++11-lang cpe iconv kmod tar:bzip2
- pkg-message:
- For install:
- VirtualBox Guest Additions are installed.
To enable the required services:
# sysrc vboxguest_enable="YES"
# sysrc vboxservice_enable="YES"
To start the services, restart the system.
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 may be inappropriate
where legacy Guest Additions are installed.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: emulators/virtualbox-ose-additions-legacy |
Commit | Credits | Log message |
5.2.44_7 07 Jan 2025 19:37:49 |
Vladimir Druzenko (vvd) Author: takahiro.kurosawa |
emulators/virtualbox-ose{,-additions}{,-nox11}-legacy: Fix vboxvfs bugs
This commit fixes vboxvfs (shared foler) kernel module bugs:
* fix open file leaks on creating files that causes file descriptor
leaks on host;
* fix halfway lookups.
PR: 245865
MFH: 2025Q1 |
5.2.44_5 04 Jan 2025 21:14:31 |
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Improve ports
* Replace PORTVERSION with DISTVERSION.
* Fix CONFLICTS_INSTALL.
* Fix PYTHON in DEFAULT_OPTIONS in emulators/virtualbox-ose.
* Pet portclippy and portlint.
* Formatting and etc.
PR: 258159 |
5.2.44_5 28 Jun 2024 19:08:33 |
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11,-kmod,-additions,-additions-nox11}-legacy: fix
build with llvm15+, fix run with PAE on i386
* Fix build with llvm15+ from ports and from base:
- ISO C++17 does not allow 'register' storage class specifier;
- require -fPIC on i386.
* Fix load kernel modules on host and guest i386 if kernel compiled with
PAE option: add non-default option PAE to ports.
Based on patches from mi@.
PR: 279257 224616
Approved by: vbox (maintainer, timeout 1 month and 6 years) |
5.2.44_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
5.2.44_3 10 Aug 2022 13:18:21 |
Guido Falsi (madpilot) |
emulators/virtualbox-ose-additions-nox11-legacy: Fix version numbers going
backwards
Put back original PORTREVISION value.
Fixes: f5957f13490eee2d6764f40e74a45700f0c8ac11 |
5.2.44 09 Aug 2022 14:45:06 |
Guido Falsi (madpilot) |
emulators/virtualbox-ose-additions*: Bump portrevision.
Force update after xorg-server update. Sei PORTREVISION=0 on nox11
versions since those don't need reinstallation.
PR: 265731
Reported by: O. Hartmann <ohartmann@walstatt.org> |
5.2.44_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.2.44_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.44_3 09 Mar 2021 18:27:36 |
madpilot |
- Update VirtualBox OSE to 6.1.18
- Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the
ports (repocopied)
- Add back extra patch removed in r528258, actually required to
build DEBUG kmod
- Correctly define WITH_DEBUG when enabling the DEBUG option, so
binaries are not stripped
Please note that this new version supports only amd64 CPUs. If you need
to use older hardware please install the legacy ports.
Note that moving VM snapshots across major updates is unsupported, it's
strongly suggested to properly shutdown VMs before upgrading, please
check UPDATING for further details.
(Only the first 15 lines of the commit message are shown above ) |