1578c FreshPorts -- emulators/virtualbox-ose
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
virtualbox-ose 4.2.12 emulators on this many watch lists=43 search for ports that depend on this port
A general-purpose full virtualizer for x86 hardware
Maintained by: vbox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Jan 2010 07:38:15
License: GPLv2


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/yasm
  2. devel/dev86
  3. textproc/libxslt
  4. devel/kBuild
  5. archivers/gtar
  6. sysutils/cdrtools
  7. devel/py-distribute
  8. lang/python27
  9. x11/inputproto
  10. x11/libXcursor
  11. x11-toolkits/libXmu
  12. x11/libXinerama
  13. x11-toolkits/qt4-gui
  14. devel/qt4-linguist
  15. devel/qt4-moc
  16. net/qt4-network
  17. devel/qt4-rcc
  18. devel/qt4-uic
  19. devel/sdl12
  20. graphics/gtk-update-icon-cache
Required To Run:
  1. emulators/virtualbox-ose-kmod
  2. sysutils/cdrtools
  3. devel/py-distribute
  4. lang/python27
  5. x11/libXcursor
  6. x11-toolkits/libXmu
  7. x11/libXinerama
  8. x11-toolkits/qt4-gui
  9. devel/qt4-linguist
  10. net/qt4-network
  11. devel/gio-fam-backend
  12. graphics/gtk-update-icon-cache
Required Libraries:
  1. graphics/png
  2. textproc/libxslt
  3. ftp/curl
  4. devel/dbus
  5. net/libvncserver
  6. devel/sdl12
  7. devel/glib20
  8. devel/pcre
  9. accessibility/atk
  10. graphics/gdk-pixbuf2
  11. devel/libIDL
  12. x11-toolkits/pango

This port is required by:

for Run

To install the port: cd /usr/ports/emulators/virtualbox-ose/ && make install clean
To add the package: pkg_add -r virtualbox-ose


Configuration Options
===> The following configuration options are available for virtualbox-ose-4.2.12:
     DBUS=on: D-Bus IPC system support
     DEBUG=off: Debug symbols, additional logs and assertions
     GUESTADDITIONS=off: Build with Guest Additions
     NLS=on: Native Language Support
     PULSEAUDIO=off: PulseAudio sound server support
     QT4=on: Build with QT4 Frontend
     UDPTUNNEL=on: Build with UDP tunnel support
     VDE=off: Build with VDE support
     VNC=on: Build with VNC support
     WEBSERVICE=off: Build Webservice
     X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://disasterarea.chruetertee.ch/
  3. http://download.virtualbox.org/virtualbox/4.2.12/
  4. http://tmp.chruetertee.ch/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-01-03
    Affects: users of emulators/virtualbox-ose
    Author: decke@FreeBSD.org
    Reason: 
      VirtualBox has been updated and does now depend on devel/kBuild instead
      of devel/kBuild-devel. Both are in conflict with each other so this has
      to be resolved manually. kBuild is only a build dependency so it is safe
      to remove installed kBuild before updating.
    
      # pkg_delete -f kBuild-\*
    
    
  • 2012-02-21
    Affects: users of emulators/virtualbox-ose
    Author: decke@FreeBSD.org
    Reason: 
      virtualbox-ose has been updated to 4.1.8 and requires the latest
      devel/kBuild-devel now. It is only a build dependency so it is safe
      to remove it before updating.
    
      # pkg_delete -f kBuild-\*
    
    
  • 2011-05-22
    Affects: users of emulators/virtualbox-ose
    Author: vbox@FreeBSD.org
    Reason: 
      The emulators/virtualbox-ose port has been updated to 4.0.8. If you
      want to stay with VirtualBox 3.2.x please run:
    
      # portmaster -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod
      # portmaster -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose
      or
      # portupgrade -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod
      # portupgrade -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose
    
      The emulators/virtualbox-ose-legacy port will always include the
      latest legacy version as a fallback if you hit a serious regression
      in the latest version.
    
    
Port Moves
  • port moved here from emulators/virtualbox on 2010-01-13
    REASON: Renamed and split into two components

