notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/virtualbox-ose/Makefile

Number of commits found: 279 (showing only 79 on this page)

«  1 | 2 | 3 

Friday, 28 Mar 2014
23:35 jkim search for other commits by this committer
- Update to 4.3.10.
- 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.
Original commitRevision:349473 
Thursday, 20 Mar 2014
18:15 jkim search for other commits by this committer
Prefer USES=tar:bzip2.
Original commitRevision:348712 
Wednesday, 5 Mar 2014
20:31 jkim search for other commits by this committer
- 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.
Original commitRevision:347141 
Tuesday, 4 Mar 2014
00:45 jkim search for other commits by this committer
Update to 4.3.8.

Obtained from:	svn.redports.org/virtualbox
Original commitRevision:346981 
Friday, 21 Feb 2014
21:22 jkim search for other commits by this committer
Fix build after re-appearance of converters/libiconv on 10+ (r341775).

Obtained from:	svn.redports.org/virtualbox
PR:		ports/186847
Original commitRevision:345546 
Thursday, 23 Jan 2014
17:18 decke search for other commits by this committer
- Update to 4.3.6

Obtained from:	svn.redports.org/virtualbox
Thanks to:	all testers of the 3 CFTs
Original commitRevision:340840 
Thursday, 16 Jan 2014
16:38 decke search for other commits by this committer
- 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]
Original commitRevision:339930 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 3 Jan 2014
00:46 bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
Original commitRevision:338511 
Tuesday, 17 Dec 2013
20:56 decke search for other commits by this committer
- Disable stripping away RPATH on FreeBSD for Hardened-R3 binaries.

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
Original commitRevision:336768 
Saturday, 14 Dec 2013
18:35 mva search for other commits by this committer
- make lang/python an explicit build dependency to get
  rid of the implicit one

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336467 
Thursday, 12 Dec 2013
15:29 decke search for other commits by this committer
- Properly add $_GCC_RUNTIME to RPATH because that variable is evaluated
after bsd.port.post.mk so it's hard to test for it.

This fixes various issues that look like these ...

VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed:
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required
by /usr/local/lib/virtualbox/VBoxRT.so not found

Type Manifest File: /root/.VirtualBox/xpti.dat
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
VBoxManage: error: Failed to create the VirtualBox object!
VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted
(extended info not available)
VBoxManage: error: Most likely, the VirtualBox COM server is not running or
failed to start.

PR:		ports/182468
PR:		ports/183085
Submitted by:	bapt
Original commitRevision:336267 
Wednesday, 11 Dec 2013
14:01 decke search for other commits by this committer
- Add misc/compat9x port as conflicting because it causes the wrong
libstdc++.so.6
to be found by rtld. In fact vbox links to libstdc++.so.6 from lang/gcc46
because of
USE_GCC=yes but we have another shared object with the same shlib version in
compat9x
which is incompatible.

VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed:
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required
by /usr/local/lib/virtualbox/VBoxRT.so not found

PR:		ports/182468
Reported by:	various FreeBSD 10 users
Original commitRevision:336164 
Tuesday, 10 Dec 2013
20:42 decke search for other commits by this committer
- 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]
Original commitRevision:336107 
Tuesday, 22 Oct 2013
13:57 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Original commitRevision:331271 
Friday, 20 Sep 2013
16:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Original commitRevision:327721 
Thursday, 12 Sep 2013
21:19 decke search for other commits by this committer
- Revert VNC IPv6 patch because it causes an incompatibility.
Per default the VNC ports are stored in "TCP/Ports" but with
that change "VNCAddress4", "VNCPort4", "VNCAddress6" and
"VNCPort6" are used which breaks phpvirtualbox and also
confused VBoxManage/VBoxHeadless.

Reported by:    VVD
Original commitRevision:327110 
Sunday, 8 Sep 2013
14:40 decke search for other commits by this committer
- Update to 4.2.18

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Original commitRevision:326731 
Friday, 6 Sep 2013
06:43 madpilot search for other commits by this committer
Add explicit iconv dependency. The port requires variable ICONV_LIB
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>
Approved by:	portmgr (bapt, implicit)
Original commitRevision:326464 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Tuesday, 3 Sep 2013
10:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326133 
Friday, 12 Jul 2013
09:11 sunpoet search for other commits by this committer
- Bump PORTREVISION for ftp/curl shlib change

Notified by:	Barbara <barbara.freebsd@gmail.com>
Original commitRevision:322825 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- 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
Original commitRevision:322783 
Wednesday, 10 Jul 2013
17:57 decke search for other commits by this committer
- Fix querying total and available RAM on i386

