aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-kmod
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 5.1.8.Jung-uk Kim2016-10-232-4/+4
| | | | | | | | PR: 213683 Differential Revision: https://reviews.freebsd.org/D8292 Notes: svn path=/head/; revision=424537
* Update to 5.1.6.Jung-uk Kim2016-09-122-4/+4
| | | | Notes: svn path=/head/; revision=421965
* Update to 5.1.4.Jung-uk Kim2016-09-072-10/+10
| | | | Notes: svn path=/head/; revision=421521
* Disable TSC measurement thread. It causes a panic with INVARIANTS kernelJung-uk Kim2016-07-251-0/+1
| | | | | | | option. In fact, I doubt that it works on FreeBSD. Notes: svn path=/head/; revision=419083
* Update to 5.0.26.Jung-uk Kim2016-07-223-37/+32
| | | | Notes: svn path=/head/; revision=418931
* Update to 4.3.38.Jung-uk Kim2016-04-212-3/+3
| | | | | | | MFH: 2016Q2 Notes: svn path=/head/; revision=413748
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update to 4.3.36.Jung-uk Kim2016-02-052-3/+3
| | | | Notes: svn path=/head/; revision=408130
* Update to 4.3.34.Jung-uk Kim2015-11-122-3/+3
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=401462
* Update to 4.3.32.Jung-uk Kim2015-10-202-3/+3
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=399877
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Fix pre-build target to properly set environment variables. Note there isJung-uk Kim2015-07-131-4/+2
| | | | | | | | no functional change but it is done for correctness. Also, note the change is merged from emulators/virtualbox-ose (r355732). Notes: svn path=/head/; revision=391963
* Update to 4.3.30.Jung-uk Kim2015-07-102-3/+3
| | | | | | | MFH: 2015Q3 Notes: svn path=/head/; revision=391720
* Update to 4.3.28.Jung-uk Kim2015-05-132-3/+3
| | | | Notes: svn path=/head/; revision=386272
* Update to 4.3.26.Jung-uk Kim2015-03-162-3/+3
| | | | Notes: svn path=/head/; revision=381456
* Update to 4.3.24.Jung-uk Kim2015-03-032-3/+3
| | | | Notes: svn path=/head/; revision=380340
* - Update to 4.3.22.Jung-uk Kim2015-02-132-4/+3
| | | | | | | - Install a wrapper for executables as Linux and Solaris installers do. Notes: svn path=/head/; revision=378904
* Bump PORTREVISION.Josh Paetzel2015-01-281-0/+1
| | | | | | | Needed by r378074 Notes: svn path=/head/; revision=378075
* Fix circular dep issues so this script can DTRT at boot.Josh Paetzel2015-01-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script needs to run after ldconfig, however it's deps cause: a) A circular dependancy in rcorder b) It starts before ldconfig This causes the VBoxManage command to bail out when it's run by this script because it can't find it's required libs. The consequence of this is host only networks aren't set up properly at boot. By removing the explicit dependancy on ldconfig we get rid of the circular dependancy issues. However since the VBoxManage command does actually need libraries in /usr/local/lib we set that explicitly with LD_LIBRARY_PATH. There's not really a good solution to this issue. The real "problem" is that /usr could be an NFS mount and you have to run ldconfig after /usr is mounted. While LD_LIBRARY_PATH is kind of ugly, and removing an explicit dependancy is ugly, the other alternatives are uglier. (Break NFS mounted /usr for example) I'd also argue that having this just not work (which is the state of it before this commit) is pretty ugly too. Also, I apologize in advance for not discussing this on emulation@ and just doing a drive by commit, however hopefully the fact that "This fixes obvious breakage" makes up for the fact that I skipped peer review, proper approval, and most importantly giving the community to bikeshed this ad naseum. Notes: svn path=/head/; revision=378074
* - Update to 4.3.20.Jung-uk Kim2014-11-252-3/+3
| | | | | | | | | - Fix MANUAL option. [1] PR: 195272 [1] Notes: svn path=/head/; revision=373388
* Update to 4.3.18.Jung-uk Kim2014-10-203-10/+9
| | | | Notes: svn path=/head/; revision=371294
* - Add CPE information to virtualbox portsBernhard Froehlich2014-09-181-1/+4
| | | | Notes: svn path=/head/; revision=368433
* - Update to 4.3.16Bernhard Froehlich2014-09-172-3/+3
| | | | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>, Jung-uk Kim <jkim@FreeBSD.org> Obtained from: svn.redports.org/virtualbox Notes: svn path=/head/; revision=368359
* Update to 4.3.12.Jung-uk Kim2014-05-222-10/+16
| | | | Notes: svn path=/head/; revision=354896
* Make sure to set --disable-docs and --disable-libvpx.Jung-uk Kim2014-05-091-4/+5
| | | | Notes: svn path=/head/; revision=353540
* - Update to 4.3.10.Jung-uk Kim2014-03-283-5/+3
| | | | | | | | - Build with base C/C++ compiler, i.e., clang on 10.0+, as much as we can to remove GCC run-time dependency and to reduce possible C++ ABI conflicts. Notes: svn path=/head/; revision=349473
* Prefer USES=tar:bzip2.Jung-uk Kim2014-03-201-2/+1
| | | | Notes: svn path=/head/; revision=348712
* Fix panic for stable/9. Use vm_page_alloc_contig() as it is now available.Jung-uk Kim2014-03-201-0/+1
| | | | | | | | Tested by: Douglas Berry (doug at bitnix dot ca) PR: ports/187580 Notes: svn path=/head/; revision=348711
* - Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. ItJung-uk Kim2014-03-051-4/+1
| | | | | | | | | 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
* Update to 4.3.8.Jung-uk Kim2014-03-0411-275/+24
| | | | | | | Obtained from: svn.redports.org/virtualbox Notes: svn path=/head/; revision=346981
* Stage support.Rene Ladan2014-01-261-7/+6
| | | | | | | Reviewed by: vbox@ (decke) Notes: svn path=/head/; revision=341267
* - Update to 4.3.6Bernhard Froehlich2014-01-239-236/+27
| | | | | | | | Obtained from: svn.redports.org/virtualbox Thanks to: all testers of the 3 CFTs Notes: svn path=/head/; revision=340840
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Update to 4.2.22Bernhard Froehlich2014-01-163-4/+4
| | | | | | | | | | | | | | | - Remove 3D crOpenGl patches that are already included in the new release - 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=339930
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Update to 4.2.20 [1]Bernhard Froehlich2013-12-102-11/+3
| | | | | | | | | | | | | | | | - Add $_GCC_RUNTIME to vbox runpath when building with gcc from ports [2] - Add vboxwatchdog rc.d script - Fix building with gcc 4.6 from ports and remove FreeBSD specific -mno-align-long-strings - Remove checks for EoL FreeBSD versions - Support staging - Convert LIB_DEPENDS to new shlib format - Adopt OPTIONS_SUB and new OPTION_CONFIGURE_ON|OFF PR: ports/182468 [2] Submitted by: Mikhail Tsatsenko [1] Notes: svn path=/head/; revision=336107
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-092-14/+3
| | | | | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Notes: svn path=/head/; revision=333329
* - Fix calls of vm_map_find() after r255426 broke it and addedBernhard Froehlich2013-09-212-0/+64
| | | | | | | | | | | | a mmap flag. PR: ports/181971, ports/182121 Submitted by: Lawrence Stewart <lstewart@FreeBSD.org>, Dan McGregor <dan.mcgregor@usask.ca> Notes: svn path=/head/; revision=327838
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* - Update to 4.2.18Bernhard Froehlich2013-09-082-3/+3
| | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=326731
* - Update to 4.2.16Bernhard Froehlich2013-07-072-3/+3
| | | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=322447
* - Update to 4.2.14Bernhard Froehlich2013-06-245-8/+82
| | | | | | | | | | | | | | | | - Fix VLAN trunking support in vboxnetflt [1] - Fix panic in kmod when VIMAGE is disabled in the kernel and port [2] - Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3] - Pet portlint (WWW, Created by lines) This update was mainly done by Mikhail Tsatsenko. Submitted by: Landon J Fuller <landonf at plausible.coop> [1], Gleb Kurtsou <gleb@freebsd.org> [2], Stefan Bethke <stb@FreeBSD.org> [3] Notes: svn path=/head/; revision=321665
* - Update to 4.2.12Bernhard Froehlich2013-05-022-4/+3
| | | | | | | | | | - Add missing patch to additions to fix building after r248084 which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch was already included in the kmod port but additions also need it. Notes: svn path=/head/; revision=317147
* - Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.Bernhard Froehlich2013-03-252-13/+13
| | | | | | | | | Reported by: Ivan Klymenko <fidaj@ukr.net> Thanks to: Konstantin Belousov <kib@FreeBSD.org> See: http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082432.html Notes: svn path=/head/; revision=315200
* Fix patch indexes.Glen Barber2013-03-212-4/+4
| | | | Notes: svn path=/head/; revision=314797
* Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCKSean Bruno2013-03-213-27/+66
| | | | | | | | | name change so we still build on stable branches. Suggested by: bdrewery Notes: svn path=/head/; revision=314796
* Set KMODDIR to /boot/modules, since it is always defined toGlen Barber2013-03-211-1/+1
| | | | | | | | | | /boot/kernel otherwise. PR: ports/175684, ports/176288 Approved by: vbox (maintainer timeout, nearly 2 months) Notes: svn path=/head/; revision=314795
* Fix port after breakage on src commit svn r248084 onSean Bruno2013-03-213-1/+108
| | | | | | | | | | | | | March 9th, 2013. Patch kmod to include rwlock.h Patch kmod to change VM_OBJECT_LOCK to VM_OBJECT_RLOCK Patch kmod to change VM_OBJECT_UNLOCK to VM_OBJECT_RUNLOCK Notes: svn path=/head/; revision=314794
* Require ldconfig in vboxnet init script. Without it vboxnet fails to start onEmanuel Haupt2013-01-242-3/+3
| | | | | | | | | | | 9-STABLE with "VBoxRT.so misses libiconv.so". While here pacify portlint by replacing a tab in the header with a single space. Approved by: decke Notes: svn path=/head/; revision=310917
* - Update to 4.2.6Bernhard Froehlich2013-01-0314-1055/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove custom FreeBSD compiler flags that are only supported by our old base GCC 4.2 [1] - Fix building with ports GCC 4.6 [1] - Fix build on 10-CURRENT after removal of vm_page_lock_queues() in r242941 [2] - Improve waits for periods shorter than a single tick [1] - Fix dependency check when building with custom KMODDIR [3] - Fix recording with OSS Audio backend to record at a proper volume [4] - Initialize host-only interfaces at boot time so that other scripts and daemons can properly use them [2] - Fix build if $ENV not ash-compatible [5] - Fix ich9 bios to correctly configure pci bridge1 and pci bridge2 [6] - Add VLAN trunking support to vboxnetflt [7] PR: ports/171730 [1], ports/167521 [5] Submitted by: Andriy Gapon <avg@FreeBSD.org> [1] Submitted by: Ed Maste <emaste@FreeBSD.org> [2] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> [5] Submitted by: Gustau Perez i Querol <gperez@entel.upc.edu> [6] Submitted by: Landon J Fuller <landonf at plausible.coop> [7] Reported by: Daniel Braniss <danny@cs.huji.ac.il> [3] Obtained from: https://www.virtualbox.org/ticket/10695 [4] See: http://article.gmane.org/gmane.os.freebsd.devel.emulation/10438 [6] Notes: svn path=/head/; revision=309876