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/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c

Number of commits found: 15

Tuesday, 12 Sep 2023
12:00 Corvin Köhne (corvink) search for other commits by this committer Author: Kurosawa Takahiro
emulators/virtualbox-ose: fix build errors on CURRENT

PR:			272991
Reviewed by:		corvink, manu
Approved by:		manu, vbox (maintainer timeout)
commit hash: de862b33d480559301360c44d840ae12ee4bcfb4 commit hash: de862b33d480559301360c44d840ae12ee4bcfb4 commit hash: de862b33d480559301360c44d840ae12ee4bcfb4 commit hash: de862b33d480559301360c44d840ae12ee4bcfb4 de862b3
Wednesday, 28 Dec 2022
18:55 Li-Wen Hsu (lwhsu) search for other commits by this committer
emulators/virtualbox-ose-additions*: Fix patch and build (for non-legacy)

PR:		268603
Fixes:		c35a71080172 emulators/virtualbox-ose: fix builds on CURRENT
commit hash: e3a7ac32481885e3a99f631961ee4cc5d91c4fb2 commit hash: e3a7ac32481885e3a99f631961ee4cc5d91c4fb2 commit hash: e3a7ac32481885e3a99f631961ee4cc5d91c4fb2 commit hash: e3a7ac32481885e3a99f631961ee4cc5d91c4fb2 e3a7ac3
Monday, 19 Dec 2022
21:30 Graham Perrin (grahamperrin) search for other commits by this committer Author: Mateusz Guzik
emulators/virtualbox-ose: fix builds on CURRENT

SAVENAME was retired by D36542 https://reviews.freebsd.org/D36542

Bug 267079 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267079
involves failures to build four ports, for VirtualBox guest additions,
on FreeBSD-CURRENT:

    emulators/virtualbox-ose-additions
    emulators/virtualbox-ose-additions-legacy
    emulators/virtualbox-ose-additions-nox11
    emulators/virtualbox-ose-additions-nox11-legacy

Fix bug 267079 for CURRENT 1400068 and greater by hiding the use of
SAVENAME in patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
for:

    emulators/virtualbox-ose
    emulators/virtualbox-ose-legacy

PR:                  : 267079
Author:              : mjg
Approved by:         : ports-committers (lwhsu), khng
Differential revision: https://reviews.freebsd.org/D37074
commit hash: c35a710801728ab8ed3b2639a9a89f890f6acc29 commit hash: c35a710801728ab8ed3b2639a9a89f890f6acc29 commit hash: c35a710801728ab8ed3b2639a9a89f890f6acc29 commit hash: c35a710801728ab8ed3b2639a9a89f890f6acc29 c35a710
Saturday, 5 Feb 2022
20:37 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-additions(-legacy): Fix build on recent head

On recent head, after src commit 66c5fbca7719dc, the insmntque1(9)
function arguments changed.

Adapt virtualbox code, following what has been done in base with
other filesystems migrating to insmntque(9).
commit hash: 2db7c8763897e352fb8d74bfd60d9e32622ba82c commit hash: 2db7c8763897e352fb8d74bfd60d9e32622ba82c commit hash: 2db7c8763897e352fb8d74bfd60d9e32622ba82c commit hash: 2db7c8763897e352fb8d74bfd60d9e32622ba82c 2db7c87
Sunday, 17 Oct 2021
09:32 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-additons: Fix build on recent head

Fix build after head commit b4a58fbf640409a1 (vfs: remove cn_thread)

MFH:		2021Q4
commit hash: 21d79d6e16aab2e3aa337901b0f6519c942c55ee commit hash: 21d79d6e16aab2e3aa337901b0f6519c942c55ee commit hash: 21d79d6e16aab2e3aa337901b0f6519c942c55ee commit hash: 21d79d6e16aab2e3aa337901b0f6519c942c55ee 21d79d6
Saturday, 11 Sep 2021
20:38 Guido Falsi (madpilot) search for other commits by this committer Author: Martin Ilavsky
emulators/virtualbox-ose-additions: Assign default value to pointer

In the virtualbox virtual filesystem code we ship as a patch some
code in an else block is commented out. This produces a code path
in which a pointer variable is dereferenced in an unassigned state,
causing random crashes.

Lacking a better fix, give a default value of NULL to the pointer,
which at least avoids the random pointer dereference issue.

PR:		255386
commit hash: 1b2394551c038558810be8bf396462174db334be commit hash: 1b2394551c038558810be8bf396462174db334be commit hash: 1b2394551c038558810be8bf396462174db334be commit hash: 1b2394551c038558810be8bf396462174db334be 1b23945
Thursday, 22 Apr 2021
08:15 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-additions: Fix vboxvfs panic

Fix panic on mount when trying to use vbox VFS after
base r355790 (or git commit hash 6fa079fc3f5e).

PR:		255208
MFH:		2021Q2
commit hash: 8a311de0cb804d8b135413884b4fb336d287ad5a commit hash: 8a311de0cb804d8b135413884b4fb336d287ad5a commit hash: 8a311de0cb804d8b135413884b4fb336d287ad5a commit hash: 8a311de0cb804d8b135413884b4fb336d287ad5a 8a311de
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 
Friday, 28 Aug 2020
19:23 jkim search for other commits by this committer
Fix emulators/virtualbox-os-additions on head after vget(9) change.
Original commitRevision:546807 
Thursday, 13 Aug 2020
18:18 jkim search for other commits by this committer
Fix building emulators/virtualbox-ose-additions on head after vaccess(9) KPI
change.
Original commitRevision:544827 
Thursday, 12 Dec 2019
22:16 jkim search for other commits by this committer
Build emulators/virtualbox-ose-additions on head after r355537.
Original commitRevision:519953 
Thursday, 30 Nov 2017
23:45 jkim search for other commits by this committer
Update to 5.2.2.
Original commitRevision:455237 
Friday, 28 Jul 2017
17:08 jkim search for other commits by this committer
Update to 5.1.26.
Original commitRevision:446841 
Tuesday, 18 Jul 2017
22:11 jkim search for other commits by this committer
- Fix build on 10.3.  strncat() was not available in libkern.  Actually,
there is no point of using strncat() here because the length of tail is len.
- Remove few empty lines while I am here.
Original commitRevision:446177 
16:39 mmokhi search for other commits by this committer
emulators/virtualbox-ose-additions: Add support for VirtualBox SharedFolder

This is an experimental implementation of VirtualBox SharedFolder subsystem
support for FreeBSD.
The implementation is based on github.com/lwhsu/freebsd-vboxfs.
It's tested and worked as expected.
The locking mechanism may need enhancements.

Reviewed by:	jkim (vbox), mat (mentor)
Approved by:	jkim (vbox), mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D11602
Original commitRevision:446145 

Number of commits found: 15