Submitted by:	Cy Schubert <cy@FreeBSD.org>
Original commitRevision:322726 
Sunday, 7 Jul 2013
15:53 decke search for other commits by this committer
- Update to 4.2.16

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Original commitRevision:322447 
Wednesday, 3 Jul 2013
12:56 decke search for other commits by this committer
- Changing RAM for a VM was broken in the GUI because there was no
implementation for FreeBSD that could calculate available RAM.

PR:		ports/180086
Submitted by:	Martin Birgmeier <Martin.Birgmeier@aon.at>
Original commitRevision:322228 
Monday, 24 Jun 2013
06:07 decke search for other commits by this committer
- 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]
Original commitRevision:321665 
Sunday, 2 Jun 2013
18:55 eadler search for other commits by this committer
virtualbox-ose-* is incompatible with newer versions of python.

Approved by:	decke
Original commitRevision:319712 
Thursday, 2 May 2013
20:54 decke search for other commits by this committer
- 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.
Original commitRevision:317147 
17:16 bapt search for other commits by this committer
bmake doesn't know about .SHELL unsetenv=true, workaround it
Original commitRevision:317134 
Friday, 26 Apr 2013
12:35 bapt search for other commits by this committer
Remove USE_CDRTOOLS from bsd.port.mk

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
Original commitRevision:316600 
Thursday, 21 Mar 2013
13:15 gjb search for other commits by this committer
Set KMODDIR to /boot/modules, since it is always defined to
/boot/kernel otherwise.

PR:		ports/175684, ports/176288 (related to)
Prodded by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
Approved by:	vbox (maintainer timeout, nearly 2 months)
Original commitRevision:314842 
Thursday, 3 Jan 2013
13:40 decke search for other commits by this committer
- 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]
Original commitRevision:309876 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
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.
Original commitRevision:305610 
Wednesday, 12 Sep 2012
20:15 decke search for other commits by this committer
- Update to 4.1.22 [1]
- Cleanup MASTER_SITES and use upstream mirror as primary

Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
Original commitRevision:304161 
Monday, 27 Aug 2012
12:53 decke search for other commits by this committer
- 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>
Original commit
Monday, 2 Jul 2012
06:06 knu search for other commits by this committer
Add SF to master sites.

PR:             ports/167514
Approved by:    maintainer timeout
Original commit
Sunday, 1 Jul 2012
23:41 jgh search for other commits by this committer
- revert previous commit, index breakage

PR:     ports/169223
VS: ----------------------------------------------------------------------
Original commit
22:52 jgh search for other commits by this committer
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
- pet portlint on placement of LICENSE

PR:     ports/169223
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
Original commit
Saturday, 30 Jun 2012
07:21 decke search for other commits by this committer
- 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]
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 23 May 2012
12:39 decke search for other commits by this committer
- Update to 4.1.16
- Update wiki link to troubleshooting page
Original commit
Monday, 30 Apr 2012
17:18 decke search for other commits by this committer
- 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]
Original commit
Thursday, 5 Apr 2012
11:16 decke search for other commits by this committer
- 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
Original commit
Friday, 30 Mar 2012
12:37 decke search for other commits by this committer
- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before

Reported by:    pointyhat (via pav)
Feature safe:   yes
Original commit
Thursday, 15 Mar 2012
09:32 decke search for other commits by this committer
- Update to 4.1.10

Feature safe:   yes
Original commit
Friday, 9 Mar 2012
21:42 decke search for other commits by this committer
- Fix compile error on recent current

include/iprt/stdint.h:162: error: 'intptr_t' has a previous declaration as
'typedef long int intptr_t'
/usr/include/sys/_stdint.h:78: error: conflicting declaration 'typedef uintptr_t
uintptr_t'
include/iprt/stdint.h:165: error: 'uintptr_t' has a previous declaration as
'typedef long unsigned int uintptr_t'
kBuild: Compiling tstAsmStructsasm - src/VBox/VMM/testcase/tstAsmStructsAsm.asm
kBuild: Compiling tstGlobalConfig - src/VBox/VMM/testcase/tstGlobalConfig.cpp
kmk: * [out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC.o]

Submitted by:   Tijl Coosemans <tijl@freebsd.org>
Feature safe:   yes
Original commit
Thursday, 8 Mar 2012
15:23 decke search for other commits by this committer
- Update Guest Additions Mirrorsite

PR:             ports/165597
Submitted by:   Seiji Ariga <freebsd@khaotic.net>
Original commit
Tuesday, 21 Feb 2012
14:31 decke search for other commits by this committer
- 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/
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Friday, 2 Dec 2011
17:34 decke search for other commits by this committer
- Update to 4.0.14

