Port details |
- virtualbox-ose-additions-legacy VirtualBox additions for FreeBSD guests
- 5.2.44_6 emulators =2 5.2.44_6Version of this port present on the latest quarterly branch.
- Maintainer: vbox@FreeBSD.org
- Port Added: 2021-03-09 18:28:17
- Last Update: 2024-06-28 19:08:33
- Commit Hash: c9de267
- 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-legacy>0:emulators/virtualbox-ose-additions-legacy
- Conflicts:
- CONFLICTS_INSTALL:
- virtualbox-ose
- virtualbox-ose-additions
- virtualbox-ose-additions-devel
- virtualbox-ose-devel
- virtualbox-ose-lite
- virtualbox-ose-nox11
- virtualbox-ose-additions-nox11
- To install the port:
- cd /usr/ports/emulators/virtualbox-ose-additions-legacy/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/virtualbox-ose-additions-legacy
- pkg install virtualbox-ose-additions-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-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):
- Slave ports:
-
- emulators/virtualbox-ose-additions-nox11-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
- 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-legacy-5.2.44_6:
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-legacy
- USES:
- compiler:c++11-lang cpe iconv kmod tar:bzip2 pkgconfig xorg
- 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) |
Commit | Credits | Log message |
5.2.44_6 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_5 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.2.44_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.2.44_4 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 05 Jul 2022 17:51:17 |
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments |
5.2.44_3 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
5.2.44_3 21 Oct 2021 22:32:36 |
Guido Falsi (madpilot) Author: Graham Perrin |
emulators/virtualbox-ose: Update description and message files
- Add updated information about supported versions, installation
commands and mitigation for a known issue.
- Removed reference to the wiki page.
Reviewed on github:
https://github.com/freebsd/freebsd-ports/pull/115
PR: 254412 |
5.2.44_3 22 May 2021 15:42:28 |
Guido Falsi (madpilot) |
emulators/virtualbox-ose-additions(-legacy): fix conflicts
- Add missing conflicts lines to emulators/virtualbox-ose-additions
ports
- Remove duplicate entry in emulators/virtualbox-ose-additions-legacy
CONFLICTS_INSTALL
PR: 256048 |
5.2.44_3 30 Apr 2021 11:11:57 |
Guido Falsi (madpilot) |
emulators/virtualbox-ose-legacy: limit portscout reporting
The VirtualBox legacy ports track version 5.x, limit portscout
reporting accordingly. |
5.2.44_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
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 ) |