Number of commits found: 55

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 May 2013 20:54:04
Original commit files touched by this commit  4.2.12
decke search for other commits by this committer
- Update to 4.2.12
- Add missing patch to additions to fix building after r248084
which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch
was already included in the kmod port but additions also need
it.
02 May 2013 17:16:30
Original commit files touched by this commit  4.2.6
bapt search for other commits by this committer
bmake doesn't know about .SHELL unsetenv=true, workaround it
26 Apr 2013 12:35:51
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Remove USE_CDRTOOLS from bsd.port.mk

This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
21 Mar 2013 13:15:57
Original commit files touched by this commit  4.2.6
gjb search for other commits by this committer
Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.

PR:		ports/175684, ports/176288 (related to)
Prodded by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	vbox (maintainer timeout, nearly 2 months)
03 Jan 2013 13:40:28
Original commit files touched by this commit  4.2.6
decke search for other commits by this committer
- Update to 4.2.6
- Remove custom FreeBSD compiler flags that are only supported by our old
  base GCC 4.2 [1]
- Fix building with ports GCC 4.6 [1]
- Fix build on 10-CURRENT after removal of vm_page_lock_queues() in r242941 [2]
- Improve waits for periods shorter than a single tick [1]
- Fix dependency check when building with custom KMODDIR [3]
- Fix recording with OSS Audio backend to record at a proper volume [4]
- Initialize host-only interfaces at boot time so that other scripts and
  daemons can properly use them [2]
- Fix build if $ENV not ash-compatible [5]
- Fix ich9 bios to correctly configure pci bridge1 and pci bridge2 [6]
- Add VLAN trunking support to vboxnetflt [7]

PR:		ports/171730 [1], ports/167521 [5]
Submitted by:	Andriy Gapon <avg@FreeBSD.org> [1]
Submitted by:	Ed Maste <emaste@FreeBSD.org> [2]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> [5]
Submitted by:	Gustau Perez i Querol <gperez@entel.upc.edu> [6]
Submitted by:	Landon J Fuller <landonf at plausible.coop> [7]
Reported by:	Daniel Braniss <danny@cs.huji.ac.il> [3]
Obtained from:	https://www.virtualbox.org/ticket/10695 [4]
See:		http://article.gmane.org/gmane.os.freebsd.devel.emulation/10438 [6]
09 Oct 2012 22:12:14
Original commit files touched by this commit  4.1.22
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
12 Sep 2012 20:15:53
Original commit files touched by this commit  4.1.22
decke search for other commits by this committer
- Update to 4.1.22 [1]
- Cleanup MASTER_SITES and use upstream mirror as primary

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
27 Aug 2012 12:53:41
Original commit files touched by this commit  4.1.20
decke search for other commits by this committer
- Update to 4.1.20
- Remove VNC IPv6 patch because it has been fixed upstream
- Pet portlint once again (LICENSE section)

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
02 Jul 2012 06:06:36
Original commit files touched by this commit  4.1.18
knu search for other commits by this committer
Add SF to master sites.

PR:             ports/167514
Approved by:    maintainer timeout
01 Jul 2012 23:41:31
Original commit files touched by this commit  4.1.18
jgh search for other commits by this committer
- revert previous commit, index breakage

PR:     ports/169223
VS: ----------------------------------------------------------------------
01 Jul 2012 22:52:41
Original commit files touched by this commit  4.1.18
jgh search for other commits by this committer
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE

PR:     ports/169223
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
30 Jun 2012 07:21:54
Original commit files touched by this commit  4.1.18
decke search for other commits by this committer
- Update to 4.1.18 [1]
- Convert to OptionsNG [2]
- Install DEBUG symbols for kernel modules [1]

Submitted by:   Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
                bapt@ [2]
06 Jun 2012 08:13:53
Original commit files touched by this commit  4.1.16_1
decke search for other commits by this committer
- Also assign IPv6 TCP port otherwise it's using the default 5900
port for IPv6 and allows only to start one VM that uses VNC.

rfbListenOnTCP6Port: error in bind IPv6 socket: Address already in use