Feature safe:   yes
Original commit
14:04 decke search for other commits by this committer
- Fix error check for aio_error
- Bump PORTREVISION

Obtained from:  https://www.virtualbox.org/changeset/38332
Feature safe:   yes
Original commit
Monday, 18 Jul 2011
16:06 decke search for other commits by this committer
- Update to 4.0.12
Original commit
Friday, 1 Jul 2011
13:31 decke search for other commits by this committer
- Update to 4.0.10
- Fix build on 9-CURRENT with latest CAM changes [1]
- Add stop command and delay parameter to vboxheadless rc script [2]

Submitted by:   Jung-uk Kim <jkim@FreeBSD.org> [1],
                Franco Ricci <franco.ricci@phys.uniroma1.it> [2]
Original commit
Sunday, 22 May 2011
13:51 decke search for other commits by this committer
- 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]
                Emil <the_mix_room@hotmail.com>, [3]
                Kris Moore <kris@pcbsd.org>, [4]
                Mikolaj Golub <to.my.trociny@gmail.com>, [5]
                Mattia Rossi <mrossi@swin.edu.au>, [6]
                Florian Smeets <flo@FreeBSD.org> [7]
Thanks to:      dougb@, [1][2]
                Cr4zi3/EFNet, [2]
                crsd, [2]
                beat@,
                hps@,
                Alexander Eichner,
                all testers!
Approved by:    bapt (vbox hat)
Original commit
Wednesday, 20 Apr 2011
11:39 bapt search for other commits by this committer
Fix building with LOCALBASE != PREFIX
Original commit
Thursday, 17 Mar 2011
13:29 decke search for other commits by this committer
- Enable createrawvmdk -relative under FreeBSD
- Bump PORTREVISION

PR:             ports/155236
Submitted by:   Dmitry Pryanishnikov <lynx.ripe@gmail.com>
Original commit
Monday, 31 Jan 2011
10:55 decke search for other commits by this committer
- Fix build when compiling remotely and DISPLAY is set

PR:             ports/153557
Submitted by:   Julian Stacey <jhs at berklix dot com>,
                Anonymous <swell dot k at gmail dot com>
Feature safe:   yes
Original commit
Thursday, 23 Dec 2010
14:57 beat search for other commits by this committer
- Update to 3.2.12
- Remove check for FreeBSD 6.x
- Drop MD5 checksums
Original commit
Wednesday, 1 Dec 2010
08:21 beat search for other commits by this committer
- Fix build after MFC of ACPICA 20101013

PR:             ports/152710
Submitted by:   Grzegorz Blach <magik AT roorback.net>
Original commit
Monday, 29 Nov 2010
22:23 beat search for other commits by this committer
- Install EFI firmware
- Bump PORTREVISION

PR:             ports/152617
Submitted by:   well-wisher <regex AT bk.ru>, Steve Wills <steve AT mouf.net>
Original commit
12:42 pav search for other commits by this committer
- Correct the instructions for ldconfig rescan on amd64 systems

PR:             ports/149286
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (vbox@; 4 months)
Original commit
Wednesday, 3 Nov 2010
12:42 decke search for other commits by this committer
- Add workaround for regression in acpica 20101015 [1]
- Remove old patches not needed for newer VirtualBox versions anymore
- Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2]
- Bump PORTREVISION

PR:             ports/144959 [2]
Submitted by:   Alexander Eichner [2],
                Anthony Jenkins <ajenkins at vtilt dot com> [2]
Reported by:    Michael Butler <imb at protected-networks dot net> [1],
                DomiX (irc on freenode) [2],
                Monty Hall <kungfu_disciple at sbcglobal dot net> [2],
                many others [2]
Original commit
Friday, 15 Oct 2010
06:32 beat search for other commits by this committer
- Update to 3.2.10
Original commit
Thursday, 30 Sep 2010
12:51 decke search for other commits by this committer
- Add 2D acceleration support for Windows Guests
- Bump PORTREVISION

Submitted by:   scf
Approved by:    beat (co-mentor)
Original commit
Monday, 9 Aug 2010
14:40 beat search for other commits by this committer
- Update to 3.2.8
Original commit
Tuesday, 29 Jun 2010
19:01 beat search for other commits by this committer
- Update to 3.2.6
- Fix build on recent CURRENT
- Don't abort if there is no default route interface while loading the
  network interfaces otherwise virtualbox can't find host-only interfaces. [1]

Feature safe:   yes
PR:             ports/144305 [1]
Reported by:    Wietse Venema <wietse AT porcupine.org> [1]
Submitted by:   mtm@ [1]
Original commit
Wednesday, 9 Jun 2010
22:02 decke search for other commits by this committer
- Update to 3.2.4
- Replace virtualbox.desktop with the one from the FreeBSD installer,
chase rebranding and remove DocPath because we don't install the user
manual. [1]
- Fix icon location

