fastports

virtualbox-ose — Commit History

emulators/virtualbox-ose-kmod-legacy

showing 76 stored commits — 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
3.2.10
d0c63501c2 files touched
Beat Gaetzi (beat)
- Update to 3.2.10 - Add LICENSE and LICENSE_FILE
3.2.8
7cca3f6501 files touched
Beat Gaetzi (beat)
- Update to 3.2.8
3.2.6
c6da10cdfd files touched
Beat Gaetzi (beat)
- Update to 3.2.6 - No longer BROKEN on CURRENT
Feature safe:	yes
3.2.4
49521c8460 files touched
Bernhard Froehlich (decke)
- Update to 3.2.4
Approved by:	beat (co-mentor)
3.2.2
bdbbb7ff83 files touched
Beat Gaetzi (beat)
- Update to 3.2.2 - Execute kldxref in do-install target. [1] - Set SYSDIR to SRC_BASE to fix build if the FreeBSD sources are not installed in /usr/src. [2] - Set SRC_BASE to /usr/src if SRC_BASE is not set and not rely on the /sys symlink. [2] - Mark BROKEN on recent CURRENT.
Reported by:	scf@ [1]
Submitted by:	imp@ [2]

Many thanks to the VirtualBox developers (especially Alexander Eichner
for all his work and help), all tester and patch submitter and the whole
vbox@ team especially decke@.
3.1.8
19324dd072 files touched
Beat Gaetzi (beat)
- Update to 3.1.8
3.1.6
afdffe57e9 files touched
Beat Gaetzi (beat)
- Update to 3.1.6 - Fix ioctl warnings in /var/log/messages [1] - Fix build with QT4 support disabled [2]
Obtained from:	http://www.virtualbox.org/changeset/25953 [1]
Reported by:	William DiNoia <william.dinoia AT gmail.com> [2]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
3.1.4
1d6b4b3f91 files touched
Doug Barton (dougb)
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
3.1.4
2a547baa1b files touched
Martin Wilke (miwi)
Presenting VirtualBox 3.1.4 for FreeBSD
Changelog from VirtualBox is available here:
http://www.virtualbox.org/wiki/Changelog

Changes in the port:
  - VirtualBox and Guest Additions iso updated to 3.1.4
  - Add UNIQUENAME to fix options file clashes between the virtualbox ports [0]
  - Fixed vtophys problems on CURRENT and STABLE kernes newer than
    January 23th [1]
  - Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2]

PR: 		ports/143361 [0]
Submitted by:	Martin Birgmeier <martin.birgmeier AT aon.at> [0]
		Alexander Eichner <Alexander.Eichner AT Sun.COM> [1]
Thanks To:	All testers on emulation@ and current@ [1]
           	Giovanni Trematerra <giovanni.trematerra AT gmail.com> [1]
		Ian Freislich <ianf AT clue.co.za> [1]
Reported by: 	Alan Cox <alc AT cs dot rice dot edu> [2]
3.1.2
7ec69757cf files touched
Beat Gaetzi (beat)
- Add kldxref to pkg-plist. - Bump PORTREVISION.
Reported by:	Alexander Kabaev <kabaev AT gmail.com>,
		Rainer Hurling <rhurlin AT gwdg.de>,
		Nakata Maho <chat95 AT mac.com>,
		Andrzej Tobola <ato AT iem.pw.edu.pl>
On behalf of:   vbox@ (decke, dhn, itetcu, miwi, nox)
3.1.2
078a314586 files touched
Beat Gaetzi (beat)
emulators/virtualbox: - Remove emulators/virtualbox port. Renamed to emulators/virtualbox-ose and seperate port for the kernel modules created: emulators/virtualbox-ose-kmod.
emulators/virtualbox-ose:
- Update to 3.1.2
- Update guest additions to 3.1.2
- Port has been renamed to virtualbox-ose to reflect that we are using
  the OSE version. [1]
- Added proper PulseAudio support for FreeBSD [2]
- procfs is not required anymore because vbox uses sysctl(3) now [3]
- Update pkg-message to reflect recent changes
- Add nox's FreeBSD host networking patches that are now also in the
  upstream vbox svn (modulo vbox variable naming style adjustments:)
	http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007260.html
	http://www.virtualbox.org/changeset/25698
  1. Allow direct tap networking again (for users that need the best
  network performance and/or need more complex network setups, like when
  they want to use routing instead of bridging to e.g. protect from guests
  messing with the lan's arp tables; a tap + routing + proxy arp example
  is in the above freebsd-emulation posting.)
  2. Enable vbox' shared mac feature when using bridged mode on a wifi
  interface, together with the virtualbox-ose-kmod change this
  should fix bridged mode for wifi users. [4]

emulators/virtualbox-ose-kmod:
- Update to 3.1.2
- Add rc.d script to load kernel modules
- Fix build with a non-standard location for the system source [5]
- Merge aeichner's vboxnetflt fix committed to upstream vbox svn
  (thanks!) that makes the shared mac feature enabled above actually work
  on FreeBSD hosts. [6]

Please see http://wiki.freebsd.org/VirtualBox for update instructions.

Many thanks to the VirtualBox developers, all tester, patch submitter and
the whole vbox@ team.

PR:		ports/141630 [2]
Noticed by:	mm@ [1]
Submitted by:	Noriyoshi Kawano <bowie AT nrik.jp> [2],
		Baptiste Daroussin <baptiste.daroussin AT gmail.com> [3]
		and Bernhard Froehlich <decke AT bluelife.at> [3],
		nox@ [4], scf@ [5]
Obtained from:	http://www.virtualbox.org/changeset/25699 [6]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
3.0.51r22902
5909b90a90 files touched
Beat Gaetzi (beat)
- Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.ko kernel module first. - Bump PORTREVISION.
PR:			ports/141013
Reported / tested by:	Scot Hetzel <swhetzel AT gmail.com>
Submitted by:		Fredrik Lindberg <fli AT shapeshifter.se>
3.0.51r22902
d262fe63c6 files touched
Beat Gaetzi (beat)
- Disable testcases to fix possible build breakage with non default options set
PR:		ports/140171
Submitted by:	Hubert Tournier <hubert AT tournier.org>
Reported by:	Stanislav Dulis <stasd AT xnx.ru> (via private mail)
3.0.51r22902
f9297d2f2b files touched
Beat Gaetzi (beat)
- Fix build if OpenSSL is installed from ports. [1] - Some options require other ones. Add check for them. [2]
PR:		ports/139391 [1]
Submitted by:	"Y.A." <nexther0 AT gmail.com> [1]
Tested by:	Yuri Gorchakov <yuri.gorchakov AT point-group.ru> [1]
Reported by:	Maxim <maksims.k AT gmail.com> [2]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
3.0.51r22902
cb02e7670e files touched
Beat Gaetzi (beat)
- Fix build with custom LOCALBASE
Reported by:	QATty
Submitted by:	Bernhard Froehlich <decke AT bluelife.at>
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
3.0.51r22902
bee38bb86a files touched
Martin Wilke (miwi)
- Fix privilege escalation - Bump PORTREVISION
Security:	http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html
On behalf of:	vbox@ (decke, dhn, itetcu, beat, nox)
3.0.51r22902
89cfd3dec6 files touched
Juergen Lock (nox)
Fix build on 7/amd64.
Approved by:	vbox@ (miwi, beat)
Feature safe:	yes
3.0.51r22902
972faa0f83 files touched
Beat Gaetzi (beat)
- Improve error message if /usr/lib32 is not installed on amd64. [1] - Fix pkg-plist. Additions directory is only created with WITH_GUESTADDITIONS option. [2] - Add patch to fix panic with vboxnet driver. [3] - Bump PORTREVISION.
PR:		ports/138935 [1] (based on)
Reported by:	scf@ [3]
Submitted by:	Julian H. Stacey <jhs AT berklix.com> [1],
		Bernhard Froehlich <decke AT bluelife.at> [2],
		Fredrik Lindberg <fli AT shapeshifter.se> [3]
On behalf of:	vbox@ (decke, dhn, itetcu, miwi, nox)
Feature safe:	yes
3.0.51r22902
88d95ab6f9 files touched
Martin Wilke (miwi)
- Update to 3.0.51r22902. This version enables host serial support and support for bridged and hostonly networking contributed by Fredrik Lindberg <fli AT shapeshifter.se>. - Install GuestAdditions in designated directory. [1] - Install NLS files in designated directory. - Add workaround for directory permission problem.
Reported by:	Jonathan Chen <jonc AT chen.org.nz> [1]
On behalf of:	vbox@ (decke, dhn, beat, nox)
3.0.51r22683
6bd419c4d0 files touched
Beat Gaetzi (beat)
- Update to 3.0.51r22683. This version adds support for tap interface networking done by nox@, working VT-x, ACPI and Host DVD/CD access support and several FreeBSD related bugfixes. - Update Guest Additions to 3.0.6. - Respect CC and CXX variables. [1] - Add support for WITHOUT_X11 build. [2] - Fix pkg-plist for WITHOUT_NLS. [2] - Use LocalConfig.kmk to simplify configuration. [2] - Install vboxapi module and fix xpcom.vboxxpcom python api. [2]
PR:		ports/138063 [1]
Submitted by:	Anonymous <swell dot k at gmail dot com> [1],
		Bernhard Froehlich <decke AT bluelife.at> [2]
On behalf of:	vbox@ (decke, dhn, miwi, nox)
3.0.51r22226
d75f09543a files touched
Beat Gaetzi (beat)
- Update to 3.0.51r22226 - Update Guest Additions to 3.0.4 - Add wiki page link to pkg-message - Add missing libxslt dependency [1] - Add NLS support [2] - Installing C and Python bindings [3] - Add patch to pass a physical disk to vbox [4]
Submitted by:	Guido Falsi <mad AT madpilot.net> [1], nork [2],
		Bernhard Froehlich <decke AT bluelife.at> [3], nox [4]
Thanks to:	All testers and patch submitters their patch already
		included upstream
On behalf of:	vbox@ (decke, dhn, miwi, nox)
2.2.51.r20457
1b7af2702d files touched
Beat Gaetzi (beat)
- Add GID and UID for emulators/virtualbox. - Change virtualbox GID in port Makefile due to a conflict with databases/couchdb and add UPDATING note. - Bump PORTREVISION.
Reported by:	Mike Harding <mvh AT ix.netcom.com>
2.2.51.r20457
b7565cd7ca files touched
Juergen Lock (nox)
- Fix plist - Bump PORTREVISION
Submitted by:	miwi
2.2.51.r20457
d922455054 files touched
Juergen Lock (nox)
- Actually install VBoxTestOGL (it was built, just not installed...) - Fix libGL.so.1 search so it isn't expected in / - Fix packaging for vboxdrv.ko - Bump PORTREVISION
Approved by:	vbox@ (miwi)
2.2.51.r20457
9c6ebea530 files touched
Martin Wilke (miwi)
- Restore VBoxGuestAdditions
2.2.51.r20457
afbf09cc33 files touched
Martin Wilke (miwi)
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.
WWW:	http://www.virtualbox.org/

Note:

Please READ pkg-messages carefully, also please
take a look in the Wiki page (http://wiki.freebsd.org/VirtualBox)

Thanks to: thank you to everyone who helped make this possible.

← back to port