virtualbox-ose 5.2.44_7
emulators/virtualbox-ose-kmod-legacy
VirtualBox kernel module for FreeBSD
Description
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License.
Dependencies
- build devel/kBuild
Commit History
may be incomplete — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
5.2.44
c22c337cf0
files touched
|
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. |
|
5.2.44
cec1e153ef
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-71,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.2.x
PR: 289019 |
|
5.2.44
f3a57fc3f6
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-kmod{,-70,-71,-legacy}: Fix on 15-CURRENT: linker_load_file: /boot/modules/vboxnetflt.ko - unsupported file type
After commit https://github.com/freebsd/freebsd-src/commit/93b4a54456589e78dcd37f2db8333baff3f3f0b2 kernel: linker_load_file: /boot/modules/vboxnetflt.ko - unsupported file type kernel: KLD vboxnetflt.ko: depends on netgraph - not available or version mismatch Thanks to Benjamin Close <Benjamin.Close@clearchain.com> and rkoberman@gmail.com for researching the issue and identifying its cause. PR: 286204 286717 MFH: 2025Q2 |
|
5.2.44
1d9be28092
files touched
|
Baptiste Daroussin (bapt) |
virtualbox*-kmod: fix cross building
Apply the same fix as 8b659812a21508795778a345dbbf7d08b7fcbb38 to allow cross buidling and make it appear in kmods repositories |
|
5.2.44
806da99dc2
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.1.x
PR: 284439 |
|
5.2.44
179f17fc36
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-legacy}: Update CONFLICTS_INSTALL and PORTSCOUT before commit new ports with VirtualBox 7.0.x
PR: 271146 |
|
5.2.44
b60f7eb223
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-kmod}-legacy: Fix MASTER_SITES
Fixes: b4a6bc8744f4 (Improve ports) |
|
5.2.44
b4a6bc8744
files touched
|
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
4485bd8221
files touched
|
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601 |
|
5.2.44
c9de267a35
files touched
|
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
9b178ffd7e
files touched
|
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket) |
|
5.2.44
08c4f9c38d
files touched
|
Muhammad Moinur Rahman (bofh) |
emulators/virtualbox-ose-kmod-legacy: Unbreak on HEAD
Approved by: portmgr (blanket) |
|
5.2.44
8d3e020ed0
files touched
|
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
|
5.2.44
fb16dfecae
files touched
|
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
b7f05445c0
files touched
|
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
5.2.44
27d033713d
files touched
|
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments
|
|
5.2.44
bc6d5725ed
files touched
|
John Baldwin (jhb) |
emulators/virtualbox-ose-kmod*: Tie to a specific release branch.
Use a more restricted range of supported __FreeBSD_version values for the virtualbox kernel module since it uses internal KPIs for which KBI stability is not guaranteed. DECLARE_MODULE_TIED would tie the module to a specific __FreeBSD_version which would cause the module to stop loading when an SA or EN is pushed on a release branch. Instead, use DECLARE_MODULE_MAXVER with an upper bound that is limited to the range of a releng branch so that a module built on X.Y will load on X.Y with SAs or ENs applied but will fail to load on X.Y-1 or X.Y+1. Reviewed by: kevans, imp, madpilot, lwhsu (earlier version) Differential Revision: https://reviews.freebsd.org/D16119 |
|
5.2.44
c3c1502372
files touched
|
Neel Chauhan (nc) |
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode
PR: 262656 |
|
5.2.44
bcaf25a8c8
files touched
|
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit) |
|
5.2.44
04b9da4140
files touched
|
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
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
354344ce8a
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time
After src commit e266a0f7f001 a module is not allowed to call kern_kldload while being loaded. The virtualbox module is doing exactly this though. virutalbox used to do this because the ng_ether netgraph node did not provide version information in the past and there was no way to properly depend on it. ng_ether has gained versioning information in base r238844 more than ten years ago, so we can now unconditionally properly depend on it, since this revision is now included in all supported FreeBSD versions. Thanks to Tomoaki AOKI for identifying the base commuit exposing the issue. Backport fix to legacy port. WHile here also merge a double patch for the smae file. PR: 256505 MFH: 2021Q2 |
|
5.2.44
f8e2a64baa
files touched
|
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
135fdeebb9
files touched
|
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords.
|
|
5.2.44
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
5.2.44
42d8425b62
files touched
|
Guido Falsi (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. This update is the result of work from many people, and thanks to all who gave feedback and tested things. Patch based on work from: Mario Lobo <lobo@bsd.com.br> and jkim. PR: 234878 Submitted by: kunda <chitty_cloud@me.com> Approved by: vbox (implicit) Reviewed by: decke Tested by: jwb, martin ilavsky <ilavsky.martin@gmail.com>, Mario Lobo <lobo@bsd.com.br> Relnotes: https://www.virtualbox.org/wiki/Changelog-6.1 Differential Revision: https://reviews.freebsd.org/D28871 |
|
4.2.22
efd0d5fc6e
files touched
|
John Marino (marino) |
Remove virtualbox-*-legacy due to lack of staging
The virtualbox-ose-kmod-legacy port is staged, but it has no purpose without the unstaged virtualbox-ose-legacy port, so both ports have been removed at the same time. |
|
4.2.22
aca4e4135f
files touched
|
Jung-uk Kim (jkim) |
Prefer USES=tar:bzip2.
|
|
4.2.22
bb54ae20b3
files touched
|
Jung-uk Kim (jkim) |
Fix panic for stable/9. Use vm_page_alloc_contig() as it is now available.
Tested by: Douglas Berry (doug at bitnix dot ca) PR: ports/187580 |
|
4.2.22
c77466075a
files touched
|
Jung-uk Kim (jkim) |
Work around build problems on recent stable/9.
|
|
4.2.22
0806784e42
files touched
|
Jung-uk Kim (jkim) |
- Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It has not been used for very long time. - Remove devel/yasm from BUILD_DEPENDS for kernel module. It is actually unnecessary for building kmod.
|
|
4.2.22
c7c988c343
files touched
|
Rene Ladan (rene) |
Stage support
Reviewed by: vbox@ (decke) |
|
4.2.22
e04b632220
files touched
|
Baptiste Daroussin (bapt) |
Fix properties on pkg-plist
|
|
4.2.22
4e32fe4224
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.22 - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes - Add patch to fix building with new gsoap [1] - Add direct dependency on qt4-opengl [2]
PR: ports/185579 [2] Security: CVE-2013-5892 Submitted by: Jung-uk Kim <jkim@FreeBSD.org> [1] Jimmy Olgeni <olgeni@FreeBSD.org> [2] |
|
4.2.20
c0d7b638ed
files touched
|
Baptiste Daroussin (bapt) |
Part 1 at removing now useless FETCH_ARGS redifition
|
|
4.2.20
a60eaff53f
files touched
|
Bernhard Froehlich (decke) |
- Update to virtualbox-ose 4.2.20_1 - This update pulls in many changes from the port and brings better support for FreeBSD 10 and GCC from ports. I am doing that in preparation of the upcoming VirtualBox 4.3 update that should land soon.
|
|
4.1.24
35ea50fc9d
files touched
|
Rene Ladan (rene) |
Forgot to commit this port in the previous USES=kmod conversion.
|
|
4.1.24
1089da7dcc
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
|
|
4.1.24
598d8aac1e
files touched
|
Bernhard Froehlich (decke) |
- Add VM_OBJECT patch from virtualbox-ose-kmod to use WLOCK/WUNLOCK on 10-CURRENT.
Submitted by: Gabor Pali <pgj@freebsd.org> |
|
4.1.24
c99eac3bb8
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.24 - Fix building with libxslt newer than 1.1.26
Obtained from: https://www.virtualbox.org/ticket/10940 |
|
4.0.16
77ec5cb4ec
files touched
|
Bernhard Froehlich (decke) |
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors) |
|
4.0.16
524601ec22
files touched
|
Bernhard Froehlich (decke) |
- Convert to optionsng
Submitted by: bapt |
|
4.0.16
f3865a976c
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.16 - Fix lib32 checks to use /usr/lib32/libc.so
Obtained from: redports.org/~virtualbox/ |
|
3.2.12
83eb2c3700
files touched
|
Doug Barton (dougb) |
In the rc.d scripts, change assignments to rcvar to use the literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. |
|
3.2.12
395d49b829
files touched
|
Bernhard Froehlich (decke) |
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD - Pet portlint about LICENSE variables
Reported by: avg |
|
3.2.12
a9293b1e11
files touched
|
Bernhard Froehlich (decke) |
- Fix PG_UNMANAGED compile problem on HEAD after r224746.
Remove explicit initialization of m->flags and m->oflags because per default vm_phys_alloc_contig() already initializes the page as unmanaged. Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming to VPO_UNMANAGED for an additional assert. PR: ports/159675 Reported by: Kyryll A Mirnenko <xmirya@gmail.com>, Michael Butler <imb@protected-networks.net> Thanks to: beat |
|
3.2.12
dd59c8b8a3
files touched
|
Bernhard Froehlich (decke) |
- Fix kmod build on 9-CURRENT after removal of cpumask_t - Bump PORTREVISION
Submitted by: Jung-uk Kim <jkim@FreeBSD.org> |
|
3.2.12
6fe0379a7b
files touched
|
Bernhard Froehlich (decke) |
- Introduce -legacy ports - Add vboxheadless startscript [1] - Add vboxwebsrv startscript [2] - Change CONFLICTS to CONFLICTS_INSTALL [3] - Remove stale mirror - Bump PORTREVISION
PR: ports/156699 (based on) [3] Submitted by: Stefan Tollkuehn <stefan.tollkuehn@editura.de>, [1][2] Raul Gigea <raul.gigea@editura.de>, [1] Tobias Oberstein <tobias.oberstein@tavendo.de>, [1] Emil <the_mix_room@hotmail.com> [3] Thanks to: dougb@, [1][2] Cr4zi3/EFNet, [2] crsd [2] |
|
3.2.12
15de8793d4
files touched
|
Baptiste Daroussin (bapt) |
Fix building with LOCALBASE != PREFIX
|
|
3.2.12
755770b0bb
files touched
|
Bernhard Froehlich (decke) |
- Fix build on current after removal of uio_yield() - Bump PORTREVISION
Submitted by: Michael Butler <imb at protected-networks dot net> |
|
3.2.12
88e2a9fd48
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.12 - Remove check for FreeBSD 6.x - Drop MD5 checksums
|