virtualbox-ose — Commit History
showing 188 stored commits — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
6.1.50
c22c337cf0
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Exclude from extract bundled binary files of kBuild
Thes is ~430-640 files, ~30-55MB total for different platforms. We are using devel/kBuild for build VirtualBox ports. devel/kBuild is a newer version than the one included in the VirtualBox tarballs. |
|
6.1.50
fba59be432
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-nox11}: Deprecate and set to expire on 2026-12-31
Upstream EOL reaches on 2024-01-31, use emulators/virtualbox-ose-*-72 instead. PR: 290507 |
|
6.1.50
cec1e153ef
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-71,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.2.x
PR: 289019 |
|
6.1.50
f3a57fc3f6
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose-kmod{,-70,-71,-legacy}: Fix on 15-CURRENT: linker_load_file: /boot/modules/vboxnetflt.ko - unsupported file type
After commit https://github.com/freebsd/freebsd-src/commit/93b4a54456589e78dcd37f2db8333baff3f3f0b2 kernel: linker_load_file: /boot/modules/vboxnetflt.ko - unsupported file type kernel: KLD vboxnetflt.ko: depends on netgraph - not available or version mismatch Thanks to Benjamin Close <Benjamin.Close@clearchain.com> and rkoberman@gmail.com for researching the issue and identifying its cause. PR: 286204 286717 MFH: 2025Q2 |
|
6.1.50
8b659812a2
files touched
|
Baptiste Daroussin (bapt) |
emulators/virtualbox-ose-kmod: fix cross building
For cross building the CC variable is passed quoted with the target the which configure script from VirtualBox expects it to only be the name of the command and using which to determine if usable. Replacing in the which_wrapper function the call of $* with only the first argument, makes it accept cross building. Cross building support is important for kmods as they are all cross built to populate the kmods repositories |
|
6.1.50
806da99dc2
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-70,-legacy}: Update CONFLICTS_INSTALL before committing new ports with VirtualBox 7.1.x
PR: 284439 |
|
6.1.50
179f17fc36
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-additions,-kmod}{,-legacy}: Update CONFLICTS_INSTALL and PORTSCOUT before commit new ports with VirtualBox 7.0.x
PR: 271146 |
|
6.1.50
8d72823b38
files touched
|
Craig Leres (leres) |
emulators/virtualbox-ose-kmod: Add check for MAXCPU and mp_maxcpus before load vboxdrv.ko
If the MAXCPU option is not the default for the running kernel, then 'kldload vboxdrv.ko' will result in a kernel panic. Due to ABI difference (vboxdrv passes cpuset_t parameter (bitfield with CPU_SETSIZE -> MAXCPU bits) into smp_rendezvous_cpus()) kernel panics with "ncpus is 0 with non-zero map" message. PR: 219913 |
|
6.1.50
b4a6bc8744
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose*: Improve ports
* Replace PORTVERSION with DISTVERSION. * Fix CONFLICTS_INSTALL. * Fix PYTHON in DEFAULT_OPTIONS in emulators/virtualbox-ose. * Pet portclippy and portlint. * Formatting and etc. PR: 258159 |
|
6.1.50
9e318d649a
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.50
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v50 PR: 276437 Approved by: arrowd (mentor), olce Differential Revision: https://reviews.freebsd.org/D43510 MFH: 2024Q1 |
|
6.1.48
ae6b467526
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-kmod,-additions}: update to 6.1.48
Based on patch from Sergey V. Dyatko <sergey.dyatko@gmail.com>. Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v48 PR: 274555 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D42322 MFH: 2023Q4 |
|
6.1.46
5dd9c30f7d
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{,-nox11,-kmod,-additions,-additions-nox11}: update to 6.1.46
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v46 Also fixed PORTREVISION in master/slave ports. PR: 272572 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D41110 MFH: 2023Q3 |
|
6.1.44
1d37fcd831
files touched
|
Vladimir Druzenko (vvd) |
emulators/virtualbox-ose{-*}: Update to 6.1.44
Changes: https://www.virtualbox.org/wiki/Changelog-6.1#v44 Author: lwhsu@FreeBSD.org Note: BROKEN on 14 PR: 266907 Reported by: Ian Dickens <ian@south-border.com> Approved by: arrowd (mentor), joneum (ports-secteam) Differential Revision: https://reviews.freebsd.org/D40088 |
|
6.1.36
8d3e020ed0
files touched
|
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
|
6.1.36
fb16dfecae
files touched
|
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner) |
|
6.1.36
b7f05445c0
files touched
|
Stefan Eßer (se) |
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) |
|
6.1.36
99d29ee89f
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose: Update to 6.1.36
Changelog: https://www.virtualbox.org/wiki/Changelog PR: 265351 |
|
6.1.34
27d033713d
files touched
|
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments
|
|
6.1.34
bc6d5725ed
files touched
|
John Baldwin (jhb) |
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 |
|
6.1.34
4017132e11
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose*: Update to 6.1.34
PR: 263439 |
|
6.1.32
b1d24b891b
files touched
|
Neel Chauhan (nc) |
emulators/virtualbox-ose-kmod: Fix kernel panic in DHCP bridge mode
PR: 262656 Approved by: madpilot |
|
6.1.32
6348afa698
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose*: Update to 6.1.32
Changelog: https://www.virtualbox.org/wiki/Changelog-6.1#v32 |
|
6.1.30
bcaf25a8c8
files touched
|
Stefan Eßer (se) |
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) |
|
6.1.30
04b9da4140
files touched
|
Stefan Eßer (se) |
*/*: 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) |
|
6.1.30
28c743aa5d
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose: Update to 6.1.30
|
|
6.1.28
32c43c5052
files touched
|
Guido Falsi (madpilot) |
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 |
|
6.1.28
a3db7da59f
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose*: Update to 6.1.28
Changelog: https://www.virtualbox.org/wiki/Changelog |
|
6.1.26
416b34d584
files touched
|
Guido Falsi (madpilot) |
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 |
|
6.1.22
082999790a
files touched
|
Guido Falsi (madpilot) |
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 |
|
6.1.22
5224c9f5d7
files touched
|
Guido Falsi (madpilot) |
emulators/virtualbox-ose: Update to 6.1.22
|
|
6.1.20
d2441db781
files touched
|
Guido Falsi (madpilot) |
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 |
|
6.1.18
135fdeebb9
files touched
|
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords.
|
|
6.1.18
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
6.1.18
bcb2160bcc
files touched
|
Tobias Kortkamp (tobik) |
emulators/virtualbox-ose-kmod: Spell PORTREVISION correctly
|
|
6.1.18
b6a2222fb3
files touched
|
Neel Chauhan (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 |
|
6.1.18
42d8425b62
files touched
|
Guido Falsi (madpilot) |
- 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 |
|
5.2.44
cecf695082
files touched
|
Neel Chauhan (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 |
|
5.2.44
22e1fe798c
files touched
|
Adriaan de Groot (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 |
|
5.2.44
018654eec7
files touched
|
Jung-uk Kim (jkim) |
Belatedly update PORTREVISION. It had to be done with r544898.
|
|
5.2.44
c7901a4b4e
files touched
|
Guido Falsi (madpilot) |
- 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 |
|
5.2.34
e4f412cb1b
files touched
|
Kyle Evans (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 |
|
5.2.34
fa86e7a147
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.34.
https://www.virtualbox.org/wiki/Changelog-5.2#v34 |
|
5.2.32
d611e8e342
files touched
|
Dmitry Marakasov (amdmi3) |
- Update WWW
Approved by: portmgr blanket |
|
5.2.32
1a78aa8c30
files touched
|
Tobias Kortkamp (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) |
|
5.2.32
ea8c8ec7da
files touched
|
Gerald Pfeifer (gerald) |
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 |
|
5.2.32
48de8a4b8c
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.32.
https://www.virtualbox.org/wiki/Changelog-5.2#v32 |
|
5.2.30
1353ce32bd
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.30.
https://www.virtualbox.org/wiki/Changelog-5.2#v30 |
|
5.2.28
e320d59467
files touched
|
Christoph Moench-Tegeder (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 |
|
5.2.28
3c53b6d151
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.28.
https://www.virtualbox.org/wiki/Changelog-5.2#v28 |
|
5.2.26
10c4fcdc0f
files touched
|
Jung-uk Kim (jkim) |
Prefer HTTPS for MASTER_SITES.
|
|
5.2.26
f226c4d673
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.26.
https://www.virtualbox.org/wiki/Changelog-5.2#v26 |
|
5.2.24
ce47baa1ab
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.24.
https://www.virtualbox.org/wiki/Changelog-5.2#v24 |
|
5.2.22
a9f015d155
files touched
|
Gerald Pfeifer (gerald) |
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 |
|
5.2.22
d1488972e2
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.22.
https://www.virtualbox.org/wiki/Changelog#22 |
|
5.2.20
8a502cb2d4
files touched
|
Rene Ladan (rene) |
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 |
|
5.2.20
b8c6eabbfe
files touched
|
Jung-uk Kim (jkim) |
Support SMAP for amd64.
This should stop kernel panics on SMAP supported CPUs after r336876. PR: 230460 MFH: 2018Q4 |
|
5.2.20
27785eaba9
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.20.
https://www.virtualbox.org/wiki/Changelog#20 |
|
5.2.18
b621458fc9
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.18.
https://www.virtualbox.org/wiki/Changelog#18 |
|
5.2.16
5ac9771135
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.16.
https://www.virtualbox.org/wiki/Changelog#16 |
|
5.2.14
52896eada3
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.14.
https://www.virtualbox.org/wiki/ChangeLog#14 |
|
5.2.12
75f1d3db92
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.12.
https://www.virtualbox.org/wiki/Changelog#12 |
|
5.2.10
ff9707fa61
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.10.
https://www.virtualbox.org/wiki/Changelog#v10 |
|
5.2.8
c2a92a1aea
files touched
|
Gerald Pfeifer (gerald) |
Bump PORTREVISIONs of all users of math/mpc that we just updated to version 1.1.0 (via revision 464079).
|
|
5.2.8
cbe1220de7
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.8.
https://www.virtualbox.org/wiki/Changelog#v8 |
|
5.2.6
bf36a2031a
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.6.
|
|
5.2.4
5c32f53c15
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.4.
https://www.virtualbox.org/wiki/Changelog#v4 |
|
5.2.2
b58bf791cc
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.2.
|
|
5.2.0
67f82eef26
files touched
|
Jung-uk Kim (jkim) |
Turn on VIMAGE option by default.
VIMAGE is enabled in GENERIC kernels on head now. |
|
5.2.0
a4ab367afe
files touched
|
Jung-uk Kim (jkim) |
Update to 5.2.0.
|
|
5.1.30
0966a2ec16
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.30.
|
|
5.1.28
729f257a7b
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.28.
|
|
5.1.26
ee2c206199
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.26.
|
|
5.1.24
0977443430
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.24.
|
|
5.1.22
25b71d9688
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.22.
|
|
5.1.20
8a781f8dbd
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.20.
|
|
5.1.18
e90df162f1
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.18.
|
|
5.1.16
9fc7e23845
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.16.
|
|
5.1.14
e03ffb78e4
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.14.
|
|
5.1.12
55eb3c678e
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.12.
|
|
5.1.10
fb3b57862e
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.10.
|
|
5.1.8
ab46678ab2
files touched
|
Li-Wen Hsu (lwhsu) |
- Fix plist when DEBUG enabled on 11
Reviewed by: jkim Differential Revision: https://reviews.freebsd.org/D5071 |
|
5.1.8
01ac95e188
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.8.
PR: 213683 Differential Revision: https://reviews.freebsd.org/D8292 |
|
5.1.6
1563c9ac55
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.6.
|
|
5.1.4
e60871787d
files touched
|
Jung-uk Kim (jkim) |
Update to 5.1.4.
|
|
5.0.26
d271b01c94
files touched
|
Jung-uk Kim (jkim) |
Disable TSC measurement thread. It causes a panic with INVARIANTS kernel option. In fact, I doubt that it works on FreeBSD.
|
|
5.0.26
3721902bc8
files touched
|
Jung-uk Kim (jkim) |
Update to 5.0.26.
|
|
4.3.38
aec8860ef3
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.38.
MFH: 2016Q2 |
|
4.3.36
4e1b79a0a6
files touched
|
Mathieu Arnold (mat) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight |
|
4.3.36
0e7f31a368
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.36.
|
|
4.3.34
034170d71e
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.34.
MFH: 2015Q4 |
|
4.3.32
7393b3be86
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.32.
MFH: 2015Q4 |
|
4.3.30
21a283f3be
files touched
|
Mathieu Arnold (mat) |
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 |
|
4.3.30
9ce8c1bf2d
files touched
|
Jung-uk Kim (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).
|
|
4.3.30
db7da50ecb
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.30.
MFH: 2015Q3 |
|
4.3.28
3ddd0065cb
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.28.
|
|
4.3.26
c2b05cbd68
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.26.
|
|
4.3.24
19a52b429c
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.24.
|
|
4.3.22
d4c4b9a3af
files touched
|
Jung-uk Kim (jkim) |
- Update to 4.3.22. - Install a wrapper for executables as Linux and Solaris installers do.
|
|
4.3.20
31960e4ee4
files touched
|
Josh Paetzel (jpaetzel) |
Bump PORTREVISION.
Needed by r378074 |
|
4.3.20
63daeb1703
files touched
|
Josh Paetzel (jpaetzel) |
Fix circular dep issues so this script can DTRT at boot.
This script needs to run after ldconfig, however it's deps cause: a) A circular dependancy in rcorder b) It starts before ldconfig This causes the VBoxManage command to bail out when it's run by this script because it can't find it's required libs. The consequence of this is host only networks aren't set up properly at boot. By removing the explicit dependancy on ldconfig we get rid of the circular dependancy issues. However since the VBoxManage command does actually need libraries in /usr/local/lib we set that explicitly with LD_LIBRARY_PATH. There's not really a good solution to this issue. The real "problem" is that /usr could be an NFS mount and you have to run ldconfig after /usr is mounted. While LD_LIBRARY_PATH is kind of ugly, and removing an explicit dependancy is ugly, the other alternatives are uglier. (Break NFS mounted /usr for example) I'd also argue that having this just not work (which is the state of it before this commit) is pretty ugly too. Also, I apologize in advance for not discussing this on emulation@ and just doing a drive by commit, however hopefully the fact that "This fixes obvious breakage" makes up for the fact that I skipped peer review, proper approval, and most importantly giving the community to bikeshed this ad naseum. |
|
4.3.20
6bd8b4d7d0
files touched
|
Jung-uk Kim (jkim) |
- Update to 4.3.20. - Fix MANUAL option. [1]
PR: 195272 [1] |
|
4.3.18
a2535d9349
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.18.
|
|
4.3.16
bead6e2747
files touched
|
Bernhard Froehlich (decke) |
- Add CPE information to virtualbox ports
|
|
4.3.16
1a9f6e6f13
files touched
|
Bernhard Froehlich (decke) |
- 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 |
|
4.3.12
f40b7d81d5
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.12.
|
|
4.3.10
a8aa9b6328
files touched
|
Jung-uk Kim (jkim) |
Make sure to set --disable-docs and --disable-libvpx.
|
|
4.3.10
5470a075ae
files touched
|
Jung-uk Kim (jkim) |
- 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.
|
|
4.3.8
aca4e4135f
files touched
|
Jung-uk Kim (jkim) |
Prefer USES=tar:bzip2.
|
|
4.3.8
bb54ae20b3
files touched
|
Jung-uk Kim (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 |
|
4.3.8
0806784e42
files touched
|
Jung-uk Kim (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.
|
|
4.3.8
71b986b697
files touched
|
Jung-uk Kim (jkim) |
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox |
|
4.3.6
ebbd05ddc7
files touched
|
Rene Ladan (rene) |
Stage support.
Reviewed by: vbox@ (decke) |
|
4.3.6
580dc0dd08
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.3.6
Obtained from: svn.redports.org/virtualbox Thanks to: all testers of the 3 CFTs |
|
4.2.22
e04b632220
files touched
|
Baptiste Daroussin (bapt) |
Fix properties on pkg-plist
|
|
4.2.22
fbda6889d4
files touched
|
Bernhard Froehlich (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] |
|
4.2.20
c0d7b638ed
files touched
|
Baptiste Daroussin (bapt) |
Part 1 at removing now useless FETCH_ARGS redifition
|
|
4.2.20
c5ddc04682
files touched
|
Bernhard Froehlich (decke) |
- 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] |
|
4.2.18
bfc52e7104
files touched
|
Rene Ladan (rene) |
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
|
|
4.2.18
90903a7bb7
files touched
|
Bernhard Froehlich (decke) |
- Fix calls of vm_map_find() after r255426 broke it and added a mmap flag.
PR: ports/181971, ports/182121 Submitted by: Lawrence Stewart <lstewart@FreeBSD.org>, Dan McGregor <dan.mcgregor@usask.ca> |
|
4.2.18
1089da7dcc
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
|
|
4.2.18
aa160f4740
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.18
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
|
4.2.16
3dc69257c2
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.16
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
|
4.2.14
68b99e5ead
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.14 - Fix VLAN trunking support in vboxnetflt [1] - Fix panic in kmod when VIMAGE is disabled in the kernel and port [2] - Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3] - Pet portlint (WWW, Created by lines)
This update was mainly done by Mikhail Tsatsenko. Submitted by: Landon J Fuller <landonf at plausible.coop> [1], Gleb Kurtsou <gleb@freebsd.org> [2], Stefan Bethke <stb@FreeBSD.org> [3] |
|
4.2.12
f211bc094c
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.2.12 - Add missing patch to additions to fix building after r248084 which renamed VM_OBJECT_LOCK() to VM_OBJECT_WLOCK(). The patch was already included in the kmod port but additions also need it.
|
|
4.2.6
e75961dd5b
files touched
|
Bernhard Froehlich (decke) |
- Fix VM_OBJECT patch to properly use WLOCK/WUNLOCK.
Reported by: Ivan Klymenko <fidaj@ukr.net> Thanks to: Konstantin Belousov <kib@FreeBSD.org> See: http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082432.html |
|
4.2.6
1457d6274b
files touched
|
Glen Barber (gjb) |
Fix patch indexes.
|
|
4.2.6
4f0bd6fb09
files touched
|
Sean Bruno (sbruno) |
Add wrapper FreeBSD_Version check at the break point for VM_OBJECT_RLOCK name change so we still build on stable branches.
Suggested by: bdrewery |
|
4.2.6
10dc43b694
files touched
|
Glen Barber (gjb) |
Set KMODDIR to /boot/modules, since it is always defined to /boot/kernel otherwise.
PR: ports/175684, ports/176288 Approved by: vbox (maintainer timeout, nearly 2 months) |
|
4.2.6
d600c214cc
files touched
|
Sean Bruno (sbruno) |
Fix port after breakage on src commit svn r248084 on March 9th, 2013.
Patch kmod to include rwlock.h Patch kmod to change VM_OBJECT_LOCK to VM_OBJECT_RLOCK Patch kmod to change VM_OBJECT_UNLOCK to VM_OBJECT_RUNLOCK |
|
4.2.6
a5b330652b
files touched
|
Emanuel Haupt (ehaupt) |
Require ldconfig in vboxnet init script. Without it vboxnet fails to start on 9-STABLE with "VBoxRT.so misses libiconv.so".
While here pacify portlint by replacing a tab in the header with a single space. Approved by: decke |
|
4.2.6
1feafdfaa6
files touched
|
Bernhard Froehlich (decke) |
- 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] |
|
4.1.22
c2de5c9e7f
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.22 [1] - Cleanup MASTER_SITES and use upstream mirror as primary
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] |
|
4.1.20
f1ddff4b92
files touched
|
Olli Hauer (ohauer) |
- fix PORT_OPTIONS s/)/}/
|
|
4.1.20
74b732681f
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.20 - Remove VNC IPv6 patch because it has been fixed upstream - Pet portlint once again (LICENSE section)
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> |
|
4.1.18
0584205d76
files touched
|
Bernhard Froehlich (decke) |
- Fix panic at unload of vboxnetadp - Bump PORTREVISION
PR: ports/169565 Submitted by: Thomas Eberhardt <sneakywumpus@googlemail.com> Obtained from: virtualbox r41199 |
|
4.1.18
4136328e14
files touched
|
Bernhard Froehlich (decke) |
- Follow vm_contig_grow_cache() renaming to vm_pageout_grow_cache() in r238561
PR: ports/170056 Submitted by: Garrett Cooper <yanegomi@gmail.com> Thanks to: alc, avg |
|
4.1.18
d48b60ff76
files touched
|
Akinori MUSHA (knu) |
Add SF to master sites.
PR: ports/167514 Approved by: maintainer timeout |
|
4.1.18
10d9e7caf3
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.18 [1] - Convert to OptionsNG [2] - Install DEBUG symbols for kernel modules [1]
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1] bapt@ [2] |
|
4.1.16
9f028aea1d
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.16 - Update wiki link to troubleshooting page
|
|
4.1.14
d3d5da97e3
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.14 - Remove debugging fprintf in MachineImpl.cpp to fix build with GCC 4.6 [1] - Add support for VLAN interfaces to NetIfList() [2] - Add support for VIMAGE to VBoxNetAdp [3] - Fix a kernel crash on FreeBSD 10-CURRENT hosts with VIMAGE enabled when a VM is powered off [3]
Submitted by: Andriy Gapon <avg at FreeBSD.org> [1] Landon J Fuller <landonf at plausible dot coop> [2] Mikolaj Golub <trociny at freebsd.org> [3] Sponsored by: Plausible Labs Cooperative, Inc [2] |
|
4.1.12
9fb658ddc3
files touched
|
Bernhard Froehlich (decke) |
- Remove patches from sobomax again because they cause more trouble than they solve.
With hat: vbox Reported by: various people on emulation@ |
|
4.1.12
a03ecba7da
files touched
|
Maxim Sobolev (sobomax) |
Fix build on FreeBSD 9.0. It needs some black magic around MK_CLANG_IS_CC, hopefully somebody would fix bsd.kmod.mk, but for now we need this.
|
|
4.1.12
9291a32e0c
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.12 - Fix PAM authentication for vboxwebsrv [1]
PR: ports/166614 [1] Submitted by: Landon Fuller <landonf@plausible.coop> [1] Feature safe: yes |
|
4.1.10
bdb61663a4
files touched
|
Bernhard Froehlich (decke) |
- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before
Reported by: pointyhat (via pav) Feature safe: yes |
|
4.1.10
d97f13f37b
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.1.10
Feature safe: yes |
|
4.1.8
31bc87dae9
files touched
|
Bernhard Froehlich (decke) |
- Reenabled fixed memobj r0 patch - Bump PORTREVISION
Submitted by: avg Feature safe: yes |
|
4.1.8
948e653bff
files touched
|
Bernhard Froehlich (decke) |
- Revert memobj r0 patch until the problems on i386 are solved - Bump PORTREVISION
Reported by: dougb, Frank Bartels Discussed with: avg |
|
4.1.8
379ce3f230
files touched
|
Bernhard Froehlich (decke) |
- 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/ |
|
4.0.14
83eb2c3700
files touched
|
Doug Barton (dougb) |
In the rc.d scripts, change assignments to rcvar to use the literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. |
|
4.0.14
f79d5901a5
files touched
|
Bernhard Froehlich (decke) |
- Add fix for build failure on FreeBSD 10-CURRENT after r228444
include/iprt/types.h:174: error: redefinition of typedef 'bool' @/sys/types.h:271: error: previous declaration of 'bool' was here Submitted by: Daichi GOTO <daichi@freebsd.org> |
|
4.0.14
423f6e98ed
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.14
Feature safe: yes |
|
4.0.12
d6d01011a0
files touched
|
Bernhard Froehlich (decke) |
- Fix panic: mutex vm page queue free mutex not owned on 10-CURRENT - Fix compile error: 'D_PSEUDO' undeclared here on 10-CURRENT - Bump PORTREVISION
PR: ports/162186 Submitted by: Jung-uk Kim <jkim@FreeBSD.org> Feature safe: yes |
|
4.0.12
395d49b829
files touched
|
Bernhard Froehlich (decke) |
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD - Pet portlint about LICENSE variables
Reported by: avg |
|
4.0.12
a9293b1e11
files touched
|
Bernhard Froehlich (decke) |
- Fix PG_UNMANAGED compile problem on HEAD after r224746.
Remove explicit initialization of m->flags and m->oflags because per default vm_phys_alloc_contig() already initializes the page as unmanaged. Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming to VPO_UNMANAGED for an additional assert. PR: ports/159675 Reported by: Kyryll A Mirnenko <xmirya@gmail.com>, Michael Butler <imb@protected-networks.net> Thanks to: beat |
|
4.0.12
3d9d3b7e75
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.12
|
|
4.0.10
ea253ac9b9
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.10 - Fix kmod build on 9-CURRENT after removal of cpumask_t [1]
Submitted by: Jung-uk Kim <jkim@FreeBSD.org> [1] |
|
4.0.8
cd2186d43c
files touched
|
Bernhard Froehlich (decke) |
- Fix panic: spin lock held too long on FreeBSD 7.x - Bump PORTREVISION
PR: ports/157290 Submitted by: Alexander Eichner <Alexander.Eichner@oracle.com> Reported by: Oleksii Krykun <kryol@bigmir.net>, Martin Birgmeier <xxllxrvt@aon.at>, Peter Klett <peter@netkey.at> |
|
4.0.8
b9fb4c08e1
files touched
|
Bernhard Froehlich (decke) |
- Clarify VIMAGE option
PR: ports/157253 Submitted by: Warren Block <wblock@wonkity.com> |
|
4.0.8
662a124702
files touched
|
Bernhard Froehlich (decke) |
- Update to 4.0.8 - Add vboxheadless startscript [1] - Add vboxwebsrv startscript [2] - Change CONFLICTS to CONFLICTS_INSTALL [3] - Relax hardening for PC-BSD 9 [4] - Add VIMAGE support [5] - Install VBoxExtPackHelperApp [6] - Remove stale mirror - Extend pkg-message for USB configuration - Fix link_elf_obj: symbol RTStrCopy undefined [7]
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] Kris Moore <kris@pcbsd.org>, [4] Mikolaj Golub <to.my.trociny@gmail.com>, [5] Mattia Rossi <mrossi@swin.edu.au>, [6] Florian Smeets <flo@FreeBSD.org> [7] Thanks to: dougb@, [1][2] Cr4zi3/EFNet, [2] crsd, [2] beat@, hps@, Alexander Eichner, all testers! Approved by: bapt (vbox hat) |
|
3.2.12
15de8793d4
files touched
|
Baptiste Daroussin (bapt) |
Fix building with LOCALBASE != PREFIX
|
|
3.2.12
755770b0bb
files touched
|
Bernhard Froehlich (decke) |
- Fix build on current after removal of uio_yield() - Bump PORTREVISION
Submitted by: Michael Butler <imb at protected-networks dot net> |
|
3.2.12
88e2a9fd48
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.12 - Remove check for FreeBSD 6.x - Drop MD5 checksums
|
|
3.2.10
d0c63501c2
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.10 - Add LICENSE and LICENSE_FILE
|
|
3.2.8
7cca3f6501
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.8
|
|
3.2.6
c6da10cdfd
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.6 - No longer BROKEN on CURRENT
Feature safe: yes |
|
3.2.4
49521c8460
files touched
|
Bernhard Froehlich (decke) |
- Update to 3.2.4
Approved by: beat (co-mentor) |
|
3.2.2
bdbbb7ff83
files touched
|
Beat Gaetzi (beat) |
- Update to 3.2.2 - Execute kldxref in do-install target. [1] - Set SYSDIR to SRC_BASE to fix build if the FreeBSD sources are not installed in /usr/src. [2] - Set SRC_BASE to /usr/src if SRC_BASE is not set and not rely on the /sys symlink. [2] - Mark BROKEN on recent CURRENT.
Reported by: scf@ [1] Submitted by: imp@ [2] 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@. |
|
3.1.8
19324dd072
files touched
|
Beat Gaetzi (beat) |
- Update to 3.1.8
|
|
3.1.6
afdffe57e9
files touched
|
Beat Gaetzi (beat) |
- Update to 3.1.6 - Fix ioctl warnings in /var/log/messages [1] - Fix build with QT4 support disabled [2]
Obtained from: http://www.virtualbox.org/changeset/25953 [1] Reported by: William DiNoia <william.dinoia AT gmail.com> [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.1.4
1d6b4b3f91
files touched
|
Doug Barton (dougb) |
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
3.1.4
2a547baa1b
files touched
|
Martin Wilke (miwi) |
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]
|
|
3.1.2
7ec69757cf
files touched
|
Beat Gaetzi (beat) |
- Add kldxref to pkg-plist. - Bump PORTREVISION.
Reported by: Alexander Kabaev <kabaev AT gmail.com>, Rainer Hurling <rhurlin AT gwdg.de>, Nakata Maho <chat95 AT mac.com>, Andrzej Tobola <ato AT iem.pw.edu.pl> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.1.2
078a314586
files touched
|
Beat Gaetzi (beat) |
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) |
|
3.0.51r22902
5909b90a90
files touched
|
Beat Gaetzi (beat) |
- Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.ko kernel module first. - Bump PORTREVISION.
PR: ports/141013 Reported / tested by: Scot Hetzel <swhetzel AT gmail.com> Submitted by: Fredrik Lindberg <fli AT shapeshifter.se> |
|
3.0.51r22902
d262fe63c6
files touched
|
Beat Gaetzi (beat) |
- Disable testcases to fix possible build breakage with non default options set
PR: ports/140171 Submitted by: Hubert Tournier <hubert AT tournier.org> Reported by: Stanislav Dulis <stasd AT xnx.ru> (via private mail) |
|
3.0.51r22902
f9297d2f2b
files touched
|
Beat Gaetzi (beat) |
- Fix build if OpenSSL is installed from ports. [1] - Some options require other ones. Add check for them. [2]
PR: ports/139391 [1] Submitted by: "Y.A." <nexther0 AT gmail.com> [1] Tested by: Yuri Gorchakov <yuri.gorchakov AT point-group.ru> [1] Reported by: Maxim <maksims.k AT gmail.com> [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.0.51r22902
cb02e7670e
files touched
|
Beat Gaetzi (beat) |
- Fix build with custom LOCALBASE
Reported by: QATty Submitted by: Bernhard Froehlich <decke AT bluelife.at> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) |
|
3.0.51r22902
bee38bb86a
files touched
|
Martin Wilke (miwi) |
- Fix privilege escalation - Bump PORTREVISION
Security: http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html On behalf of: vbox@ (decke, dhn, itetcu, beat, nox) |
|
3.0.51r22902
89cfd3dec6
files touched
|
Juergen Lock (nox) |
Fix build on 7/amd64.
Approved by: vbox@ (miwi, beat) Feature safe: yes |
|
3.0.51r22902
972faa0f83
files touched
|
Beat Gaetzi (beat) |
- Improve error message if /usr/lib32 is not installed on amd64. [1] - Fix pkg-plist. Additions directory is only created with WITH_GUESTADDITIONS option. [2] - Add patch to fix panic with vboxnet driver. [3] - Bump PORTREVISION.
PR: ports/138935 [1] (based on) Reported by: scf@ [3] Submitted by: Julian H. Stacey <jhs AT berklix.com> [1], Bernhard Froehlich <decke AT bluelife.at> [2], Fredrik Lindberg <fli AT shapeshifter.se> [3] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Feature safe: yes |
|
3.0.51r22902
88d95ab6f9
files touched
|
Martin Wilke (miwi) |
- Update to 3.0.51r22902. This version enables host serial support and support for bridged and hostonly networking contributed by Fredrik Lindberg <fli AT shapeshifter.se>. - Install GuestAdditions in designated directory. [1] - Install NLS files in designated directory. - Add workaround for directory permission problem.
Reported by: Jonathan Chen <jonc AT chen.org.nz> [1] On behalf of: vbox@ (decke, dhn, beat, nox) |
|
3.0.51r22683
6bd419c4d0
files touched
|
Beat Gaetzi (beat) |
- Update to 3.0.51r22683. This version adds support for tap interface networking done by nox@, working VT-x, ACPI and Host DVD/CD access support and several FreeBSD related bugfixes. - Update Guest Additions to 3.0.6. - Respect CC and CXX variables. [1] - Add support for WITHOUT_X11 build. [2] - Fix pkg-plist for WITHOUT_NLS. [2] - Use LocalConfig.kmk to simplify configuration. [2] - Install vboxapi module and fix xpcom.vboxxpcom python api. [2]
PR: ports/138063 [1] Submitted by: Anonymous <swell dot k at gmail dot com> [1], Bernhard Froehlich <decke AT bluelife.at> [2] On behalf of: vbox@ (decke, dhn, miwi, nox) |
|
3.0.51r22226
d75f09543a
files touched
|
Beat Gaetzi (beat) |
- Update to 3.0.51r22226 - Update Guest Additions to 3.0.4 - Add wiki page link to pkg-message - Add missing libxslt dependency [1] - Add NLS support [2] - Installing C and Python bindings [3] - Add patch to pass a physical disk to vbox [4]
Submitted by: Guido Falsi <mad AT madpilot.net> [1], nork [2], Bernhard Froehlich <decke AT bluelife.at> [3], nox [4] Thanks to: All testers and patch submitters their patch already included upstream On behalf of: vbox@ (decke, dhn, miwi, nox) |
|
2.2.51.r20457
1b7af2702d
files touched
|
Beat Gaetzi (beat) |
- Add GID and UID for emulators/virtualbox. - Change virtualbox GID in port Makefile due to a conflict with databases/couchdb and add UPDATING note. - Bump PORTREVISION.
Reported by: Mike Harding <mvh AT ix.netcom.com> |
|
2.2.51.r20457
b7565cd7ca
files touched
|
Juergen Lock (nox) |
- Fix plist - Bump PORTREVISION
Submitted by: miwi |
|
2.2.51.r20457
d922455054
files touched
|
Juergen Lock (nox) |
- Actually install VBoxTestOGL (it was built, just not installed...) - Fix libGL.so.1 search so it isn't expected in / - Fix packaging for vboxdrv.ko - Bump PORTREVISION
Approved by: vbox@ (miwi) |
|
2.2.51.r20457
9c6ebea530
files touched
|
Martin Wilke (miwi) |
- Restore VBoxGuestAdditions
|
|
2.2.51.r20457
afbf09cc33
files touched
|
Martin Wilke (miwi) |
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License.
WWW: http://www.virtualbox.org/ Note: Please READ pkg-messages carefully, also please take a look in the Wiki page (http://wiki.freebsd.org/VirtualBox) Thanks to: thank you to everyone who helped make this possible. |