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-configure

Number of commits found: 21

Wednesday, 28 Jun 2023
12:02 Vladimir Druzenko (vvd) search for other commits by this committer
emulators/virtualbox-ose{,-legacy}: sort out options

Sort out options: order (portlint), convert to OPTION_*.
Add entry in "Troubleshooting" about "VERR_NO_MEMORY".
Force devel/llvm15 for emulators/virtualbox-ose-legacy on recent 14 with
llvm16 in base.

PR:			200764 252227
Approved by:		arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D40751
commit hash: 23eed6a75321443d7c6c45b92b28ff0e314e0496 commit hash: 23eed6a75321443d7c6c45b92b28ff0e314e0496 commit hash: 23eed6a75321443d7c6c45b92b28ff0e314e0496 commit hash: 23eed6a75321443d7c6c45b92b28ff0e314e0496 23eed6a
Wednesday, 20 Oct 2021
21:03 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose*: Update to 6.1.28

Changelog: https://www.virtualbox.org/wiki/Changelog
commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 commit hash: a3db7da59f9498e712de23d755ad9f2bdc5b6871 a3db7da
Friday, 13 Aug 2021
08:52 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose: Update to 6.1.26

This new version has a regression in the pulseaudio host audio
driver. If enabled any VMs configured to use it fails to start.

Since no fix has been found the PULSEAUDIO option is forcibly
disabled. If you have any VM configured to use pulseaudio for audio
input/output, please reconfigure them to use a different driver.

Upstream ticket:	https://www.virtualbox.org/ticket/20484

Other changes:

- Remove old patches that don't apply, the audio system has been
  reworked upstream and the behavior of these patches is included in
  the new code
- Add upgrading pkg-message note about the PULSEAUDIO option issue
  described above

Reviewed by:		koobs
Differential Revision:	https://reviews.freebsd.org/D31264
commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb commit hash: 416b34d584e26823e403618b02419dbad40e50eb 416b34d
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 
Sunday, 19 Jul 2020
09:19 madpilot search for other commits by this committer
- Update VirtualBox ports to 5.2.44
- Adapt and regenerate patches
- Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1]

Patch based on one provided by Mario Lobo <lobo@bsd.com.br>.

Many thanks to people who provided ideas and suggetions in the
PR and review.

PR:			244212
Submitted by:		Nikita Stepanov <nikitastepan0v@bk.ru>
Reviewed by:		kevans [1]
Tested by:		lwshu
Approved by:		ports-secteam (joneum)
MFH:			2020Q3
Security:		1e7b316b-c6a8-11ea-a7d5-001999f8d30b
Differential Revision:	https://reviews.freebsd.org/D25496
Original commitRevision:542551 
Tuesday, 17 Jul 2018
19:19 jkim search for other commits by this committer
Update to 5.2.16.

https://www.virtualbox.org/wiki/Changelog#16
Original commitRevision:474823 
Monday, 5 Feb 2018
21:06 eugen search for other commits by this committer
emulators/virtualbox-ose: remove extra dependency on cdrtools.

Dependency on cdrtools was introduced 6 years ago for sake of mkisofs:
https://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose/Makefile?revision=274444&view=markup

In fact, VirtualBox build system does not use makeisofs
while building for FreeBSD because it does not even try to buid
VirtualBox Additions ISO image as its documentation says
in the Prerequisites section:

	mkisofs (required only for additions which aren't supported yet)
	=> /usr/ports/sysutils/cdrtools

	https://www.virtualbox.org/wiki/FreeBSD%20build%20instructions

And it never really used mkisofs.
Drop the dependency and bump PORTREVISION.

PR:		225376
Approved by:	vbox (maintainer timeout, 2 weeks)
Original commitRevision:461020 
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 
Saturday, 18 Feb 2017
19:48 tcberner search for other commits by this committer
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more

* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
Original commitRevision:434380 
Monday, 12 Sep 2016
22:52 jkim search for other commits by this committer
Update to 5.1.6.
Original commitRevision:421965 
Wednesday, 7 Sep 2016
21:35 jkim search for other commits by this committer
Update to 5.1.4.
Original commitRevision:421521 
Sunday, 24 Jul 2016
01:55 jkim search for other commits by this committer
Fix build with ports OpenSSL.
Original commitRevision:418983 
Friday, 22 Jul 2016
20:28 jkim search for other commits by this committer
Update to 5.0.26.
Original commitRevision:418931 
Friday, 15 May 2015
19:29 jkim search for other commits by this committer
Fix build without OpenSSL in the base.

PR:		199377
Original commitRevision:386475 
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, 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
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
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
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: 21