Submitted by:   Gary Palmer <gpalmer@freebsd.org>
Tested by:      Steve Tuts <yiz5hwi@gmail.com>
06 Jun 2012 06:44:38
Original commit files touched by this commit  4.1.16_1
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
01 Jun 2012 05:26:28
Original commit files touched by this commit  4.1.16_1
dinoex search for other commits by this committer
- update png to 1.5.10
23 May 2012 12:39:20
Original commit files touched by this commit  4.1.16
decke search for other commits by this committer
- Update to 4.1.16
- Update wiki link to troubleshooting page
30 Apr 2012 17:18:04
Original commit files touched by this commit  4.1.14
decke search for other commits by this committer
- Update to 4.1.14
- Remove debugging fprintf in MachineImpl.cpp to fix build with GCC 4.6 [1]
- Add support for VLAN interfaces to NetIfList() [2]
- Add support for VIMAGE to VBoxNetAdp [3]
- Fix a kernel crash on FreeBSD 10-CURRENT hosts with VIMAGE enabled when a VM
is powered off [3]

Submitted by:   Andriy Gapon <avg at FreeBSD.org> [1]
                Landon J Fuller <landonf at plausible dot coop> [2]
                Mikolaj Golub <trociny at freebsd.org> [3]
Sponsored by:   Plausible Labs Cooperative, Inc [2]
05 Apr 2012 11:16:31
Original commit files touched by this commit  4.1.12
decke search for other commits by this committer
- Update to 4.1.12
- Fix PAM authentication for vboxwebsrv  [1]

PR:             ports/166614 [1]
Submitted by:   Landon Fuller <landonf@plausible.coop> [1]
Feature safe:   yes
30 Mar 2012 12:37:47
Original commit files touched by this commit  4.1.10
decke search for other commits by this committer
- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before

Reported by:    pointyhat (via pav)
Feature safe:   yes
15 Mar 2012 09:32:30
Original commit files touched by this commit  4.1.10
decke search for other commits by this committer
- Update to 4.1.10

Feature safe:   yes
09 Mar 2012 21:42:01
Original commit files touched by this commit  4.1.8_1
decke search for other commits by this committer
- Fix compile error on recent current

include/iprt/stdint.h:162: error: 'intptr_t' has a previous declaration as
'typedef long int intptr_t'
/usr/include/sys/_stdint.h:78: error: conflicting declaration 'typedef uintptr_t
uintptr_t'
include/iprt/stdint.h:165: error: 'uintptr_t' has a previous declaration as
'typedef long unsigned int uintptr_t'
kBuild: Compiling tstAsmStructsasm - src/VBox/VMM/testcase/tstAsmStructsAsm.asm
kBuild: Compiling tstGlobalConfig - src/VBox/VMM/testcase/tstGlobalConfig.cpp
kmk: * [out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC.o]

Submitted by:   Tijl Coosemans <tijl@freebsd.org>
Feature safe:   yes
08 Mar 2012 15:23:53
Original commit files touched by this commit  4.1.8
decke search for other commits by this committer
- Update Guest Additions Mirrorsite

PR:             ports/165597
Submitted by:   Seiji Ariga <freebsd@khaotic.net>
21 Feb 2012 14:31:55
Original commit files touched by this commit  4.1.8
decke search for other commits by this committer
- Update to 4.1.8
- Mark broken on FreeBSD < 8.0
- Fix lib32 checks to use /usr/lib32/libc.so
- R0 memobj rewrite [1]
- Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast
Mutex Semaphore" [1]

Submitted by:   Andriy Gapon <avg@FreeBSD.org> [1]
Obtained from:  redports.org/~virtualbox/
18 Feb 2012 10:18:33
Original commit files touched by this commit  4.0.14_1
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
14 Jan 2012 08:57:23
Original commit files touched by this commit  4.0.14
dougb search for other commits by this committer
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.
02 Dec 2011 17:34:39
Original commit files touched by this commit  4.0.14
decke search for other commits by this committer
- Update to 4.0.14

Feature safe:   yes
02 Dec 2011 14:04:47
Original commit files touched by this commit  4.0.12_1
decke search for other commits by this committer
- Fix error check for aio_error
- Bump PORTREVISION

Obtained from:  https://www.virtualbox.org/changeset/38332
Feature safe:   yes
18 Jul 2011 16:06:58
Original commit files touched by this commit  4.0.12
decke search for other commits by this committer
- Update to 4.0.12
01 Jul 2011 13:31:47
Original commit files touched by this commit  4.0.10
decke search for other commits by this committer
- Update to 4.0.10
- Fix build on 9-CURRENT with latest CAM changes [1]
- Add stop command and delay parameter to vboxheadless rc script [2]

