aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-6/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add patch to fix OSS audio to virtualbox-ose-legacyGuido Falsi2021-03-142-1/+33
| | | | | | | | PR: 237472 Submitted by: Martin Birgmeier <d8zNeCFG@aon.at> Notes: svn path=/head/; revision=568418
* - Update VirtualBox OSE to 6.1.18Guido Falsi2021-03-09121-0/+9752
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=567950
* Remove virtualbox-*-legacy due to lack of stagingJohn Marino2014-09-0924-1648/+0
| | | | | | | | | 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. Notes: svn path=/head/; revision=367769
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* Remove unused patches.Jung-uk Kim2014-03-203-120/+0
| | | | Notes: svn path=/head/; revision=348713
* Prefer USES=tar:bzip2.Jung-uk Kim2014-03-201-2/+1
| | | | Notes: svn path=/head/; revision=348712
* - Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. ItJung-uk Kim2014-03-051-2/+0
| | | | | | | | | has not been used for very long time. - Remove devel/yasm from BUILD_DEPENDS for kernel module. It is actually unnecessary for building kmod. Notes: svn path=/head/; revision=347141
* Fix build after re-appearance of converters/libiconv on 10+ (r341775).Jung-uk Kim2014-02-212-3/+16
| | | | | | | | Obtained from: svn.redports.org/virtualbox PR: ports/186847 Notes: svn path=/head/; revision=345546
* - Update to 4.2.22Bernhard Froehlich2014-01-163-8/+49
| | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=339932
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.Bernhard Froehlich2013-12-172-7/+17
| | | | | | | | | | | | This fixes the remaining compat9x problems because the virtualbox buildsystem did remove our RPATH on some binaries if hardening is enabled. The hardening is a collection of additional safety checks for all virtualbox suid binaries and is always enabled. Reported by: many FreeBSD 10 users Notes: svn path=/head/; revision=336773
* - make lang/python an explicit dependency to get rid of theMarcus von Appen2013-12-141-1/+2
| | | | | | | | | | implicit one Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336470
* - Update to virtualbox-ose 4.2.20_1Bernhard Froehlich2013-12-1325-501/+486
| | | | | | | | | - 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. Notes: svn path=/head/; revision=336332
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-3/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Fix build on head after iconv change.Guido Falsi2013-09-061-0/+3
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326509
* Add explicit iconv dependency. The port requires variable ICONV_LIBBernhard Froehlich2013-09-061-1/+1
| | | | | | | | | | | defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org> Notes: svn path=/head/; revision=326480
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-0/+1
| | | | Notes: svn path=/head/; revision=326133
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* virtualbox-ose-* is incompatible with newer versions of python.Eitan Adler2013-06-021-1/+1
| | | | | | | Approved by: decke Notes: svn path=/head/; revision=319712
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-3/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=316600
* - Update to 4.1.24Bernhard Froehlich2013-01-0321-145/+472
| | | | | | | | | - Fix building with libxslt newer than 1.1.26 Obtained from: https://www.virtualbox.org/ticket/10940 Notes: svn path=/head/; revision=309875
* 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