summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-06-06 19:55:26 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-06-06 19:55:26 +0000
commit7b7df314ea708e2004c5e0e390f5b61615689cf4 (patch)
tree64fc38ce737ec47bc5af30f07b90cc7ba18fb7ca /app-emulation
parentStable on ppc64; bug #168789 (diff)
downloadgentoo-2-7b7df314ea708e2004c5e0e390f5b61615689cf4.tar.gz
gentoo-2-7b7df314ea708e2004c5e0e390f5b61615689cf4.tar.bz2
gentoo-2-7b7df314ea708e2004c5e0e390f5b61615689cf4.zip
Required patches not added
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virtualbox/ChangeLog7
-rw-r--r--app-emulation/virtualbox/files/virtualbox-1.4.0-remove-alsa.patch22
-rw-r--r--app-emulation/virtualbox/files/virtualbox-1.4.0-remove-splitted-stuff.patch58
3 files changed, 86 insertions, 1 deletions
diff --git a/app-emulation/virtualbox/ChangeLog b/app-emulation/virtualbox/ChangeLog
index 1cba7ec68aeb..00fbaddf71ef 100644
--- a/app-emulation/virtualbox/ChangeLog
+++ b/app-emulation/virtualbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virtualbox
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.18 2007/06/06 14:39:45 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/ChangeLog,v 1.19 2007/06/06 19:55:26 jokey Exp $
+
+ 06 Jun 2007; Markus Ullmann <jokey@gentoo.org>
+ +files/virtualbox-1.4.0-remove-alsa.patch,
+ +files/virtualbox-1.4.0-remove-splitted-stuff.patch:
+ Required patches not added
*virtualbox-1.4.0 (06 Jun 2007)
diff --git a/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-alsa.patch b/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-alsa.patch
new file mode 100644
index 000000000000..f7ddedc22fd3
--- /dev/null
+++ b/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-alsa.patch
@@ -0,0 +1,22 @@
+--- Config.kmk.orig 2007-06-06 12:01:05.000000000 +0200
++++ Config.kmk 2007-06-06 12:01:24.000000000 +0200
+@@ -202,7 +202,7 @@
+ # Enable the ISCSI feature.
+ VBOX_WITH_ISCSI = 1
+ # Enable ALSA support for Linux
+-VBOX_WITH_ALSA = 1
++#VBOX_WITH_ALSA = 1
+ # Disable WINMM support for Windows (not implemented)
+ VBOX_WITH_WINMM =
+ # Enable the kchmviewer
+--- configure.orig 2007-06-06 12:01:11.000000000 +0200
++++ configure 2007-06-06 12:01:49.000000000 +0200
+@@ -1269,7 +1269,7 @@
+ (($OSE==0)) && [ "$OS" = "linux" ] && check_pam
+ [ "$OS" != "darwin" ] && check_sdl
+ (($WITH_SDL_TTF==1)) && (($OSE==0)) && check_sdl_ttf
+-[ "$OS" != "darwin" ] && check_alsa
++[ "$OS" != "darwin" ]
+ [ "$OS" != "darwin" ] && check_x
+ [ "$OS" != "darwin" ] && check_xcursor
+ (($WITH_QT==1)) && check_qt
diff --git a/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-splitted-stuff.patch b/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-splitted-stuff.patch
new file mode 100644
index 000000000000..270b6e33493c
--- /dev/null
+++ b/app-emulation/virtualbox/files/virtualbox-1.4.0-remove-splitted-stuff.patch
@@ -0,0 +1,58 @@
+--- Config.kmk.orig 2007-06-06 11:56:47.000000000 +0200
++++ Config.kmk 2007-06-06 11:58:06.000000000 +0200
+@@ -139,7 +139,7 @@
+
+ # Build linux / win32 additions.
+ ifeq ($(BUILD_TARGET),linux)
+- VBOX_WITH_LINUX_ADDITIONS = 1
++# VBOX_WITH_LINUX_ADDITIONS = 1
+ VBOX_WITH_WIN32_ADDITIONS = 1
+ endif
+ ifeq ($(BUILD_TARGET),l4)
+@@ -173,7 +173,7 @@
+ VBOX_WITHOUT_IDT_PATCHING = 1
+ endif
+ # The kernel driver/module and related runtime libraries.
+-VBOX_WITH_VBOXDRV = 1
++#VBOX_WITH_VBOXDRV = 1
+ # build with secure label support
+ ifeq ($(filter win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) # too much work with freetype and all that.
+ VBOX_WITH_SECURELABEL = 1
+@@ -206,11 +206,11 @@
+ # Disable WINMM support for Windows (not implemented)
+ VBOX_WITH_WINMM =
+ # Enable the kchmviewer
+-VBOX_WITH_KCHMVIEWER = 1
++#VBOX_WITH_KCHMVIEWER = 1
+ # Build the testsuite.
+-VBOX_WITH_TESTSUITE = 1
++#VBOX_WITH_TESTSUITE = 1
+ # Build the testcases.
+-VBOX_WITH_TESTCASES = 1
++#VBOX_WITH_TESTCASES = 1
+ # Set this to not use COM or XPCOM in places where it can be avoided.
+ #VBOX_WITHOUT_COM = 1
+ # Set this to skip installing the redistributable compiler runtime.
+--- configure.orig 2007-06-06 11:58:14.000000000 +0200
++++ configure 2007-06-06 11:59:13.000000000 +0200
+@@ -1226,14 +1226,14 @@
+ # some things are not available in for OSE
+ if (($OSE)); then
+ cnf_append "VBOX_OSE" "1"
+- cnf_append "VBOX_WITH_TESTSUITE" ""
++# cnf_append "VBOX_WITH_TESTSUITE" ""
+ cnf_append "VBOX_WITH_WIN32_ADDITIONS" ""
+
+- if [ "$OS" = "linux" ]; then
+- cnf_append "VBOX_WITH_LINUX_ADDITIONS" "1"
+- else
+- cnf_append "VBOX_WITH_LINUX_ADDITIONS" ""
+- fi
++# if [ "$OS" = "linux" ]; then
++# cnf_append "VBOX_WITH_LINUX_ADDITIONS" "1"
++# else
++# cnf_append "VBOX_WITH_LINUX_ADDITIONS" ""
++# fi
+ echo >> $CNF
+ fi
+