aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-kmod
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/virtualbox-ose-kmod: Spell PORTREVISION correctlyTobias Kortkamp2021-03-181-1/+1
| | | | Notes: svn path=/head/; revision=568758
* emulators/virtualbox-ose-kmod: Fix kernel panic on 13/14 with bridge mode by ↵Neel Chauhan2021-03-181-0/+1
| | | | | | | | | | | | | | adding EPOCH support In r560502, I added a patch to support EPOCH to VirtualBox 5. When we upgraded to VirtualBox 6, that patch was (unintentionally) removed, making it impossible to use bridge move without this current patch. Approved by: jkim, madpilot Differential Revision: https://reviews.freebsd.org/D29319 Notes: svn path=/head/; revision=568745
* - Update VirtualBox OSE to 6.1.18Guido Falsi2021-03-092-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and ↵Neel Chauhan2021-01-061-1/+1
| | | | | | | | | | | bridge mode. Reviewed by: kp, jkim (previous version) Approved by: kp, jkim (previous version), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D26359 Notes: svn path=/head/; revision=560502
* emulators/virtualbox-ose-kmod: Fix a pair of VM bugsAdriaan de Groot2020-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Use vm_pager_allocate() to allocate OBJT_PHYS objects. This ensures that they're initialized properly. - Don't assume that user wiring will succeed. This had been a team effort, with multiple independent reports, a wide variety of experiments, and patches written by kib@ and refined by markj@. I'm bumping PORTREVISION and aligning the revision of both kmod and application; it's possible the application bump isn't actually needed but let's make sure they both get rebuilt with this important (because of changed kernel assumptions) fix. PR: 249326 Submitted by: kib, markj Reported by: adridg, Rainer Hurling Reviewed by: adridg Approved by: koobs (vbox) MFH: 2020Q3 Notes: svn path=/head/; revision=549922
* Belatedly update PORTREVISION. It had to be done with r544898.Jung-uk Kim2020-08-161-0/+1
| | | | Notes: svn path=/head/; revision=545087
* - Update VirtualBox ports to 5.2.44Guido Falsi2020-07-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | - Adapt and regenerate patches - Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1] Patch based on one provided by Mario Lobo <lobo@bsd.com.br>. Many thanks to people who provided ideas and suggetions in the PR and review. PR: 244212 Submitted by: Nikita Stepanov <nikitastepan0v@bk.ru> Reviewed by: kevans [1] Tested by: lwshu Approved by: ports-secteam (joneum) MFH: 2020Q3 Security: 1e7b316b-c6a8-11ea-a7d5-001999f8d30b Differential Revision: https://reviews.freebsd.org/D25496 Notes: svn path=/head/; revision=542551
* emulators/virtualbox-ose-{additions,kmod}: Remove missing patchKyle Evans2020-04-041-2/+1
| | | | | | | | | | | | | | | | | | extrapatch-Config.kmk was merged in ports r528258 into the standard Config.kmk patch out of necessity, but inadvertently missed that it was also referenced in two other spots. No PORTREVISION bump, as these are build-only fixes to fix the entirety of virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod. PR: 245239 Approved by: koobs (mentor) Approved by: portmgr (blanket: build fix, just-fix-it) MFH: 2020Q2 (blanket: build fix) Differential Revision: https://reviews.freebsd.org/D24260 Notes: svn path=/head/; revision=530709
* Update to 5.2.34.Jung-uk Kim2019-10-172-5/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v34 Notes: svn path=/head/; revision=514643
* - Update WWWDmitry Marakasov2019-09-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=512706
* emulators/virtualbox-ose*: Use ECHO_CMD not ECHO per bsd.commands.mkTobias Kortkamp2019-09-091-5/+5
| | | | | | | | | | - Unbreak `make -s` builds PR: 240433, 240426 Submitted by: Franco Fichtner <franco@opnsense.org> (based on) Notes: svn path=/head/; revision=511620
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update to 5.2.32.Jung-uk Kim2019-07-162-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v32 Notes: svn path=/head/; revision=506783
* Update to 5.2.30.Jung-uk Kim2019-05-162-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v30 Notes: svn path=/head/; revision=501807
* set VirtualBox MASTER_SITES to download.oracle.comChristoph Moench-Tegeder2019-04-271-1/+1
| | | | | | | | | | | | The SSL certificate of the host does not have download.virtualbox.org in it's SubjectAltName anymore (download.virtualbox.org points to the same CDN and is the same host as download.oracle.com, and checksums still match). Reported by: Duncan Young Notes: svn path=/head/; revision=500209
* Update to 5.2.28.Jung-uk Kim2019-04-232-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v28 Notes: svn path=/head/; revision=499787
* Prefer HTTPS for MASTER_SITES.Jung-uk Kim2019-01-291-1/+1
| | | | Notes: svn path=/head/; revision=491592
* Update to 5.2.26.Jung-uk Kim2019-01-292-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v26 Notes: svn path=/head/; revision=491591
* Update to 5.2.24.Jung-uk Kim2019-01-162-5/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog-5.2#v24 Notes: svn path=/head/; revision=490486
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update to 5.2.22.Jung-uk Kim2018-11-092-5/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#22 Notes: svn path=/head/; revision=484559
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-4/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* Support SMAP for amd64.Jung-uk Kim2018-10-201-0/+1
| | | | | | | | | | This should stop kernel panics on SMAP supported CPUs after r336876. PR: 230460 MFH: 2018Q4 Notes: svn path=/head/; revision=482464
* Update to 5.2.20.Jung-uk Kim2018-10-172-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#20 Notes: svn path=/head/; revision=482272
* Update to 5.2.18.Jung-uk Kim2018-08-152-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#18 Notes: svn path=/head/; revision=477280
* Update to 5.2.16.Jung-uk Kim2018-07-172-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#16 Notes: svn path=/head/; revision=474823
* Update to 5.2.14.Jung-uk Kim2018-07-022-4/+4
| | | | | | | https://www.virtualbox.org/wiki/ChangeLog#14 Notes: svn path=/head/; revision=473773
* Update to 5.2.12.Jung-uk Kim2018-05-102-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#12 Notes: svn path=/head/; revision=469570
* Update to 5.2.10.Jung-uk Kim2018-04-172-5/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#v10 Notes: svn path=/head/; revision=467659
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Update to 5.2.8.Jung-uk Kim2018-02-282-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#v8 Notes: svn path=/head/; revision=463272
* Update to 5.2.6.Jung-uk Kim2018-01-172-4/+4
| | | | Notes: svn path=/head/; revision=459219
* Update to 5.2.4.Jung-uk Kim2017-12-272-4/+4
| | | | | | | https://www.virtualbox.org/wiki/Changelog#v4 Notes: svn path=/head/; revision=457424
* Update to 5.2.2.Jung-uk Kim2017-11-302-6/+5
| | | | Notes: svn path=/head/; revision=455237
* Turn on VIMAGE option by default.Jung-uk Kim2017-10-241-0/+2
| | | | | | | VIMAGE is enabled in GENERIC kernels on head now. Notes: svn path=/head/; revision=452816
* Update to 5.2.0.Jung-uk Kim2017-10-232-4/+4
| | | | Notes: svn path=/head/; revision=452715
* Update to 5.1.30.Jung-uk Kim2017-10-172-4/+4
| | | | Notes: svn path=/head/; revision=452255
* Update to 5.1.28.Jung-uk Kim2017-09-152-4/+4
| | | | Notes: svn path=/head/; revision=449889
* Update to 5.1.26.Jung-uk Kim2017-07-282-4/+4
| | | | Notes: svn path=/head/; revision=446841
* Update to 5.1.24.Jung-uk Kim2017-07-192-4/+4
| | | | Notes: svn path=/head/; revision=446181
* Update to 5.1.22.Jung-uk Kim2017-05-012-4/+4
| | | | Notes: svn path=/head/; revision=439904
* Update to 5.1.20.Jung-uk Kim2017-04-182-4/+4
| | | | Notes: svn path=/head/; revision=438815
* Update to 5.1.18.Jung-uk Kim2017-03-152-4/+4
| | | | Notes: svn path=/head/; revision=436259
* Update to 5.1.16.Jung-uk Kim2017-03-092-4/+4
| | | | Notes: svn path=/head/; revision=435738
* Update to 5.1.14.Jung-uk Kim2017-01-182-4/+4
| | | | Notes: svn path=/head/; revision=431821
* Update to 5.1.12.Jung-uk Kim2016-12-212-4/+4
| | | | Notes: svn path=/head/; revision=429084
* Update to 5.1.10.Jung-uk Kim2016-11-242-6/+6
| | | | Notes: svn path=/head/; revision=427059
* - Fix plist when DEBUG enabled on 11Li-Wen Hsu2016-11-022-4/+11
| | | | | | | | Reviewed by: jkim Differential Revision: https://reviews.freebsd.org/D5071 Notes: svn path=/head/; revision=425106