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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: emulators/virtualbox-ose/pkg-plist

Number of commits found: 46

Thursday, 16 Nov 2023
11:05 Eugene Grosbein (eugen) search for other commits by this committer
emulators/virtualbox-ose: add option to build vboximg-mount

Introduce new port option VBOXIMG that enables building and installing
"vboximg-mount" utility. It is not enabled by default as it needs
fusesfs-libs as another dependency.

The utility gives access to insides of VM images like .vdi files etc.
Use "vboximg-mount -g" to get access to files on internal file systems
not supported by native FreeBSD mount command. Refer to utility's
internal online help for syntax details and to original documentation:

https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vboximg-mount.html

PR:		274817
Tested by:	vvd
Approved by:	vbox (maintainer timeout over 2 weeks)
commit hash: 6c5da516ce5b8ec11e70c5b433e7164c14453d0a commit hash: 6c5da516ce5b8ec11e70c5b433e7164c14453d0a commit hash: 6c5da516ce5b8ec11e70c5b433e7164c14453d0a commit hash: 6c5da516ce5b8ec11e70c5b433e7164c14453d0a 6c5da51
Monday, 12 Jun 2023
16:05 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose: Remove unnecessary dependency on 32-bit compat for
amd64

32-bit in-kernel support and lib32 libs are not necessary for VirtualBox 6.x,
so just remove this requirement.
Also the port support amd64 only - remove I386 from PLIST_SUB.

PR:			266382
Tested by:		Olivier Certner <olivier.freebsd@free.fr>
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D40487
commit hash: fd06fe3d7c9a9bc13ec7828f18d4e652aa102604 commit hash: fd06fe3d7c9a9bc13ec7828f18d4e652aa102604 commit hash: fd06fe3d7c9a9bc13ec7828f18d4e652aa102604 commit hash: fd06fe3d7c9a9bc13ec7828f18d4e652aa102604 fd06fe3
Friday, 19 May 2023
15:50 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose[-legacy]: rename option MANUAL to DOCS and make it
enabled by default

PR:			266992
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D40118
commit hash: a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c commit hash: a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c commit hash: a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c commit hash: a0ef5898beb4c6a73e9d94aaa452c0eb37cbb14c a0ef589
Monday, 15 May 2023
17:46 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{-*}: Update to 6.1.44

Changes:		https://www.virtualbox.org/wiki/Changelog-6.1#v44
Author:			lwhsu@FreeBSD.org
Note:			BROKEN on 14

PR:			266907
Reported by:		Ian Dickens <ian@south-border.com>
Approved by:		arrowd (mentor), joneum (ports-secteam)
Differential Revision:	https://reviews.freebsd.org/D40088
commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd commit hash: 1d37fcd8316a078e512852b7c565b5b2cf2dcbcd 1d37fcd
Thursday, 21 Jul 2022
08:59 Guido Falsi (madpilot) search for other commits by this committer Author: Derek Schrock
emulators/virtualbox-ose: Add VBoxSharedClipboard.so to non X11 builds

This library is built when X11 is disabled too, since the functionality
can also be used by remote protocols.

PR:		261729
MFH:		2022Q3
commit hash: 5f02996b2b84deafaca8c5d6c3a2486695cb67ef commit hash: 5f02996b2b84deafaca8c5d6c3a2486695cb67ef commit hash: 5f02996b2b84deafaca8c5d6c3a2486695cb67ef commit hash: 5f02996b2b84deafaca8c5d6c3a2486695cb67ef 5f02996
Saturday, 18 Jun 2022
03:02 Bryan Drewery (bdrewery) search for other commits by this committer
emulators/virtualbox-ose: Fix build with new setuptools
commit hash: 266d2cf8819bddbd1c94876f07381d40245871c2 commit hash: 266d2cf8819bddbd1c94876f07381d40245871c2 commit hash: 266d2cf8819bddbd1c94876f07381d40245871c2 commit hash: 266d2cf8819bddbd1c94876f07381d40245871c2 266d2cf
Tuesday, 9 Mar 2021
18:27 madpilot search for other commits by this committer
- Update VirtualBox OSE to 6.1.18
- 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
Original commitRevision:567950 
Tuesday, 16 Jul 2019
23:02 jkim search for other commits by this committer
Update to 5.2.32.