Reported by:    Mike Harding <mvh AT ix.netcom.com>, avg@, Warren Block <wblock
AT wonkity.com> [1]
Approved by:    beat (co-mentor)
Original commit
Monday, 7 Jun 2010
16:31 beat search for other commits by this committer
- Update to 3.2.2
- Update guest additions to 3.2.2.
- Add option to build with VNC support (Disabled by default)
- Add option to build with VDE support (Disabled by default) [1]
- Add option to build webservice (Disabled by default) [2]
- Fix build with QT4 support disabled and X11 support enabled. [3]
- Fix build with X11 support disabled. [4]
- Replace custom pkg-install.in script with GROUPS framework.
- Do not build Guest Additions in virtualbox-ose port.
- Implement locking/unlocking of host DVD drive. [5]
- Add LICENSE and LICENSE_FILE.

PR:             ports/146752 [5]
Submitted by:   mtm@ [5]
Requested by:   Mario Lobo <lobo AT bsd.com.br> [1],
                Hubert Tournier <hubert AT frbsd.org> [2]
Reported by:    Emil Mikulic <emil AT dmr.ath.cx> [3], mm@ [4]

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@.
Original commit
Tuesday, 11 May 2010
18:16 beat search for other commits by this committer
- Update to 3.1.8
Original commit
Sunday, 18 Apr 2010
09:37 beat search for other commits by this committer
- Fix VBoxManage after recent png update
- Bump PORTREVISION

PR:             ports/145457
Submitted by:   Daisuke Aoyama <aoyama AT peach.ne.jp> on freebsd-emulation@
Tested by:      Stacy Millions <stacy AT Millions.Ca>,
                Regis A. Despres <regis.despres AT businessinteractif.fr>
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 27 Mar 2010
10:20 beat search for other commits by this committer
- 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)
Original commit
Monday, 15 Mar 2010
20:54 miwi search for other commits by this committer
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]
Original commit
Sunday, 24 Jan 2010
23:18 beat search for other commits by this committer
- Add CONFLICT with virtualbox-ose-additions.
- Re-apply fix for ports/140171: Disable testcases to fix possible
  breakage with non default options set. [1]
- Removed inclusion of utmp.h to fix build on recent CURRENT. [2]
- Bump PORTREVISION.

PR:             ports/142855 [2]
Reported by:    Lanny Baron <lbaron AT servaris.com> [1]
Submitted by:   YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [2], ed@ [2]
On behalf of:   vbox@ (decke, dhn, itetcu, miwi, nox)
Original commit
Wednesday, 13 Jan 2010
08:03 beat search for other commits by this committer
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:)
       
http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007260.html
        http://www.virtualbox.org/changeset/25698
  1. Allow direct tap networking again (for users that need the best
  network performance and/or need more complex network setups, like when
  they want to use routing instead of bridging to e.g. protect from guests
  messing with the lan's arp tables; a tap + routing + proxy arp example
  is in the above freebsd-emulation posting.)
  2. Enable vbox' shared mac feature when using bridged mode on a wifi
  interface, together with the virtualbox-ose-kmod change this
  should fix bridged mode for wifi users. [4]

emulators/virtualbox-ose-kmod:
- Update to 3.1.2
- Add rc.d script to load kernel modules
- Fix build with a non-standard location for the system source [5]
- Merge aeichner's vboxnetflt fix committed to upstream vbox svn
  (thanks!) that makes the shared mac feature enabled above actually work
  on FreeBSD hosts. [6]

Please see http://wiki.freebsd.org/VirtualBox for update instructions.

Many thanks to the VirtualBox developers, all tester, patch submitter and
the whole vbox@ team.

PR:             ports/141630 [2]
Noticed by:     mm@ [1]
Submitted by:   Noriyoshi Kawano <bowie AT nrik.jp> [2],
                Baptiste Daroussin <baptiste.daroussin AT gmail.com> [3]
                and Bernhard Froehlich <decke AT bluelife.at> [3],
                nox@ [4], scf@ [5]
Obtained from:  http://www.virtualbox.org/changeset/25699 [6]
On behalf of:   vbox@ (decke, dhn, itetcu, miwi, nox)
Original commit
07:37 beat search for other commits by this committer
- Forced commit to document that emulators/virtualbox-ose and
  emulators/virtualbox-ose-kmod were repocopied from emulators/virtualbox.

PR:             ports/142525
Repocopy by:    marcus
Original commit

Number of commits found: 279 (showing only 79 on this page)

«  1 | 2 | 3