non port: emulators/virtualbox-ose-kmod/Makefile |
SVNWeb
|
Number of commits found: 146 (showing only 100 on this page) |
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 )
|
Thu, 21 Jul 2022
|
[ 08:59 Guido Falsi (madpilot) ] 99d29ee
emulators/virtualbox-ose: Update to 6.1.36
Changelog: https://www.virtualbox.org/wiki/Changelog
PR: 265351
|
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
|
Thu, 21 Apr 2022
|
[ 20:55 Guido Falsi (madpilot) ] 4017132
emulators/virtualbox-ose*: Update to 6.1.34
PR: 263439
|
Sat, 19 Mar 2022
|
[ 19:19 Neel Chauhan (nc) ] b1d24b8
emulators/virtualbox-ose-kmod: Fix kernel panic in DHCP bridge mode
PR: 262656
Approved by: madpilot
|
Thu, 20 Jan 2022
|
[ 15:44 Guido Falsi (madpilot) ] 6348afa6
emulators/virtualbox-ose*: Update to 6.1.32
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v32
|
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)
|
Tue, 23 Nov 2021
|
[ 20:31 Guido Falsi (madpilot) ] 28c743a
emulators/virtualbox-ose: Update to 6.1.30
|
Mon, 25 Oct 2021
|
[ 10:57 Guido Falsi (madpilot) ] 32c43c5
emulators/virtualbox-ose*: Fix mistake in patch
In the commit to update virtualbox-ose to 6.1.28 I made a one line
mistake when reapplying a patch which failed to apply as is.
In the patch
files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c
I did not replay a part removing the line:
rc = copyout(pHdr, pvUser, cbOut);
which was rewriting some data that it should not. The correct code
was anyway present after this leftover statement.
This error made virtualbox log a lot of warnings about Bad CPU
context like this:
vboxdrv: Bad CPU context error at line 373 in SUPDrv-freebsd.c:
ulCmd=0x2000568a: 0x282->0x287!
These seem to be unharmful, but anyway indicate a problem that this
commit fixes.
Reported by: Kevin Oberman <rkoberman@gmail.com> (via mailing list)
Fixes: a3db7da59f9498
|
Wed, 20 Oct 2021
|
[ 21:03 Guido Falsi (madpilot) ] a3db7da (Only the first 10 of 13 ports in this commit are shown above. )
emulators/virtualbox-ose*: Update to 6.1.28
Changelog: https://www.virtualbox.org/wiki/Changelog
|
Fri, 13 Aug 2021
|
[ 08:52 Guido Falsi (madpilot) ] 416b34d
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
|
Mon, 14 Jun 2021
|
[ 18:55 Guido Falsi (madpilot) ] 0829997
emulators/virtualbox-ose-kmod: 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.
PR: 256505
Tested by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
MFH: 2021Q2
Differential Revision: https://reviews.freebsd.org/D30722
|
Sat, 1 May 2021
|
[ 13:19 Guido Falsi (madpilot) ] 5224c9f
emulators/virtualbox-ose: Update to 6.1.22
|
Fri, 23 Apr 2021
|
[ 12:56 Guido Falsi (madpilot) ] d2441db (Only the first 10 of 13 ports in this commit are shown above. )
emulators/virtualbox-ose: Update to 6.1.20
- Also update related kmod and additions ports
- In additions, use INSTALL_LIB to install X11 modules, so binaries
get stripped
- Trim some `#if __FreeBSD_version` checks for unsupported FreeBSD
versions from patches
PR: 255301
|
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.
|
Thu, 18 Mar 2021
|
[ 20:01 tobik ]
emulators/virtualbox-ose-kmod: Spell PORTREVISION correctly
|
[ 15:51 nc ]
emulators/virtualbox-ose-kmod: Fix kernel panic on 13/14 with bridge mode by
adding EPOCH support
In r560502, I added a patch to support EPOCH to VirtualBox 5. When we upgraded
to VirtualBox 6, that patch was (unintentionally) removed, making it impossible
to use bridge move without this current patch.
Approved by: jkim, madpilot
Differential Revision: https://reviews.freebsd.org/D29319
|
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 )
|
Wed, 6 Jan 2021
|
[ 11:54 nc ]
emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and
bridge mode.
Reviewed by: kp, jkim (previous version)
Approved by: kp, jkim (previous version), 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D26359
|
Thu, 24 Sep 2020
|
[ 14:59 adridg ]
emulators/virtualbox-ose-kmod: Fix a pair of VM bugs
- Use vm_pager_allocate() to allocate OBJT_PHYS objects. This ensures
that they're initialized properly.
- Don't assume that user wiring will succeed.
This had been a team effort, with multiple independent reports,
a wide variety of experiments, and patches written by kib@
and refined by markj@.
I'm bumping PORTREVISION and aligning the revision of both kmod and
application; it's possible the application bump isn't actually
needed but let's make sure they both get rebuilt with this
important (because of changed kernel assumptions) fix.
PR: 249326
Submitted by: kib, markj
Reported by: adridg, Rainer Hurling
Reviewed by: adridg
Approved by: koobs (vbox)
MFH: 2020Q3
|
Sun, 16 Aug 2020
|
[ 07:38 jkim ]
Belatedly update PORTREVISION. It had to be done with r544898.
|
Sun, 19 Jul 2020
|
[ 09:19 madpilot ] (Only the first 10 of 54 ports in this commit are shown above. )
- 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
|
Sat, 4 Apr 2020
|
[ 19:01 kevans ]
emulators/virtualbox-ose-{additions,kmod}: Remove missing patch
extrapatch-Config.kmk was merged in ports r528258 into the standard
Config.kmk patch out of necessity, but inadvertently missed that it was also
referenced in two other spots.
No PORTREVISION bump, as these are build-only fixes to fix the entirety of
virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod.
PR: 245239
Approved by: koobs (mentor)
Approved by: portmgr (blanket: build fix, just-fix-it)
MFH: 2020Q2 (blanket: build fix)
Differential Revision: https://reviews.freebsd.org/D24260
|
Thu, 17 Oct 2019
|
[ 03:02 jkim ]
Update to 5.2.34.
https://www.virtualbox.org/wiki/Changelog-5.2#v34
|
Mon, 9 Sep 2019
|
[ 11:01 tobik ]
emulators/virtualbox-ose*: Use ECHO_CMD not ECHO per bsd.commands.mk
- Unbreak `make -s` builds
PR: 240433, 240426
Submitted by: Franco Fichtner <franco@opnsense.org> (based on)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 16 Jul 2019
|
[ 23:02 jkim ]
Update to 5.2.32.
https://www.virtualbox.org/wiki/Changelog-5.2#v32
|
Thu, 16 May 2019
|
[ 22:16 jkim ]
Update to 5.2.30.
https://www.virtualbox.org/wiki/Changelog-5.2#v30
|
Sat, 27 Apr 2019
|
[ 13:13 cmt ]
set VirtualBox MASTER_SITES to download.oracle.com
The SSL certificate of the host does not have download.virtualbox.org
in it's SubjectAltName anymore (download.virtualbox.org points to the
same CDN and is the same host as download.oracle.com, and checksums still
match).
Reported by: Duncan Young
|
Tue, 23 Apr 2019
|
[ 19:20 jkim ]
Update to 5.2.28.
https://www.virtualbox.org/wiki/Changelog-5.2#v28
|
Tue, 29 Jan 2019
|
[ 19:24 jkim ]
Prefer HTTPS for MASTER_SITES.
|
[ 19:12 jkim ]
Update to 5.2.26.
https://www.virtualbox.org/wiki/Changelog-5.2#v26
|
Wed, 16 Jan 2019
|
[ 15:19 jkim ]
Update to 5.2.24.
https://www.virtualbox.org/wiki/Changelog-5.2#v24
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 9 Nov 2018
|
[ 23:54 jkim ]
Update to 5.2.22.
https://www.virtualbox.org/wiki/Changelog#22
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sat, 20 Oct 2018
|
[ 04:42 jkim ] (Only the first 10 of 20 ports in this commit are shown above. )
Support SMAP for amd64.
This should stop kernel panics on SMAP supported CPUs after r336876.
PR: 230460
MFH: 2018Q4
|
Wed, 17 Oct 2018
|
[ 06:49 jkim ]
Update to 5.2.20.
https://www.virtualbox.org/wiki/Changelog#20
|
Wed, 15 Aug 2018
|
[ 19:38 jkim ]
Update to 5.2.18.
https://www.virtualbox.org/wiki/Changelog#18
|
Tue, 17 Jul 2018
|
[ 19:19 jkim ]
Update to 5.2.16.
https://www.virtualbox.org/wiki/Changelog#16
|
Mon, 2 Jul 2018
|
[ 22:13 jkim ]
Update to 5.2.14.
https://www.virtualbox.org/wiki/ChangeLog#14
|
Thu, 10 May 2018
|
[ 18:41 jkim ]
Update to 5.2.12.
https://www.virtualbox.org/wiki/Changelog#12
|
Tue, 17 Apr 2018
|
[ 21:17 jkim ]
Update to 5.2.10.
https://www.virtualbox.org/wiki/Changelog#v10
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 28 Feb 2018
|
[ 23:36 jkim ]
Update to 5.2.8.
https://www.virtualbox.org/wiki/Changelog#v8
|
Wed, 17 Jan 2018
|
[ 04:37 jkim ]
Update to 5.2.6.
|
Wed, 27 Dec 2017
|
[ 21:01 jkim ]
Update to 5.2.4.
https://www.virtualbox.org/wiki/Changelog#v4
|
Thu, 30 Nov 2017
|
[ 23:45 jkim ]
Update to 5.2.2.
|
Tue, 24 Oct 2017
|
[ 20:06 jkim ]
Turn on VIMAGE option by default.
VIMAGE is enabled in GENERIC kernels on head now.
|
Mon, 23 Oct 2017
|
[ 16:49 jkim ] (Only the first 10 of 25 ports in this commit are shown above. )
Update to 5.2.0.
|
Tue, 17 Oct 2017
|
[ 00:53 jkim ]
Update to 5.1.30.
|
Fri, 15 Sep 2017
|
[ 06:34 jkim ]
Update to 5.1.28.
|
Fri, 28 Jul 2017
|
[ 17:08 jkim ]
Update to 5.1.26.
|
Wed, 19 Jul 2017
|
[ 00:03 jkim ]
Update to 5.1.24.
|
Mon, 1 May 2017
|
[ 18:49 jkim ]
Update to 5.1.22.
|
Tue, 18 Apr 2017
|
[ 20:56 jkim ]
Update to 5.1.20.
|
Wed, 15 Mar 2017
|
[ 22:22 jkim ]
Update to 5.1.18.
|
Thu, 9 Mar 2017
|
[ 00:25 jkim ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 5.1.16.
|
Wed, 18 Jan 2017
|
[ 19:09 jkim ]
Update to 5.1.14.
|
Wed, 21 Dec 2016
|
[ 14:01 jkim ]
Update to 5.1.12.
|
Thu, 24 Nov 2016
|
[ 20:37 jkim ]
Update to 5.1.10.
|
Wed, 2 Nov 2016
|
[ 05:05 lwhsu ]
- Fix plist when DEBUG enabled on 11
Reviewed by: jkim
Differential Revision: https://reviews.freebsd.org/D5071
|
Sun, 23 Oct 2016
|
[ 19:32 jkim ]
Update to 5.1.8.
PR: 213683
Differential Revision: https://reviews.freebsd.org/D8292
|
Mon, 12 Sep 2016
|
[ 22:52 jkim ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 5.1.6.
|
Wed, 7 Sep 2016
|
[ 21:35 jkim ] (Only the first 10 of 23 ports in this commit are shown above. )
Update to 5.1.4.
|
Mon, 25 Jul 2016
|
[ 23:38 jkim ]
Disable TSC measurement thread. It causes a panic with INVARIANTS kernel
option. In fact, I doubt that it works on FreeBSD.
|
Fri, 22 Jul 2016
|
[ 20:28 jkim ] (Only the first 10 of 57 ports in this commit are shown above. )
Update to 5.0.26.
|
Thu, 21 Apr 2016
|
[ 17:11 jkim ]
Update to 4.3.38.
MFH: 2016Q2
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 5 Feb 2016
|
[ 04:24 jkim ]
Update to 4.3.36.
|
Thu, 12 Nov 2015
|
[ 22:15 jkim ]
Update to 4.3.34.
MFH: 2015Q4
|
Tue, 20 Oct 2015
|
[ 20:09 jkim ]
Update to 4.3.32.
MFH: 2015Q4
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Mon, 13 Jul 2015
|
[ 21:15 jkim ]
Fix pre-build target to properly set environment variables. Note there is
no functional change but it is done for correctness. Also, note the change
is merged from emulators/virtualbox-ose (r355732).
|
Fri, 10 Jul 2015
|
[ 20:42 jkim ]
Update to 4.3.30.
MFH: 2015Q3
|
Wed, 13 May 2015
|
[ 22:20 jkim ] (Only the first 10 of 22 ports in this commit are shown above. )
Update to 4.3.28.
|
Mon, 16 Mar 2015
|
[ 23:04 jkim ]
Update to 4.3.26.
|
Tue, 3 Mar 2015
|
[ 05:43 jkim ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 4.3.24.
|
Fri, 13 Feb 2015
|
[ 00:33 jkim ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 4.3.22.
- Install a wrapper for executables as Linux and Solaris installers do.
|
Wed, 28 Jan 2015
|
[ 17:31 jpaetzel ]
Bump PORTREVISION.
Needed by r378074
|
Tue, 25 Nov 2014
|
[ 00:40 jkim ]
- Update to 4.3.20.
- Fix MANUAL option. [1]
PR: 195272 [1]
|
Mon, 20 Oct 2014
|
[ 19:48 jkim ]
Update to 4.3.18.
|
Thu, 18 Sep 2014
|
[ 09:06 decke ]
- Add CPE information to virtualbox ports
|
Wed, 17 Sep 2014
|
[ 09:26 decke ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update to 4.3.16
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Jung-uk Kim <jkim@FreeBSD.org>
Obtained from: svn.redports.org/virtualbox
|
Thu, 22 May 2014
|
[ 23:10 jkim ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 4.3.12.
|
Fri, 9 May 2014
|
[ 23:38 jkim ]
Make sure to set --disable-docs and --disable-libvpx.
|
Fri, 28 Mar 2014
|
[ 23:35 jkim ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update to 4.3.10.
- Build with base C/C++ compiler, i.e., clang on 10.0+, as much as we can
to remove GCC run-time dependency and to reduce possible C++ ABI conflicts.
|
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.
|
Tue, 4 Mar 2014
|
[ 00:45 jkim ] (Only the first 10 of 42 ports in this commit are shown above. )
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox
|
Sun, 26 Jan 2014
|
[ 20:03 rene ]
Stage support.
Reviewed by: vbox@ (decke)
|
Thu, 23 Jan 2014
|
[ 17:18 decke ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update to 4.3.6
Obtained from: svn.redports.org/virtualbox
Thanks to: all testers of the 3 CFTs
|
Thu, 16 Jan 2014
|
[ 16:38 decke ]
- Update to 4.2.22
- Remove 3D crOpenGl patches that are already included in the new release
- 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
|
Tue, 10 Dec 2013
|
[ 20:42 decke ] (Only the first 10 of 13 ports in this commit are shown above. )
- 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]
|
Sat, 9 Nov 2013
|
[ 19:13 rene ] (Only the first 10 of 37 ports in this commit are shown above. )
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery
|
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)
|
Number of commits found: 146 (showing only 100 on this page) |