https://www.virtualbox.org/wiki/Changelog-5.2#v32
Original commitRevision:506783 
Wednesday, 30 Jan 2019
19:24 jkim search for other commits by this committer
Appease stage-qa.

PR:		217511
Original commitRevision:491653 
Wednesday, 16 Jan 2019
15:19 jkim search for other commits by this committer
Update to 5.2.24.

https://www.virtualbox.org/wiki/Changelog-5.2#v24
Original commitRevision:490486 
Wednesday, 18 Apr 2018
03:38 lwhsu search for other commits by this committer
Fix pkg-plist
Original commitRevision:467671 
Monday, 23 Oct 2017
16:49 jkim search for other commits by this committer
Update to 5.2.0.
Original commitRevision:452715 
Thursday, 9 Mar 2017
00:25 jkim search for other commits by this committer
Update to 5.1.16.
Original commitRevision:435738 
Friday, 16 Sep 2016
19:16 jkim search for other commits by this committer
Fix typos in pkg-plist.
Original commitRevision:422264 
18:48 jkim search for other commits by this committer
Add support for Python 3.x.

PR:		212691
Original commitRevision:422262 
Wednesday, 7 Sep 2016
21:35 jkim search for other commits by this committer
Update to 5.1.4.
Original commitRevision:421521 
Friday, 22 Jul 2016
20:28 jkim search for other commits by this committer
Update to 5.0.26.
Original commitRevision:418931 
Tuesday, 19 Apr 2016
16:20 jkim search for other commits by this committer
Install NAT helper.

PR:		208893
Original commitRevision:413655 
Friday, 13 Mar 2015
00:39 jkim search for other commits by this committer
VBoxSDL does not support drag and drop feature.  Make it depend upon QT4.
Original commitRevision:381155 
Thursday, 12 Mar 2015
06:52 jkim search for other commits by this committer
- Enable drag and drop from host to guest.
- Make UDPTUNNEL option actually work.
Original commitRevision:381061 
Friday, 13 Feb 2015
23:44 jkim search for other commits by this committer
Fix plist without X11 or QT4 options.

Reported by:	bar
Original commitRevision:378947 
00:33 jkim search for other commits by this committer
- Update to 4.3.22.
- Install a wrapper for executables as Linux and Solaris installers do.
Original commitRevision:378904 
Tuesday, 25 Nov 2014
00:40 jkim search for other commits by this committer
- Update to 4.3.20.
- Fix MANUAL option. [1]

PR:		195272 [1]
Original commitRevision:373388 
Monday, 20 Oct 2014
19:48 jkim search for other commits by this committer
Update to 4.3.18.
Original commitRevision:371294 
Thursday, 29 May 2014
19:18 jkim search for other commits by this committer
- Fix plist when both PYTHON and WEBSERVICE options are disabled. [1]
- Build and install correctly when DEBUG option is enabled. [2]

Reported by:	Mike Jakubik <mike.jakubik@intertainservices.com> [1]
PR:		ports/190227 [1]
Reported by:	Ron Thomas <ron@vopenhouse.ca> [2]
Tested by:	Ron Thomas <ron@vopenhouse.ca> [2]
Original commitRevision:355732 
Friday, 23 May 2014
23:45 jkim search for other commits by this committer
- Compile Python sources before installation. This fixes stage-qa. [1]
- Create symbolic links to SDK directory.

Reported by:	bar, nox [1]
Original commitRevision:354967 
Thursday, 22 May 2014
23:10 jkim search for other commits by this committer
Update to 4.3.12.
Original commitRevision:354896 
Friday, 9 May 2014
23:57 jkim search for other commits by this committer
Add an option to build user manual.  Turned off by default.
Original commitRevision:353547 
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 
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 
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 
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 
Thursday, 15 Mar 2012
09:32 decke search for other commits by this committer
- Update to 4.1.10

Feature safe:   yes
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
Friday, 27 May 2011
08:07 decke search for other commits by this committer
- Fix pkg-plist for VBoxDbg.so

Reported by:    Barbara <barbara.xxx1975@libero.it>
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
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
Monday, 9 Aug 2010
14:40 beat search for other commits by this committer
- Update to 3.2.8
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
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: 46