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-kmod-legacy/Makefile

Number of commits found: 30

Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: llvm15 build fixes

llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Saturday, 29 Apr 2023
22:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/virtualbox-ose-kmod-legacy: Unbreak on HEAD

Approved by:	portmgr (blanket)
commit hash: 08c4f9c38d1f14da3de628abd06096394476262c commit hash: 08c4f9c38d1f14da3de628abd06096394476262c commit hash: 08c4f9c38d1f14da3de628abd06096394476262c commit hash: 08c4f9c38d1f14da3de628abd06096394476262c 08c4f9c
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 5 Jul 2022
17:51 Bernhard Froehlich (decke) search for other commits by this committer
*/*: Release my babies from my "created by" comments
commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f 27d0337
Tuesday, 10 May 2022
20:48 John Baldwin (jhb) search for other commits by this committer
emulators/virtualbox-ose-kmod*: Tie to a specific release branch.

Use a more restricted range of supported __FreeBSD_version values for
the virtualbox kernel module since it uses internal KPIs for which KBI
stability is not guaranteed.  DECLARE_MODULE_TIED would tie the module
to a specific __FreeBSD_version which would cause the module to stop
loading when an SA or EN is pushed on a release branch.  Instead, use
DECLARE_MODULE_MAXVER with an upper bound that is limited to the range
of a releng branch so that a module built on X.Y will load on X.Y with
SAs or ENs applied but will fail to load on X.Y-1 or X.Y+1.

Reviewed by:	kevans, imp, madpilot, lwhsu (earlier version)
Differential Revision:	https://reviews.freebsd.org/D16119
commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 commit hash: bc6d5725ed6c7b6538da70328d89afe901736a90 bc6d572
Saturday, 19 Mar 2022
19:42 Guido Falsi (madpilot) search for other commits by this committer Author: Neel Chauhan
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode

PR:		262656
commit hash: c3c1502372cad26671f7550d0e54d2cc77e47b3a commit hash: c3c1502372cad26671f7550d0e54d2cc77e47b3a commit hash: c3c1502372cad26671f7550d0e54d2cc77e47b3a commit hash: c3c1502372cad26671f7550d0e54d2cc77e47b3a c3c1502
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Monday, 14 Jun 2021
20:02 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time

After src commit e266a0f7f001 a module is not allowed to call
kern_kldload while being loaded. The virtualbox module is doing
exactly this though. virutalbox used to do this because the ng_ether
netgraph node did not provide version information in the past and
there was no way to properly depend on it.

ng_ether has gained versioning information in base r238844 more
than ten years ago, so we can now unconditionally properly depend
on it, since this revision is now included in all supported FreeBSD
versions.

Thanks to Tomoaki AOKI for identifying the base commuit exposing
the issue.

Backport fix to legacy port.

WHile here also merge a double patch for the smae file.

PR:		256505
MFH:		2021Q2
commit hash: 354344ce8af17e5b6d85109120af5c6584ae642c commit hash: 354344ce8af17e5b6d85109120af5c6584ae642c commit hash: 354344ce8af17e5b6d85109120af5c6584ae642c commit hash: 354344ce8af17e5b6d85109120af5c6584ae642c 354344c
Friday, 30 Apr 2021
11:11 Guido Falsi (madpilot) search for other commits by this committer
emulators/virtualbox-ose-legacy: limit portscout reporting

The VirtualBox legacy ports track version 5.x, limit portscout
reporting accordingly.
commit hash: f8e2a64baae686950521d9a9b424b3d5de114500 commit hash: f8e2a64baae686950521d9a9b424b3d5de114500 commit hash: f8e2a64baae686950521d9a9b424b3d5de114500 commit hash: f8e2a64baae686950521d9a9b424b3d5de114500 f8e2a64
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
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 
Thursday, 20 Mar 2014
18:15 jkim search for other commits by this committer
Prefer USES=tar:bzip2.
Original commitRevision:348712 
18:11 jkim search for other commits by this committer
Fix panic for stable/9.  Use vm_page_alloc_contig() as it is now available.

Tested by:	Douglas Berry (doug at bitnix dot ca)
PR:		ports/187580
Original commitRevision:348711 
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 
Sunday, 26 Jan 2014
20:07 rene search for other commits by this committer
Stage support

Reviewed by:	vbox@ (decke)
Original commitRevision:341270 
Thursday, 16 Jan 2014
16:45 decke search for other commits by this committer
- Update to 4.2.22
- 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:339932 
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 
Friday, 13 Dec 2013
11:17 decke search for other commits by this committer
- Update to virtualbox-ose 4.2.20_1
- This update pulls in many changes from the port and brings better support
for FreeBSD 10 and GCC from ports. I am doing that in preparation of the
upcoming VirtualBox 4.3 update that should land soon.
Original commitRevision:336332 
Saturday, 9 Nov 2013
19:20 rene search for other commits by this committer
Forgot to commit this port in the previous USES=kmod conversion.
Original commitRevision:333331 
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, 3 Jan 2013
13:37 decke search for other commits by this committer
- Update to 4.1.24
- Fix building with libxslt newer than 1.1.26

Obtained from:	https://www.virtualbox.org/ticket/10940
Original commitRevision:309875 
Wednesday, 12 Sep 2012
20:13 decke search for other commits by this committer
- Cleanup MASTER_SITES and use upstream mirror as primary

Discussed with:	beat (for chruetertee mirrors)
Original commitRevision:304160 
Saturday, 4 Aug 2012
07:53 decke search for other commits by this committer
- Convert to optionsng

Submitted by:	bapt
Original commit
Tuesday, 21 Feb 2012
12:43 decke search for other commits by this committer
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so

Obtained from:          redports.org/~virtualbox/
Original commit
Monday, 7 Nov 2011
15:40 decke search for other commits by this committer
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD
- Pet portlint about LICENSE variables

Reported by:    avg
Original commit
Friday, 1 Jul 2011
13:21 decke search for other commits by this committer
- Fix kmod build on 9-CURRENT after removal of cpumask_t
- Bump PORTREVISION

Submitted by:   Jung-uk Kim <jkim@FreeBSD.org>
Original commit
Sunday, 22 May 2011
09:15 decke search for other commits by this committer
- Introduce -legacy ports
- Add vboxheadless startscript [1]
- Add vboxwebsrv startscript [2]
- Change CONFLICTS to CONFLICTS_INSTALL [3]
- Remove stale mirror
- Bump PORTREVISION

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]
Thanks to:      dougb@, [1][2]
                Cr4zi3/EFNet, [2]
                crsd [2]
Original commit
09:01 decke search for other commits by this committer
Force commit to note the repocopy: emulators/virtualbox-ose to
emulators/virtualbox-ose-legacy and emulators/virtualbox-ose-kmod to
emulators/virtualbox-ose-kmod-legacy

PR:             ports/156843
Repocopy by:    marcus@
Original commit

Number of commits found: 30