non port: emulators/virtualbox-ose-kmod-legacy/Makefile |
SVNWeb
|
Number of commits found: 27 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Jul 2022
|
[ 17:51 Bernhard Froehlich (decke) ] 27d0337 (Only the first 10 of 19 ports in this commit are shown above. )
*/*: Release my babies from my "created by" comments
|
Tue, 10 May 2022
|
[ 20:48 John Baldwin (jhb) ] bc6d572
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
|
Sat, 19 Mar 2022
|
[ 19:42 Guido Falsi (madpilot) Author: Neel Chauhan ] c3c1502
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode
PR: 262656
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
Mon, 14 Jun 2021
|
[ 20:02 Guido Falsi (madpilot) ] 354344c
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
|
Fri, 30 Apr 2021
|
[ 11:11 Guido Falsi (madpilot) ] f8e2a64
emulators/virtualbox-ose-legacy: limit portscout reporting
The VirtualBox legacy ports track version 5.x, limit portscout
reporting accordingly.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Mar 2021
|
[ 18:27 madpilot ] (Only the first 10 of 131 ports in this commit are shown above. )
- 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.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Mar 2014
|
[ 18:15 jkim ]
Prefer USES=tar:bzip2.
|
[ 18:11 jkim ]
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
|
Wed, 5 Mar 2014
|
[ 20:31 jkim ]
- 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.
|
Sun, 26 Jan 2014
|
[ 20:07 rene ]
Stage support
Reviewed by: vbox@ (decke)
|
Thu, 16 Jan 2014
|
[ 16:45 decke ]
- 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]
|
Fri, 3 Jan 2014
|
[ 00:46 bapt ] (Only the first 10 of 65 ports in this commit are shown above. )
Part 1 at removing now useless FETCH_ARGS redifition
|
Fri, 13 Dec 2013
|
[ 11:17 decke ] (Only the first 10 of 45 ports in this commit are shown above. )
- 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.
|
Sat, 9 Nov 2013
|
[ 19:20 rene ]
Forgot to commit this port in the previous USES=kmod conversion.
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Thu, 3 Jan 2013
|
[ 13:37 decke ] (Only the first 10 of 30 ports in this commit are shown above. )
- Update to 4.1.24
- Fix building with libxslt newer than 1.1.26
Obtained from: https://www.virtualbox.org/ticket/10940
|
Wed, 12 Sep 2012
|
[ 20:13 decke ]
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors)
|
Sat, 4 Aug 2012
|
[ 07:53 decke ]
- Convert to optionsng
Submitted by: bapt
|
Tue, 21 Feb 2012
|
[ 12:43 decke ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so
Obtained from: redports.org/~virtualbox/
|
Mon, 7 Nov 2011
|
[ 15:40 decke ]
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD
- Pet portlint about LICENSE variables
Reported by: avg
|
Fri, 1 Jul 2011
|
[ 13:21 decke ]
- Fix kmod build on 9-CURRENT after removal of cpumask_t
- Bump PORTREVISION
Submitted by: Jung-uk Kim <jkim@FreeBSD.org>
|
Sun, 22 May 2011
|
[ 09:15 decke ]
- 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]
|
[ 09:01 decke ] (Only the first 10 of 23 ports in this commit are shown above. )
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@
|
Number of commits found: 27 |