Submitted by:   Jung-uk Kim <jkim@FreeBSD.org> [1],
                Franco Ricci <franco.ricci@phys.uniroma1.it> [2]
27 May 2011 08:07:49
Original commit files touched by this commit  4.0.8
decke search for other commits by this committer
- Fix pkg-plist for VBoxDbg.so

Reported by:    Barbara <barbara.xxx1975@libero.it>
22 May 2011 13:51:59
Original commit files touched by this commit  4.0.8
decke search for other commits by this committer
- Update to 4.0.8
- Add vboxheadless startscript [1]
- Add vboxwebsrv startscript [2]
- Change CONFLICTS to CONFLICTS_INSTALL [3]
- Relax hardening for PC-BSD 9 [4]
- Add VIMAGE support [5]
- Install VBoxExtPackHelperApp [6]
- Remove stale mirror
- Extend pkg-message for USB configuration
- Fix link_elf_obj: symbol RTStrCopy undefined [7]

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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Apr 2011 11:39:40
Original commit files touched by this commit  3.2.12_1
bapt search for other commits by this committer
Fix building with LOCALBASE != PREFIX
17 Mar 2011 13:29:04
Original commit files touched by this commit  3.2.12_1
decke search for other commits by this committer
- Enable createrawvmdk -relative under FreeBSD
- Bump PORTREVISION

PR:             ports/155236
Submitted by:   Dmitry Pryanishnikov <lynx.ripe@gmail.com>
31 Jan 2011 10:55:22
Original commit files touched by this commit  3.2.12
decke search for other commits by this committer
- Fix build when compiling remotely and DISPLAY is set

PR:             ports/153557
Submitted by:   Julian Stacey <jhs at berklix dot com>,
                Anonymous <swell dot k at gmail dot com>
Feature safe:   yes
23 Dec 2010 14:57:39
Original commit files touched by this commit  3.2.12
beat search for other commits by this committer
- Update to 3.2.12
- Remove check for FreeBSD 6.x
- Drop MD5 checksums
01 Dec 2010 08:21:16
Original commit files touched by this commit  3.2.10_2
beat search for other commits by this committer
- Fix build after MFC of ACPICA 20101013

PR:             ports/152710
Submitted by:   Grzegorz Blach <magik AT roorback.net>
29 Nov 2010 22:23:17
Original commit files touched by this commit  3.2.10_2
beat search for other commits by this committer
- Install EFI firmware
- Bump PORTREVISION

PR:             ports/152617
Submitted by:   well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net>
29 Nov 2010 12:42:31
Original commit files touched by this commit  3.2.10_1
pav search for other commits by this committer
- Correct the instructions for ldconfig rescan on amd64 systems

PR:             ports/149286
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (vbox@; 4 months)
03 Nov 2010 12:42:13
Original commit files touched by this commit  3.2.10_1
decke search for other commits by this committer
- Add workaround for regression in acpica 20101015 [1]
- Remove old patches not needed for newer VirtualBox versions anymore
- Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2]
- Bump PORTREVISION

PR:             ports/144959 [2]
Submitted by:   Alexander Eichner [2],
                Anthony Jenkins <ajenkins at vtilt dot com> [2]
Reported by:    Michael Butler <imb at protected-networks dot net> [1],
                DomiX (irc on freenode) [2],
                Monty Hall <kungfu_disciple at sbcglobal dot net> [2],
                many others [2]
15 Oct 2010 06:32:04
Original commit files touched by this commit  3.2.10
beat search for other commits by this committer
- Update to 3.2.10
30 Sep 2010 12:51:00
Original commit files touched by this commit  3.2.8_1
decke search for other commits by this committer
- Add 2D acceleration support for Windows Guests
- Bump PORTREVISION

Submitted by:   scf
Approved by:    beat (co-mentor)
09 Aug 2010 14:40:06
Original commit files touched by this commit  3.2.8
beat search for other commits by this committer
- Update to 3.2.8
29 Jun 2010 19:01:08
Original commit files touched by this commit  3.2.6
beat search for other commits by this committer
- Update to 3.2.6
- Fix build on recent CURRENT
- Don't abort if there is no default route interface while loading the
  network interfaces otherwise virtualbox can't find host-only interfaces. [1]

