aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
Commit message (Collapse)AuthorAgeFilesLines
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=305610
* - Cleanup MASTER_SITES and use upstream mirror as primaryBernhard Froehlich2012-09-121-2/+2
| | | | | | | Discussed with: beat (for chruetertee mirrors) Notes: svn path=/head/; revision=304160
* - Add missing VNC IPv6 patchBernhard Froehlich2012-08-042-30/+41
| | | | | | | | | - Convert to optionsng [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=302006
* - revert previous commit, index breakageJason Helfman2012-07-011-5/+5
| | | | | | | PR: ports/169224 Notes: svn path=/head/; revision=300353
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-5/+5
| | | | | | | | | | | - pet portlint on placement of LICENSE PR: ports/169224 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300350
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Unbreak by disabling broken VMM testcase. It seems to be an ↵Bernhard Froehlich2012-03-092-4/+12
| | | | | | | | | | incompatibility with recently updated yasm. Submitted by: pointyhat (via pav) Feature safe: yes Notes: svn path=/head/; revision=293027
* - Update Guest Additions MirrorsiteBernhard Froehlich2012-03-081-1/+1
| | | | | | | | PR: ports/165597 Submitted by: Seiji Ariga <freebsd@khaotic.net> Notes: svn path=/head/; revision=292973
* - Remove empty line at end of fileBernhard Froehlich2012-03-081-1/+0
| | | | | | | Reported by: Alex Kozlov <ak@FreeBSD.org> Notes: svn path=/head/; revision=292972
* - Mark BROKEN on amd64: fails to compilePav Lucistnik2012-03-051-0/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=292782
* - Update to 4.0.16Bernhard Froehlich2012-02-2112-132/+95
| | | | | | | | | - Fix lib32 checks to use /usr/lib32/libc.so Obtained from: redports.org/~virtualbox/ Notes: svn path=/head/; revision=291990
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=291667
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Fix build on 9-CURRENT with latest CAM changes [1]Bernhard Froehlich2011-07-013-4/+50
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=276785
* - Introduce -legacy portsBernhard Froehlich2011-05-223-5/+188
| | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=274430
* Fix building with LOCALBASE != PREFIXBaptiste Daroussin2011-04-201-1/+1
| | | | Notes: svn path=/head/; revision=272950
* - Enable createrawvmdk -relative under FreeBSDBernhard Froehlich2011-03-172-0/+49
| | | | | | | | | | - Bump PORTREVISION PR: ports/155236 Submitted by: Dmitry Pryanishnikov <lynx.ripe@gmail.com> Notes: svn path=/head/; revision=271112
* - Fix build when compiling remotely and DISPLAY is setBernhard Froehlich2011-01-311-1/+1
| | | | | | | | | | PR: ports/153557 Submitted by: Julian Stacey <jhs at berklix dot com>, Anonymous <swell dot k at gmail dot com> Feature safe: yes Notes: svn path=/head/; revision=268475
* - Update to 3.2.12Beat Gaetzi2010-12-232-12/+5
| | | | | | | | - Remove check for FreeBSD 6.x - Drop MD5 checksums Notes: svn path=/head/; revision=266791
* - Fix build after MFC of ACPICA 20101013Beat Gaetzi2010-12-011-1/+1
| | | | | | | | PR: ports/152710 Submitted by: Grzegorz Blach <magik AT roorback.net> Notes: svn path=/head/; revision=265502
* - Install EFI firmwareBeat Gaetzi2010-11-292-2/+4
| | | | | | | | | | - Bump PORTREVISION PR: ports/152617 Submitted by: well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net> Notes: svn path=/head/; revision=265413
* - Correct the instructions for ldconfig rescan on amd64 systemsPav Lucistnik2010-11-291-1/+1
| | | | | | | | | PR: ports/149286 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (vbox@; 4 months) Notes: svn path=/head/; revision=265377
* - Add workaround for regression in acpica 20101015 [1]Bernhard Froehlich2010-11-035-29/+38
| | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=263977
* - Update to 3.2.10Beat Gaetzi2010-10-154-36/+10
| | | | Notes: svn path=/head/; revision=263023
* - Add 2D acceleration support for Windows GuestsBernhard Froehlich2010-09-302-0/+21
| | | | | | | | | | - Bump PORTREVISION Submitted by: scf Approved by: beat (co-mentor) Notes: svn path=/head/; revision=262166
* - Update to 3.2.8Beat Gaetzi2010-08-094-27/+9
| | | | Notes: svn path=/head/; revision=259013
* - Update to 3.2.6Beat Gaetzi2010-06-294-7/+51
| | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=257167
* - Update to 3.2.4Bernhard Froehlich2010-06-094-15/+27
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=256234
* - Update to 3.2.2Beat Gaetzi2010-06-0722-429/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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@. Notes: svn path=/head/; revision=256033
* - Fix build on CURRENT wit ACPICA 20100428.Beat Gaetzi2010-05-181-0/+20
| | | | | | | | | Reported by: Michael Butler <imb AT protected-networks.net> Submitted by: jkim@ Reminded by: sylvio@, daichi@, rnoland@ Notes: svn path=/head/; revision=254570
* - Update to 3.1.8Beat Gaetzi2010-05-113-8/+19
| | | | Notes: svn path=/head/; revision=254166
* - Fix VBoxManage after recent png updateBeat Gaetzi2010-04-181-1/+3
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=252862
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 3.1.6Beat Gaetzi2010-03-275-12/+41
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=251573
* Presenting VirtualBox 3.1.4 for FreeBSDMartin Wilke2010-03-1510-249/+24
| | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=251101
* - Add CONFLICT with virtualbox-ose-additions.Beat Gaetzi2010-01-244-2/+26
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=248491
* emulators/virtualbox:Beat Gaetzi2010-01-1326-711/+589
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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