summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/virtualbox-ose(-legacy): Take advantage of ccacheDerek Schrock2022-02-091-1/+1
| | | | | | | This patch teaches the virtualbox ports to take advantage of ccache if the ports are configured to use it. PR: 254616
* emulators/virtualbox-ose-legacy: Fix build on headGuido Falsi2022-02-091-0/+10
| | | | | | | The legacy version of virtualbox fails to build on head with clang > 11, so force using clang 11 there. PR: 254616 (suggested in)
* emulators/virtualbox-ose-additions(-legacy): Fix build on recent headGuido Falsi2022-02-051-3/+11
| | | | | | | | On recent head, after src commit 66c5fbca7719dc, the insmntque1(9) function arguments changed. Adapt virtualbox code, following what has been done in base with other filesystems migrating to insmntque(9).
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-231-5/+5
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* emulators/virtualbox-ose: Update description and message filesGraham Perrin2021-10-221-5/+17
| | | | | | | | | | | | - Add updated information about supported versions, installation commands and mitigation for a known issue. - Removed reference to the wiki page. Reviewed on github: https://github.com/freebsd/freebsd-ports/pull/115 PR: 254412
* emulators/virtualbox-ose-additions-legacy: Import improvements from non ↵Guido Falsi2021-10-172-16/+11
| | | | | | | | | | | | | | | | | | | | | | legacy port Import changes from commit 1b2394551c0385 to legacy port: In the virtualbox virtual filesystem code we ship as a patch some code in an else block is commented out. This produces a code path in which a pointer variable is dereferenced in an unassigned state, causing random crashes. Lacking a better fix, give a default value of NULL to the pointer, which at least avoids the random pointer dereference issue. PR: 255386 Alsso import fix for building on recent head from cec55f41e10f13: Fix build after head commit b4a58fbf640409a1 (vfs: remove cn_thread) MFH: 2021Q4
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* multimedia/libvpx: update 1.11.0Jan Beich2021-10-091-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
* emulators/virtualbox-ose(-legacy): Make VirtualBox limit AIO requestsTom Rushworth2021-09-042-1/+60
| | | | | | | | | Import patch to teach VirtualBox to check availability of AIO resources before trying to allocate more. This prevents crashes when using AIO in VirtualBox. PR: 168298
* emulators/virtualbox-ose-legacy: Fix additions build on recent HEADGuido Falsi2021-06-301-2/+6
| | | | | | | | | | Apply same fix used for the main port in commit ef04eff33cf626: Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt virtualbox code to be able to compile there too. Reported by: koobs, dim MFH: 2021Q2
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading timeGuido Falsi2021-06-142-277/+288
| | | | | | | | | | | | | | | | | | | | | | | After src commit e266a0f7f001 a module is not allowed to call kern_kldload while being loaded. The virtualbox module is doing exactly this though. virutalbox used to do this because the ng_ether netgraph node did not provide version information in the past and there was no way to properly depend on it. ng_ether has gained versioning information in base r238844 more than ten years ago, so we can now unconditionally properly depend on it, since this revision is now included in all supported FreeBSD versions. Thanks to Tomoaki AOKI for identifying the base commuit exposing the issue. Backport fix to legacy port. WHile here also merge a double patch for the smae file. PR: 256505 MFH: 2021Q2
* *: Three ports missed in the RESTRICTED removal.Mathieu Arnold2021-05-061-2/+5
|
* emulators/virtualbox-ose-legacy: limit portscout reportingGuido Falsi2021-04-301-0/+2
| | | | | The VirtualBox legacy ports track version 5.x, limit portscout reporting accordingly.
* 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>
* - 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
* 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.
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | With hat: portmgr
* 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)
* Remove unused patches.Jung-uk Kim2014-03-203-120/+0
|
* Prefer USES=tar:bzip2.Jung-uk Kim2014-03-201-2/+1
|
* - 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.
* 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
* - 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]
* 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)
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
|
* - 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
* - 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)
* - 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.
* - 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | emulators)
* Fix build on head after iconv change.Guido Falsi2013-09-061-0/+3
| | | | Approved by: portmgr (bapt, implicit)
* 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>
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-0/+1
|
* - 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
* virtualbox-ose-* is incompatible with newer versions of python.Eitan Adler2013-06-021-1/+1
| | | | Approved by: decke
* 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
* - 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
* 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.
* - Cleanup MASTER_SITES and use upstream mirror as primaryBernhard Froehlich2012-09-121-2/+2
| | | | Discussed with: beat (for chruetertee mirrors)
* - Add missing VNC IPv6 patchBernhard Froehlich2012-08-042-30/+41
| | | | | | - Convert to optionsng [1] Submitted by: bapt [1]
* - revert previous commit, index breakageJason Helfman2012-07-011-5/+5
| | | | PR: ports/169224
* - 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 )
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
|
* - 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
* - Update Guest Additions MirrorsiteBernhard Froehlich2012-03-081-1/+1
| | | | | PR: ports/165597 Submitted by: Seiji Ariga <freebsd@khaotic.net>
* - Remove empty line at end of fileBernhard Froehlich2012-03-081-1/+0
| | | | Reported by: Alex Kozlov <ak@FreeBSD.org>