Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.8 05 Mar 2014 20:31:03 |
jkim |
- Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It
has not been used for very long time.
- Remove devel/yasm from BUILD_DEPENDS for kernel module. It is actually
unnecessary for building kmod. |
4.3.8 04 Mar 2014 00:45:37 |
jkim |
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox |
4.3.6 26 Jan 2014 20:03:06 |
rene |
Stage support.
Reviewed by: vbox@ (decke) |
4.3.6 23 Jan 2014 17:18:42 |
decke |
- Update to 4.3.6
Obtained from: svn.redports.org/virtualbox
Thanks to: all testers of the 3 CFTs |
4.2.22 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.2.22 16 Jan 2014 16:38:18 |
decke |
- Update to 4.2.22
- 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] |
4.2.20 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
4.2.20 10 Dec 2013 20:42:40 |
decke |
- Update to 4.2.20 [1]
- 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] |
4.2.18 09 Nov 2013 19:13:28 |
rene |
Convert to USES=kmod, which removes duplicated code and ensures that all
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 |
4.2.18 21 Sep 2013 18:41:54 |
decke |
- Fix calls of vm_map_find() after r255426 broke it and added
a mmap flag.
PR: ports/181971,
ports/182121
Submitted by: Lawrence Stewart <lstewart@FreeBSD.org>,
Dan McGregor <dan.mcgregor@usask.ca> |
4.2.18 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
4.2.18 08 Sep 2013 14:40:55 |
decke |
- Update to 4.2.18
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.2.16 07 Jul 2013 15:53:21 |
decke |
- Update to 4.2.16
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.2.14 24 Jun 2013 06:07:53 |
decke |
- Update to 4.2.14
- 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] |
4.2.12 02 May 2013 20:54:04 |
decke |
- Update to 4.2.12
- 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. |
4.2.6_4 25 Mar 2013 08:02:47 |
decke |
- Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.
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 |
4.2.6_3 21 Mar 2013 02:43:33 |
gjb |
Fix patch indexes. |
4.2.6_3 21 Mar 2013 02:29:17 |
sbruno (src committer) |
Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCK
name change so we still build on stable branches.
Suggested by: bdrewery |
4.2.6_2 21 Mar 2013 01:59:23 |
gjb |
Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.
PR: ports/175684, ports/176288
Approved by: vbox (maintainer timeout, nearly 2 months) |
4.2.6_2 21 Mar 2013 01:24:26 |
sbruno (src committer) |
Fix port after breakage on src commit svn r248084 on
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 |
4.2.6_1 24 Jan 2013 08:24:16 |
ehaupt |
Require ldconfig in vboxnet init script. Without it vboxnet fails to start on
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 |
4.2.6 03 Jan 2013 13:40:28 |
decke |
- Update to 4.2.6
- 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] |
4.1.22 12 Sep 2012 20:15:53 |
decke |
- Update to 4.1.22 [1]
- Cleanup MASTER_SITES and use upstream mirror as primary
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] |
4.1.20 08 Sep 2012 11:49:00 |
ohauer |
- fix PORT_OPTIONS s/)/}/ |
4.1.20 27 Aug 2012 12:53:41 |
decke |
- Update to 4.1.20
- Remove VNC IPv6 patch because it has been fixed upstream
- Pet portlint once again (LICENSE section)
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
4.1.18_1 25 Jul 2012 19:15:15 |
decke |
- Fix panic at unload of vboxnetadp
- Bump PORTREVISION
PR: ports/169565
Submitted by: Thomas Eberhardt <sneakywumpus@googlemail.com>
Obtained from: virtualbox r41199 |
4.1.18 25 Jul 2012 19:12:40 |
decke |
- Follow vm_contig_grow_cache() renaming to vm_pageout_grow_cache() in r238561
PR: ports/170056
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Thanks to: alc, avg |
4.1.18 02 Jul 2012 06:06:36 |
knu |
Add SF to master sites.
PR: ports/167514
Approved by: maintainer timeout |
4.1.18 30 Jun 2012 07:21:54 |
decke |
- Update to 4.1.18 [1]
- Convert to OptionsNG [2]
- Install DEBUG symbols for kernel modules [1]
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
bapt@ [2] |
4.1.16 23 May 2012 12:39:20 |
decke |
- Update to 4.1.16
- Update wiki link to troubleshooting page |
4.1.14 30 Apr 2012 17:18:04 |
decke |
- Update to 4.1.14
- 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] |
4.1.12 20 Apr 2012 08:11:47 |
decke |
- Remove patches from sobomax again because they cause
more trouble than they solve.
With hat: vbox
Reported by: various people on emulation@ |
4.1.12 12 Apr 2012 18:16:51 |
sobomax |
Fix build on FreeBSD 9.0. It needs some black magic around MK_CLANG_IS_CC,
hopefully somebody would fix bsd.kmod.mk, but for now we need this. |
4.1.12 05 Apr 2012 11:16:31 |
decke |
- Update to 4.1.12
- Fix PAM authentication for vboxwebsrv [1]
PR: ports/166614 [1]
Submitted by: Landon Fuller <landonf@plausible.coop> [1]
Feature safe: yes |
4.1.10 30 Mar 2012 12:37:47 |
decke |
- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before
Reported by: pointyhat (via pav)
Feature safe: yes |
4.1.10 15 Mar 2012 09:32:30 |
decke |
- Update to 4.1.10
Feature safe: yes |
4.1.8_2 09 Mar 2012 21:46:18 |
decke |
- Reenabled fixed memobj r0 patch
- Bump PORTREVISION
Submitted by: avg
Feature safe: yes |
4.1.8_1 22 Feb 2012 22:09:41 |
decke |
- Revert memobj r0 patch until the problems on i386 are solved
- Bump PORTREVISION
Reported by: dougb, Frank Bartels
Discussed with: avg |
4.1.8 21 Feb 2012 14:31:55 |
decke |
- Update to 4.1.8
- 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/ |
4.0.14 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
4.0.14 23 Dec 2011 10:03:42 |
decke |
- Add fix for build failure on FreeBSD 10-CURRENT after r228444
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> |
4.0.14 02 Dec 2011 17:34:39 |
decke |
- Update to 4.0.14
Feature safe: yes |
4.0.12_2 02 Dec 2011 13:38:42 |
decke |
- Fix panic: mutex vm page queue free mutex not owned on 10-CURRENT
- Fix compile error: 'D_PSEUDO' undeclared here on 10-CURRENT
- Bump PORTREVISION
PR: ports/162186
Submitted by: Jung-uk Kim <jkim@FreeBSD.org>
Feature safe: yes |
4.0.12_1 07 Nov 2011 15:40:39 |
decke |
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD
- Pet portlint about LICENSE variables
Reported by: avg |
4.0.12 12 Aug 2011 14:45:18 |
decke |
- Fix PG_UNMANAGED compile problem on HEAD after r224746.
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 |
4.0.12 18 Jul 2011 16:06:58 |
decke |
- Update to 4.0.12 |
4.0.10 01 Jul 2011 13:29:48 |
decke |
- Update to 4.0.10
- Fix kmod build on 9-CURRENT after removal of cpumask_t [1]
Submitted by: Jung-uk Kim <jkim@FreeBSD.org> [1] |
4.0.8_1 02 Jun 2011 17:02:22 |
decke |
- Fix panic: spin lock held too long on FreeBSD 7.x
- Bump PORTREVISION
PR: ports/157290
Submitted by: Alexander Eichner <Alexander.Eichner@oracle.com>
Reported by: Oleksii Krykun <kryol@bigmir.net>,
Martin Birgmeier <xxllxrvt@aon.at>,
Peter Klett <peter@netkey.at> |
4.0.8 23 May 2011 07:59:06 |
decke |
- Clarify VIMAGE option
PR: ports/157253
Submitted by: Warren Block <wblock@wonkity.com> |
4.0.8 22 May 2011 13:51:59 |
decke |
- Update to 4.0.8
- Add vboxheadless startscript [1]
- Add vboxwebsrv startscript [2]
- Change CONFLICTS to CONFLICTS_INSTALL [3]
- Relax hardening for PC-BSD 9 [4]
- Add VIMAGE support [5]
- Install VBoxExtPackHelperApp [6]
- Remove stale mirror
- Extend pkg-message for USB configuration
- Fix link_elf_obj: symbol RTStrCopy undefined [7]
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] (Only the first 15 lines of the commit message are shown above ) |
3.2.12_1 20 Apr 2011 11:39:40 |
bapt |
Fix building with LOCALBASE != PREFIX |
3.2.12_1 11 Feb 2011 13:41:47 |
decke |
- Fix build on current after removal of uio_yield()
- Bump PORTREVISION
Submitted by: Michael Butler <imb at protected-networks dot net> |
3.2.12 23 Dec 2010 14:57:39 |
beat |
- Update to 3.2.12
- Remove check for FreeBSD 6.x
- Drop MD5 checksums |
3.2.10 15 Oct 2010 06:31:25 |
beat |
- Update to 3.2.10
- Add LICENSE and LICENSE_FILE |
3.2.8 09 Aug 2010 14:40:06 |
beat |
- Update to 3.2.8 |
3.2.6 29 Jun 2010 19:00:14 |
beat |
- Update to 3.2.6
- No longer BROKEN on CURRENT
Feature safe: yes |
3.2.4 09 Jun 2010 22:05:36 |
decke |
- Update to 3.2.4
Approved by: beat (co-mentor) |
3.2.2 07 Jun 2010 16:30:55 |
beat |
- Update to 3.2.2
- Execute kldxref in do-install target. [1]
- Set SYSDIR to SRC_BASE to fix build if the FreeBSD sources are not
installed in /usr/src. [2]
- Set SRC_BASE to /usr/src if SRC_BASE is not set and not rely on the
/sys symlink. [2]
- Mark BROKEN on recent CURRENT.
Reported by: scf@ [1]
Submitted by: imp@ [2]
Many thanks to the VirtualBox developers (especially Alexander Eichner
for all his work and help), all tester and patch submitter and the whole
vbox@ team especially decke@. |
3.1.8 11 May 2010 18:16:36 |
beat |
- Update to 3.1.8 |
3.1.6 27 Mar 2010 10:20:39 |
beat |
- Update to 3.1.6
- Fix ioctl warnings in /var/log/messages [1]
- Fix build with QT4 support disabled [2]
Obtained from: http://www.virtualbox.org/changeset/25953 [1]
Reported by: William DiNoia <william.dinoia AT gmail.com> [2]
On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
3.1.6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.1.4 15 Mar 2010 20:54:35 |
miwi |
Presenting VirtualBox 3.1.4 for FreeBSD
Changelog from VirtualBox is available here:
http://www.virtualbox.org/wiki/Changelog
Changes in the port:
- VirtualBox and Guest Additions iso updated to 3.1.4
- Add UNIQUENAME to fix options file clashes between the virtualbox ports [0]
- Fixed vtophys problems on CURRENT and STABLE kernes newer than
January 23th [1]
- Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2]
PR: ports/143361 [0]
Submitted by: Martin Birgmeier <martin.birgmeier AT aon.at> [0]
Alexander Eichner <Alexander.Eichner AT Sun.COM> [1]
Thanks To: All testers on emulation@ and current@ [1]
Giovanni Trematerra <giovanni.trematerra AT gmail.com> [1]
Ian Freislich <ianf AT clue.co.za> [1]
Reported by: Alan Cox <alc AT cs dot rice dot edu> [2] |
3.1.2_1 24 Jan 2010 23:16:53 |
beat |
- Add kldxref to pkg-plist.
- Bump PORTREVISION.
Reported by: Alexander Kabaev <kabaev AT gmail.com>,
Rainer Hurling <rhurlin AT gwdg.de>,
Nakata Maho <chat95 AT mac.com>,
Andrzej Tobola <ato AT iem.pw.edu.pl>
On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
3.1.2 13 Jan 2010 08:03:17 |
beat |
emulators/virtualbox:
- Remove emulators/virtualbox port. Renamed to emulators/virtualbox-ose
and seperate port for the kernel modules created:
emulators/virtualbox-ose-kmod.
emulators/virtualbox-ose:
- Update to 3.1.2
- Update guest additions to 3.1.2
- Port has been renamed to virtualbox-ose to reflect that we are using
the OSE version. [1]
- Added proper PulseAudio support for FreeBSD [2]
- procfs is not required anymore because vbox uses sysctl(3) now [3]
- Update pkg-message to reflect recent changes
- Add nox's FreeBSD host networking patches that are now also in the
upstream vbox svn (modulo vbox variable naming style adjustments:) (Only the first 15 lines of the commit message are shown above ) |
3.0.51.r22902_3 13 Jan 2010 07:37:55 |
beat |
- Forced commit to document that emulators/virtualbox-ose and
emulators/virtualbox-ose-kmod were repocopied from emulators/virtualbox.
PR: ports/142525
Repocopy by: marcus |