From bb7792598c94e181e84e764bdd5c4751c4a17541 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 3 Nov 2010 12:42:13 +0000 Subject: - Add workaround for regression in acpica 20101015 [1] - Remove old patches not needed for newer VirtualBox versions anymore - Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2] - Bump PORTREVISION PR: ports/144959 [2] Submitted by: Alexander Eichner [2], Anthony Jenkins [2] Reported by: Michael Butler [1], DomiX (irc on freenode) [2], Monty Hall [2], many others [2] --- .../files/patch-src-VBox-Frontends-Makefile.kmk | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk') diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk deleted file mode 100644 index 87ecbfe7212b..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-Makefile.kmk +++ /dev/null @@ -1,18 +0,0 @@ ---- src/VBox/Frontends/Makefile.kmk.orig 2010-05-25 14:16:00.000000000 +0200 -+++ src/VBox/Frontends/Makefile.kmk 2010-06-04 09:51:37.000000000 +0200 -@@ -24,6 +24,7 @@ - endif - ifndef VBOX_ONLY_DOCS - ifdef VBOX_WITH_VBOXSDL -+ include $(PATH_SUB_CURRENT)/Common/Makefile.kmk - include $(PATH_SUB_CURRENT)/VBoxSDL/Makefile.kmk - endif - ifdef VBOX_WITH_VBOXBFE -@@ -38,7 +39,6 @@ - ifdef VBOX_WITH_QTGUI - include $(PATH_SUB_CURRENT)/VirtualBox/Makefile.kmk - endif -- include $(PATH_SUB_CURRENT)/Common/Makefile.kmk - endif # !VBOX_ONLY_DOCS - - ## @todo Include Python shell into binary delivery? -- cgit v1.2.3