Feature safe:   yes
PR:             ports/144305 [1]
Reported by:    Wietse Venema <wietse AT porcupine.org> [1]
Submitted by:   mtm@ [1]
09 Jun 2010 22:02:59
Original commit files touched by this commit  3.2.4
decke search for other commits by this committer
- Update to 3.2.4
- Replace virtualbox.desktop with the one from the FreeBSD installer,
chase rebranding and remove DocPath because we don't install the user
manual. [1]
- Fix icon location

Reported by:    Mike Harding <mvh AT ix.netcom.com>, avg@, Warren Block <wblock
AT wonkity.com> [1]
Approved by:    beat (co-mentor)
07 Jun 2010 16:31:58
Original commit files touched by this commit  3.2.2
beat search for other commits by this committer
- Update to 3.2.2
- Update guest additions to 3.2.2.
- Add option to build with VNC support (Disabled by default)
- Add option to build with VDE support (Disabled by default) [1]
- Add option to build webservice (Disabled by default) [2]
- Fix build with QT4 support disabled and X11 support enabled. [3]
- Fix build with X11 support disabled. [4]
- Replace custom pkg-install.in script with GROUPS framework.
- Do not build Guest Additions in virtualbox-ose port.
- Implement locking/unlocking of host DVD drive. [5]
- Add LICENSE and LICENSE_FILE.

PR:             ports/146752 [5]
Submitted by:   mtm@ [5]
Requested by:   Mario Lobo <lobo AT bsd.com.br> [1],
                Hubert Tournier <hubert AT frbsd.org> [2]
Reported by:    Emil Mikulic <emil AT dmr.ath.cx> [3], mm@ [4]

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@.
18 May 2010 21:09:52
Original commit files touched by this commit  3.1.8
beat search for other commits by this committer
- Fix build on CURRENT wit ACPICA 20100428.

Reported by:    Michael Butler <imb AT protected-networks.net>
Submitted by:   jkim@
Reminded by:    sylvio@, daichi@, rnoland@
11 May 2010 18:16:36
Original commit files touched by this commit  3.1.8
beat search for other commits by this committer
- Update to 3.1.8
18 Apr 2010 09:37:05
Original commit files touched by this commit  3.1.6_3
beat search for other commits by this committer
- Fix VBoxManage after recent png update
- Bump PORTREVISION

PR:             ports/145457
Submitted by:   Daisuke Aoyama <aoyama AT peach.ne.jp> on freebsd-emulation@
Tested by:      Stacy Millions <stacy AT Millions.Ca>,
                Regis A. Despres <regis.despres AT businessinteractif.fr>
03 Apr 2010 10:44:36
Original commit files touched by this commit  3.1.6_2
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
28 Mar 2010 06:47:48
Original commit files touched by this commit  3.1.6_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 10:20:39
Original commit files touched by this commit  3.1.6
beat search for other commits by this committer
- 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)
15 Mar 2010 20:54:35
Original commit files touched by this commit  3.1.4
miwi search for other commits by this committer
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]
24 Jan 2010 23:18:38
Original commit files touched by this commit  3.1.2_1
beat search for other commits by this committer
- Add CONFLICT with virtualbox-ose-additions.
- Re-apply fix for ports/140171: Disable testcases to fix possible
  breakage with non default options set. [1]
- Removed inclusion of utmp.h to fix build on recent CURRENT. [2]
- Bump PORTREVISION.

PR:             ports/142855 [2]
Reported by:    Lanny Baron <lbaron AT servaris.com> [1]
Submitted by:   YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [2], ed@ [2]
On behalf of:   vbox@ (decke, dhn, itetcu, miwi, nox)
13 Jan 2010 08:03:17
Original commit files touched by this commit  3.1.2
beat search for other commits by this committer
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:)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Jan 2010 07:37:55
Original commit files touched by this commit  3.0.51.r22902_3
beat search for other commits by this committer
- Forced commit to document that emulators/virtualbox-ose and
  emulators/virtualbox-ose-kmod were repocopied from emulators/virtualbox.

PR:             ports/142525
Repocopy by:    marcus

Number of commits found: 55

2846
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24527
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours11
new 7 days28
new fortnight57
new month214

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0