public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-1.5.0-remove-alsa.patch virtualbox-1.5.0-remove-splitted-stuff.patch digest-virtualbox-1.5.0-r1 digest-virtualbox-1.5.0
@ 2007-09-17  9:41 Markus Ullmann (jokey)
  0 siblings, 0 replies; only message in thread
From: Markus Ullmann (jokey) @ 2007-09-17  9:41 UTC (permalink / raw
  To: gentoo-commits

jokey       07/09/17 09:41:38

  Modified:             virtualbox-1.5.0-remove-alsa.patch
                        virtualbox-1.5.0-remove-splitted-stuff.patch
  Added:                digest-virtualbox-1.5.0-r1
  Removed:              digest-virtualbox-1.5.0
  Log:
  Revbump to fix HAL mess and fix permissions for VBoxTunctl, bug #191473
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.2                  app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch?r1=1.1&r2=1.2

Index: virtualbox-1.5.0-remove-alsa.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualbox-1.5.0-remove-alsa.patch	4 Sep 2007 23:38:08 -0000	1.1
+++ virtualbox-1.5.0-remove-alsa.patch	17 Sep 2007 09:41:37 -0000	1.2
@@ -1,5 +1,5 @@
---- ./Config.kmk.orig	2007-09-05 01:29:01.000000000 +0200
-+++ ./Config.kmk	2007-09-05 01:31:13.064035667 +0200
+--- Config.kmk.orig	2007-09-05 10:29:18.000000000 +0200
++++ Config.kmk	2007-09-05 10:29:58.000000000 +0200
 @@ -202,7 +202,7 @@
  # Enable the ISCSI feature.
  VBOX_WITH_ISCSI = 1
@@ -9,13 +9,14 @@
  # Disable WINMM support for Windows (not implemented)
  VBOX_WITH_WINMM =
  # Enable the kchmviewer
---- ./configure.orig	2007-09-05 01:29:01.000000000 +0200
-+++ ./configure	2007-09-05 01:31:44.065802440 +0200
-@@ -1336,7 +1336,6 @@
+--- configure.orig	2007-09-05 10:29:24.000000000 +0200
++++ configure	2007-09-05 10:34:34.000000000 +0200
+@@ -1336,7 +1336,7 @@
  # Linux-specific
  if [ "$OS" = "linux" ]; then
    check_linux
 -  check_alsa
++#  check_alsa
    check_compiler_h
    [ "$BUILD_MACHINE" = "amd64" ] && check_32bit
  fi



1.2                  app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch?r1=1.1&r2=1.2

Index: virtualbox-1.5.0-remove-splitted-stuff.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtualbox-1.5.0-remove-splitted-stuff.patch	4 Sep 2007 23:38:08 -0000	1.1
+++ virtualbox-1.5.0-remove-splitted-stuff.patch	17 Sep 2007 09:41:37 -0000	1.2
@@ -1,5 +1,40 @@
---- configure.orig	2007-08-31 14:42:12.000000000 +0200
-+++ configure	2007-09-04 18:21:49.000000000 +0200
+--- Config.kmk.orig	2007-09-05 10:17:41.000000000 +0200
++++ Config.kmk	2007-09-05 10:20:27.000000000 +0200
+@@ -134,7 +134,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-09-05 10:20:35.000000000 +0200
++++ configure	2007-09-05 10:23:44.000000000 +0200
 @@ -1281,14 +1281,14 @@
  # some things are not available in for OSE
  if [ $OSE -ge 1 ]; then
@@ -21,26 +56,3 @@
    echo >> $CNF
  fi
  
---- Config.kmk.orig	2007-08-31 15:01:30.000000000 +0200
-+++ Config.kmk	2007-09-04 18:20:50.000000000 +0200
-@@ -135,7 +135,7 @@
- # Build linux / win32 additions.
- ifeq ($(BUILD_TARGET),linux)
-   VBOX_WITH_LINUX_ADDITIONS = 1
--  VBOX_WITH_WIN32_ADDITIONS = 1
-+#  VBOX_WITH_WIN32_ADDITIONS = 1
- endif
- ifeq ($(BUILD_TARGET),l4)
-  VBOX_WITH_LINUX_ADDITIONS = 1
-@@ -206,9 +206,9 @@
- # 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
- # Set this to not use COM or XPCOM in places where it can be avoided.



1.1                  app-emulation/virtualbox/files/digest-virtualbox-1.5.0-r1

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/digest-virtualbox-1.5.0-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/digest-virtualbox-1.5.0-r1?rev=1.1&content-type=text/plain

Index: digest-virtualbox-1.5.0-r1
===================================================================
MD5 56c074900260c109ed735c08e726fe81 VirtualBox-1.5.0_OSE.tar.bz2 23951481
RMD160 fe9f52d2b944535c6a6f2fb499d88f61ef67cbd4 VirtualBox-1.5.0_OSE.tar.bz2 23951481
SHA256 1eb1d7e49324303b47c584cb150f0f676873a93bc1d426afe77fbeca05991cba VirtualBox-1.5.0_OSE.tar.bz2 23951481



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-17  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17  9:41 [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-1.5.0-remove-alsa.patch virtualbox-1.5.0-remove-splitted-stuff.patch digest-virtualbox-1.5.0-r1 digest-virtualbox-1.5.0 Markus Ullmann (jokey)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox