aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
* emulators/virtualbox:Beat Gaetzi2010-01-1316-1669/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=247788
* - Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.koBeat Gaetzi2009-12-093-1/+21
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=245451
* - Disable testcases to fix possible build breakage with non defaultBeat Gaetzi2009-11-063-1/+16
| | | | | | | | | | | options set PR: ports/140171 Submitted by: Hubert Tournier <hubert AT tournier.org> Reported by: Stanislav Dulis <stasd AT xnx.ru> (via private mail) Notes: svn path=/head/; revision=243891
* - Fix build if OpenSSL is installed from ports. [1]Beat Gaetzi2009-10-232-1/+17
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=243239
* - Fix build with custom LOCALBASEBeat Gaetzi2009-10-081-1/+2
| | | | | | | | | Reported by: QATty Submitted by: Bernhard Froehlich <decke AT bluelife.at> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=242570
* - Fix privilege escalationMartin Wilke2009-10-072-1/+208
| | | | | | | | | | - Bump PORTREVISION Security: http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html On behalf of: vbox@ (decke, dhn, itetcu, beat, nox) Notes: svn path=/head/; revision=242551
* Fix build on 7/amd64.Juergen Lock2009-09-291-1/+1
| | | | | | | | Approved by: vbox@ (miwi, beat) Feature safe: yes Notes: svn path=/head/; revision=242240
* - Improve error message if /usr/lib32 is not installed on amd64. [1]Beat Gaetzi2009-09-294-4/+414
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=242234
* - Update to 3.0.51r22902. This version enables host serial supportMartin Wilke2009-09-137-155/+100
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=241356
* - Update to 3.0.51r22683. This version adds support for tap interfaceBeat Gaetzi2009-09-109-89/+208
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=241188
* - Update to 3.0.51r22226Beat Gaetzi2009-08-149-35/+609
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=239531
* - Add GID and UID for emulators/virtualbox.Beat Gaetzi2009-06-171-2/+2
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=236160
* - Fix plistJuergen Lock2009-06-152-1/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: miwi Notes: svn path=/head/; revision=235967
* - Actually install VBoxTestOGL (it was built, just not installed...)Juergen Lock2009-06-153-2/+14
| | | | | | | | | | | - Fix libGL.so.1 search so it isn't expected in / - Fix packaging for vboxdrv.ko - Bump PORTREVISION Approved by: vbox@ (miwi) Notes: svn path=/head/; revision=235960
* - Restore VBoxGuestAdditionsMartin Wilke2009-06-151-0/+3
| | | | Notes: svn path=/head/; revision=235889
* VirtualBox is a family of powerful x86 virtualization products forMartin Wilke2009-06-159-0/+346
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. Notes: svn path=/head/; revision=235883