mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
General status: * VirtualBox 7.1.x is still not fully ported to FreeBSD, so we are adding 7.0.x in experimental/test mode. * 7.0.x is being tested on hosts of several FreeBSD developers and users. * As far as we know, 7.0.x has the same system requirements as 6.1.x - amd64 with VT-x (we even tested it on Core 2 Duo E6xxx), so after confirming stability with more users, 7.0.x is expected to replace 6.1.x. * The following ports also need to be created for this replacement: - emulators/virtualbox-ose-additions-70; - emulators/virtualbox-ose-additions-nox11-70; - www/phpvirtualbox-70. * If 7.1.x has the same system requirements, then when we port 7.1.x, it will replace 7.0.x. This patch is a joint effort by several FreeBSD developers and users. Thanks to everyone involved! Changelog: https://www.virtualbox.org/wiki/Changelog-7.0 PR: 271146
10 lines
674 B
Text
10 lines
674 B
Text
--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt.orig 2022-10-06 19:11:15.000000000 +0200
|
|
+++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt 2024-12-26 15:41:50.870345000 +0100
|
|
@@ -72,6 +72,7 @@
|
|
${PATH_ROOT}/include/iprt/uni.h=>include/iprt/uni.h \
|
|
${PATH_ROOT}/include/iprt/utf16.h=>include/iprt/utf16.h \
|
|
${PATH_ROOT}/include/iprt/uuid.h=>include/iprt/uuid.h \
|
|
+ ${PATH_ROOT}/include/iprt/x86.h=>include/iprt/x86.h \
|
|
${PATH_ROOT}/include/iprt/x86-helpers.h=>include/iprt/x86-helpers.h \
|
|
${PATH_ROOT}/include/iprt/nocrt/limits.h=>include/iprt/nocrt/limits.h \
|
|
${PATH_ROOT}/include/VBox/cdefs.h=>include/VBox/cdefs.h \
|