From 6bd419c4d06d6b555fa98f57ba95f1ee4a603ca6 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Thu, 10 Sep 2009 23:16:56 +0000 Subject: - 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 [1], Bernhard Froehlich [2] On behalf of: vbox@ (decke, dhn, miwi, nox) --- ...src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c') diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c deleted file mode 100644 index 670495c87b8c..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c.old 2009-05-04 20:29:23.000000000 +0200 -+++ src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c 2009-05-04 20:30:28.000000000 +0200 -@@ -162,7 +162,11 @@ - if (rc) - { - *ppDev = make_dev(&g_VBoxGuestFreeBSDChrDevSW, -+#if __FreeBSD_version < 800062 - unit2minor(iUnit), -+#else -+ iUnit, -+#endif - UID_ROOT, - GID_WHEEL, - 0644, -- cgit v1.2.3