Port details |
- virtualbox-ose-additions-nox11 VirtualBox additions for FreeBSD guests
- 6.1.50_1 emulators
=4 6.1.50_1Version of this port present on the latest quarterly branch. - Maintainer: vbox@FreeBSD.org
 - Port Added: 2016-10-05 01:03:22
- Last Update: 2025-01-06 14:02:21
- Commit Hash: 1a2220a
- People watching this port, also watch:: freeradius3, nagios-check_hdd_health, memcached, check_ssl_cert, jitsi-meet
- 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 - Dependency lines:
-
- virtualbox-ose-additions-nox11>0:emulators/virtualbox-ose-additions-nox11
- Conflicts:
- CONFLICTS_INSTALL:
- virtualbox-ose-additions-legacy
- virtualbox-ose-additions-nox11-legacy
- virtualbox-ose-additions-70
- virtualbox-ose-additions-nox11-70
- virtualbox-ose-additions
- To install the port:
- cd /usr/ports/emulators/virtualbox-ose-additions-nox11/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/virtualbox-ose-additions-nox11
- pkg install virtualbox-ose-additions-nox11
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
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1705518754
SHA256 (VirtualBox-6.1.50.tar.bz2) = 73ff603842896cb8d86ac5a817eb5037d7d225d3c46ea238e39d7ba5aaf61a57
SIZE (VirtualBox-6.1.50.tar.bz2) = 165959648
Packages (timestamps in pop-ups are UTC):
- Master port: emulators/virtualbox-ose-additions
- 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
- USES:
- compiler:c++11-lang cpe iconv kmod tar:bzip2
- 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:
|
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 |
Commit | Credits | Log message |
6.1.50_1 06 Jan 2025 14:02:21
    |
Vladimir Druzenko (vvd)  Author: takahiro.kurosawa |
emulators/virtualbox-ose-additions{,-nox11}: 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 |
6.1.50 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 |
6.1.46 20 Jul 2023 13:53:59
    |
Vladimir Druzenko (vvd)  |
emulators/virtualbox-ose{,-nox11,-kmod,-additions,-additions-nox11}: update to
6.1.46
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v46
Also fixed PORTREVISION in master/slave ports.
PR: 272572
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41110
MFH: 2023Q3 |
6.1.36_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.1.36 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> |
6.1.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.1.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.2.30 16 May 2019 22:16:06
  |
jkim  |
Update to 5.2.30.
https://www.virtualbox.org/wiki/Changelog-5.2#v30 |
5.2.22_2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
5.2.22_1 29 Nov 2018 21:14:26
  |
jkim  |
Remove X11 dependencies by excluding D-Bus support.
PR: 233630 |
5.2.20 17 Oct 2018 06:49:31
  |
jkim  |
Update to 5.2.20.
https://www.virtualbox.org/wiki/Changelog#20 |
5.2.8_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
5.1.6_1 05 Oct 2016 21:09:51
  |
jkim  |
Exclude DEBUG and OPENGL from options for -nox11. |
5.1.6_1 05 Oct 2016 19:56:26
  |
jkim  |
Sync. style with emulators/virtualbox-ose-nox11. |
5.1.6_1 05 Oct 2016 12:09:58
  |
swills  |
emulators/virtualbox-ose-additions-nox11: use proper option
Pointyhat to: swills
Reported by: adamw, mat |
5.1.6_1 05 Oct 2016 01:03:05
  |
swills  |
emulators/virtualbox-ose-additions-nox11: create port
Create a port for virtualbox-ose-additions with x11 option disabled |