aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-additions
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.3.12.Jung-uk Kim2014-05-222-21/+28
| | | | Notes: svn path=/head/; revision=354896
* Make sure to set --disable-docs and --disable-libvpx.Jung-uk Kim2014-05-091-3/+4
| | | | Notes: svn path=/head/; revision=353540
* Work around build failures when x11-servers/xorg-server is not installed.Jung-uk Kim2014-05-071-0/+1
| | | | | | | ${XSERVER_VER} requires ${LOCALBASE}/bin/X to find its version number. Notes: svn path=/head/; revision=353200
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix VBoxClient-all to properly set VBoxClient path.Jung-uk Kim2014-04-011-0/+1
| | | | | | | PR: ports/188048 Notes: svn path=/head/; revision=349868
* - Update to 4.3.10.Jung-uk Kim2014-03-283-7/+18
| | | | | | | | - 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-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
* Update to 4.3.8.Jung-uk Kim2014-03-0412-254/+39
| | | | | | | Obtained from: svn.redports.org/virtualbox Notes: svn path=/head/; revision=346981
* Fix build after re-appearance of converters/libiconv on 10+ (r341775).Jung-uk Kim2014-02-212-0/+15
| | | | | | | | Obtained from: svn.redports.org/virtualbox PR: ports/186847 Notes: svn path=/head/; revision=345546
* - Add stage supportRene Ladan2014-01-262-36/+31
| | | | | | | | | - Do not install non-existant vboxvideo.ko.symbols when DEBUG is selected Reviewed by: vbox@ (decke) Notes: svn path=/head/; revision=341265
* - Update to 4.3.6Bernhard Froehlich2014-01-239-238/+34
| | | | | | | | 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-164-164/+3
| | | | | | | | | | | | | | | - 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
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* - Update to 4.2.20 [1]Bernhard Froehlich2013-12-105-16/+69
| | | | | | | | | | | | | | | | - 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/+2
| | | | | | | | | | | | | | | | 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
* Fix build on head after iconv change.Guido Falsi2013-09-101-0/+5
| | | | | | | | Reported by: Walter Hurry <walterhurry@gmail.com> Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326937
* - 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-243-6/+5
| | | | | | | | | | | | | | | | - 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
* - Install DEBUG symbols for kernel modulesBernhard Froehlich2013-05-242-3/+17
| | | | | | | | | - Fix pkg-plist for vboxvideo.ko when build without X11 Reported by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=318940
* - Add proper 3D acceleration support for FreeBSD guestsBernhard Froehlich2013-05-155-2/+208
| | | | | | | Submitted by: John Clark <clarkjc@runbox.com> Notes: svn path=/head/; revision=318265
* - Update to 4.2.12Bernhard Froehlich2013-05-024-6/+148
| | | | | | | | | | - 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
* Don't try to remove etc/xdg/autostart, gnomehier owns it.Koop Mast2013-03-271-2/+0
| | | | | | | Submitted by: miwimail Notes: svn path=/head/; revision=315388
* - Update to 4.2.6Bernhard Froehlich2013-01-0311-106/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 4.1.22 [1]Bernhard Froehlich2012-09-122-6/+5
| | | | | | | | | - Cleanup MASTER_SITES and use upstream mirror as primary Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] Notes: svn path=/head/; revision=304161
* - Update to 4.1.20Bernhard Froehlich2012-08-272-7/+6
| | | | | | | | | | - Remove VNC IPv6 patch because it has been fixed upstream - Pet portlint once again (LICENSE section) Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=303225
* - Use correct modulname for kldstatBernhard Froehlich2012-08-042-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/168897 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=302002
* Add SF to master sites.Akinori MUSHA2012-07-021-0/+1
| | | | | | | | PR: ports/167514 Approved by: maintainer timeout Notes: svn path=/head/; revision=300357
* - Update to 4.1.18 [1]Bernhard Froehlich2012-06-302-12/+11
| | | | | | | | | | | - Convert to OptionsNG [2] - Install DEBUG symbols for kernel modules [1] Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] bapt@ [2] Notes: svn path=/head/; revision=300242
* - Update to 4.1.16Bernhard Froehlich2012-05-232-4/+3
| | | | | | | - Update wiki link to troubleshooting page Notes: svn path=/head/; revision=297280
* - Install correct video and mouse drivers for xorg-server 1.10 and 1.12Bernhard Froehlich2012-05-101-3/+6
| | | | | | | | - Add direct dependency on xorg-server to make sure XSERVER_VER is set - Bump PORTREVISION Notes: svn path=/head/; revision=296345
* - Update to 4.1.14Bernhard Froehlich2012-04-302-3/+3
| | | | | | | | | | | | | | | - Remove debugging fprintf in MachineImpl.cpp to fix build with GCC 4.6 [1] - Add support for VLAN interfaces to NetIfList() [2] - Add support for VIMAGE to VBoxNetAdp [3] - Fix a kernel crash on FreeBSD 10-CURRENT hosts with VIMAGE enabled when a VM is powered off [3] Submitted by: Andriy Gapon <avg at FreeBSD.org> [1] Landon J Fuller <landonf at plausible dot coop> [2] Mikolaj Golub <trociny at freebsd.org> [3] Sponsored by: Plausible Labs Cooperative, Inc [2] Notes: svn path=/head/; revision=295729
* - Update to 4.1.12Bernhard Froehlich2012-04-052-3/+3
| | | | | | | | | | | - Fix PAM authentication for vboxwebsrv [1] PR: ports/166614 [1] Submitted by: Landon Fuller <landonf@plausible.coop> [1] Feature safe: yes Notes: svn path=/head/; revision=294236
* - Update to 4.1.10Bernhard Froehlich2012-03-152-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293332
* - Update to 4.1.8Bernhard Froehlich2012-02-215-112/+6
| | | | | | | | | | | | | - Mark broken on FreeBSD < 8.0 - Fix lib32 checks to use /usr/lib32/libc.so - R0 memobj rewrite [1] - Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast Mutex Semaphore" [1] Submitted by: Andriy Gapon <avg@FreeBSD.org> [1] Obtained from: redports.org/~virtualbox/ Notes: svn path=/head/; revision=292003
* 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
* - Add fix for build failure on FreeBSD 10-CURRENT after r228444Bernhard Froehlich2011-12-231-0/+19
| | | | | | | | | | include/iprt/types.h:174: error: redefinition of typedef 'bool' @/sys/types.h:271: error: previous declaration of 'bool' was here Submitted by: Daichi GOTO <daichi@freebsd.org> Notes: svn path=/head/; revision=287918
* - Update to 4.0.14Bernhard Froehlich2011-12-022-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286776
* - Fix PG_UNMANAGED compile problem on HEAD after r224746.Bernhard Froehlich2011-08-121-0/+25
| | | | | | | | | | | | | | | Remove explicit initialization of m->flags and m->oflags because per default vm_phys_alloc_contig() already initializes the page as unmanaged. Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming to VPO_UNMANAGED for an additional assert. PR: ports/159675 Reported by: Kyryll A Mirnenko <xmirya@gmail.com>, Michael Butler <imb@protected-networks.net> Thanks to: beat Notes: svn path=/head/; revision=279551
* - Update to 4.0.12Bernhard Froehlich2011-07-182-4/+3
| | | | Notes: svn path=/head/; revision=277905
* - Fix build on 9-CURRENT after removal of cpumask_tBernhard Froehlich2011-07-092-0/+80
| | | | | | | | | | - Bump PORTREVISION Submitted by: Jung-uk Kim <jkim@FreeBSD.org> Reported by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=277400
* - Update to 4.0.10Bernhard Froehlich2011-07-012-3/+3
| | | | Notes: svn path=/head/; revision=276786
* - Add missing pkg-messageBernhard Froehlich2011-05-231-0/+21
| | | | | | | Reported by: Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=274494
* - Update to 4.0.8Bernhard Froehlich2011-05-2210-42/+67
| | | | | | | | | | | | - Remove stale mirror - Add pkg-message - Change CONFLICTS to CONFLICTS_INSTALL [1] PR: ports/156699 (based on) [1] Submitted by: Emil <the_mix_room@hotmail.com> [1] Notes: svn path=/head/; revision=274446