8def FreshPorts -- emulators/virtualbox-ose-legacy
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-legacy 4.1.24 emulators on this many watch lists=3 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: 22 May 2011 09:02:02
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-legacy
  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. devel/sdl12
  6. devel/glib20
  7. devel/pcre
  8. accessibility/atk
  9. graphics/gdk-pixbuf2
  10. devel/libIDL
  11. x11-toolkits/pango
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for virtualbox-ose-legacy-4.1.24:
     DBUS=on: D-Bus IPC system support
     DEBUG=off: Install debug symbols
     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=off: 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.1.24/
  4. http://tmp.chruetertee.ch/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Jun 2013 18:55:09
Original commit files touched by this commit  4.1.24
eadler search for other commits by this committer
virtualbox-ose-* is incompatible with newer versions of python.

Approved by:	decke
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
03 Jan 2013 13:37:13
Original commit files touched by this commit  4.1.24
decke search for other commits by this committer
- Update to 4.1.24
- Fix building with libxslt newer than 1.1.26

Obtained from:	https://www.virtualbox.org/ticket/10940
09 Oct 2012 22:12:14
Original commit files touched by this commit  4.0.16_2
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:13:35
Original commit files touched by this commit  4.0.16_2
decke search for other commits by this committer
- Cleanup MASTER_SITES and use upstream mirror as primary

Discussed with:	beat (for chruetertee mirrors)
04 Aug 2012 07:54:44
Original commit files touched by this commit  4.0.16_2
decke search for other commits by this committer
- Add missing VNC IPv6 patch
- Convert to optionsng [1]

Submitted by:	bapt [1]
01 Jul 2012 23:43:40
Original commit files touched by this commit  4.0.16_2
jgh search for other commits by this committer
- revert previous commit, index breakage

PR:     ports/169224
01 Jul 2012 23:08:51
Original commit files touched by this commit  4.0.16_2
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/169224
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
06 Jun 2012 06:44:38
Original commit files touched by this commit  4.0.16_2
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.0.16_2
dinoex search for other commits by this committer
- update png to 1.5.10
09 Mar 2012 21:57:44
Original commit files touched by this commit  4.0.16_1
decke search for other commits by this committer
- Unbreak by disabling broken VMM testcase. It seems to be an incompatibility
with recently updated yasm.

Submitted by:   pointyhat (via pav)
Feature safe:   yes
08 Mar 2012 15:23:53
Original commit files touched by this commit  4.0.16
decke search for other commits by this committer
- Update Guest Additions Mirrorsite

PR:             ports/165597
Submitted by:   Seiji Ariga <freebsd@khaotic.net>
08 Mar 2012 14:20:33
Original commit files touched by this commit  4.0.16
decke search for other commits by this committer
- Remove empty line at end of file

Reported by:    Alex Kozlov <ak@FreeBSD.org>
05 Mar 2012 22:08:22
Original commit files touched by this commit  4.0.16
pav search for other commits by this committer
- Mark BROKEN on amd64: fails to compile
  kmk: ***
[/work/a/ports/emulators/virtualbox-ose-legacy/work/VirtualBox-4.0.16_OSE/out/freebsd.amd64/release/obj/VMM/tstAsmStructsAsm.mac]
Error 1
  kmk: *** Deleting file

Reported by:    pointyhat
21 Feb 2012 12:43:15
Original commit files touched by this commit  4.0.16
decke search for other commits by this committer
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so

Obtained from:          redports.org/~virtualbox/
18 Feb 2012 10:18:33
Original commit files touched by this commit  3.2.12_4
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  3.2.12_3
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.
01 Jul 2011 13:24:43
Original commit files touched by this commit  3.2.12_3
decke search for other commits by this committer
- Fix build on 9-CURRENT with latest CAM changes [1]
- Add stop command and delay parameter to vboxheadless rc script [2]
- Bump PORTREVISION

Submitted by:   Jung-uk Kim <jkim@FreeBSD.org> [1],
                Franco Ricci <franco.ricci@phys.uniroma1.it> [2]
22 May 2011 09:15:09
Original commit files touched by this commit  3.2.12_2
decke search for other commits by this committer
- 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]
22 May 2011 09:01:20
Original commit files touched by this commit  3.2.12_1
decke search for other commits by this committer
Force commit to note the repocopy: emulators/virtualbox-ose to
emulators/virtualbox-ose-legacy and emulators/virtualbox-ose-kmod to
emulators/virtualbox-ose-kmod-legacy

PR:             ports/156843
Repocopy by:    marcus@

Number of commits found: 20

284c
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 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 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight85
new month177

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