Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Mon, 17 Sep 2007 09:49:27
Message-Id: E1IXD6o-0001ID-2h@stork.gentoo.org
1 jokey 07/09/17 09:41:38
2
3 Modified: virtualbox-1.5.0-remove-alsa.patch
4 virtualbox-1.5.0-remove-splitted-stuff.patch
5 Added: digest-virtualbox-1.5.0-r1
6 Removed: digest-virtualbox-1.5.0
7 Log:
8 Revbump to fix HAL mess and fix permissions for VBoxTunctl, bug #191473
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.2 app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch
13
14 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
15 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
16 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
17
18 Index: virtualbox-1.5.0-remove-alsa.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-alsa.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- virtualbox-1.5.0-remove-alsa.patch 4 Sep 2007 23:38:08 -0000 1.1
25 +++ virtualbox-1.5.0-remove-alsa.patch 17 Sep 2007 09:41:37 -0000 1.2
26 @@ -1,5 +1,5 @@
27 ---- ./Config.kmk.orig 2007-09-05 01:29:01.000000000 +0200
28 -+++ ./Config.kmk 2007-09-05 01:31:13.064035667 +0200
29 +--- Config.kmk.orig 2007-09-05 10:29:18.000000000 +0200
30 ++++ Config.kmk 2007-09-05 10:29:58.000000000 +0200
31 @@ -202,7 +202,7 @@
32 # Enable the ISCSI feature.
33 VBOX_WITH_ISCSI = 1
34 @@ -9,13 +9,14 @@
35 # Disable WINMM support for Windows (not implemented)
36 VBOX_WITH_WINMM =
37 # Enable the kchmviewer
38 ---- ./configure.orig 2007-09-05 01:29:01.000000000 +0200
39 -+++ ./configure 2007-09-05 01:31:44.065802440 +0200
40 -@@ -1336,7 +1336,6 @@
41 +--- configure.orig 2007-09-05 10:29:24.000000000 +0200
42 ++++ configure 2007-09-05 10:34:34.000000000 +0200
43 +@@ -1336,7 +1336,7 @@
44 # Linux-specific
45 if [ "$OS" = "linux" ]; then
46 check_linux
47 - check_alsa
48 ++# check_alsa
49 check_compiler_h
50 [ "$BUILD_MACHINE" = "amd64" ] && check_32bit
51 fi
52
53
54
55 1.2 app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch
56
57 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
58 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
59 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
60
61 Index: virtualbox-1.5.0-remove-splitted-stuff.patch
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/virtualbox-1.5.0-remove-splitted-stuff.patch,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- virtualbox-1.5.0-remove-splitted-stuff.patch 4 Sep 2007 23:38:08 -0000 1.1
68 +++ virtualbox-1.5.0-remove-splitted-stuff.patch 17 Sep 2007 09:41:37 -0000 1.2
69 @@ -1,5 +1,40 @@
70 ---- configure.orig 2007-08-31 14:42:12.000000000 +0200
71 -+++ configure 2007-09-04 18:21:49.000000000 +0200
72 +--- Config.kmk.orig 2007-09-05 10:17:41.000000000 +0200
73 ++++ Config.kmk 2007-09-05 10:20:27.000000000 +0200
74 +@@ -134,7 +134,7 @@
75 +
76 + # Build linux / win32 additions.
77 + ifeq ($(BUILD_TARGET),linux)
78 +- VBOX_WITH_LINUX_ADDITIONS = 1
79 ++# VBOX_WITH_LINUX_ADDITIONS = 1
80 + VBOX_WITH_WIN32_ADDITIONS = 1
81 + endif
82 + ifeq ($(BUILD_TARGET),l4)
83 +@@ -173,7 +173,7 @@
84 + VBOX_WITHOUT_IDT_PATCHING = 1
85 + endif
86 + # The kernel driver/module and related runtime libraries.
87 +-VBOX_WITH_VBOXDRV = 1
88 ++#VBOX_WITH_VBOXDRV = 1
89 + # build with secure label support
90 + ifeq ($(filter win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) # too much work with freetype and all that.
91 + VBOX_WITH_SECURELABEL = 1
92 +@@ -206,11 +206,11 @@
93 + # Disable WINMM support for Windows (not implemented)
94 + VBOX_WITH_WINMM =
95 + # Enable the kchmviewer
96 +-VBOX_WITH_KCHMVIEWER = 1
97 ++#VBOX_WITH_KCHMVIEWER = 1
98 + # Build the testsuite.
99 +-VBOX_WITH_TESTSUITE = 1
100 ++#VBOX_WITH_TESTSUITE = 1
101 + # Build the testcases.
102 +-VBOX_WITH_TESTCASES = 1
103 ++#VBOX_WITH_TESTCASES = 1
104 + # Set this to not use COM or XPCOM in places where it can be avoided.
105 + #VBOX_WITHOUT_COM = 1
106 + # Set this to skip installing the redistributable compiler runtime.
107 +--- configure.orig 2007-09-05 10:20:35.000000000 +0200
108 ++++ configure 2007-09-05 10:23:44.000000000 +0200
109 @@ -1281,14 +1281,14 @@
110 # some things are not available in for OSE
111 if [ $OSE -ge 1 ]; then
112 @@ -21,26 +56,3 @@
113 echo >> $CNF
114 fi
115
116 ---- Config.kmk.orig 2007-08-31 15:01:30.000000000 +0200
117 -+++ Config.kmk 2007-09-04 18:20:50.000000000 +0200
118 -@@ -135,7 +135,7 @@
119 - # Build linux / win32 additions.
120 - ifeq ($(BUILD_TARGET),linux)
121 - VBOX_WITH_LINUX_ADDITIONS = 1
122 -- VBOX_WITH_WIN32_ADDITIONS = 1
123 -+# VBOX_WITH_WIN32_ADDITIONS = 1
124 - endif
125 - ifeq ($(BUILD_TARGET),l4)
126 - VBOX_WITH_LINUX_ADDITIONS = 1
127 -@@ -206,9 +206,9 @@
128 - # Disable WINMM support for Windows (not implemented)
129 - VBOX_WITH_WINMM =
130 - # Enable the kchmviewer
131 --VBOX_WITH_KCHMVIEWER = 1
132 -+#VBOX_WITH_KCHMVIEWER = 1
133 - # Build the testsuite.
134 --VBOX_WITH_TESTSUITE = 1
135 -+#VBOX_WITH_TESTSUITE = 1
136 - # Build the testcases.
137 - VBOX_WITH_TESTCASES = 1
138 - # Set this to not use COM or XPCOM in places where it can be avoided.
139
140
141
142 1.1 app-emulation/virtualbox/files/digest-virtualbox-1.5.0-r1
143
144 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/digest-virtualbox-1.5.0-r1?rev=1.1&view=markup
145 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
146
147 Index: digest-virtualbox-1.5.0-r1
148 ===================================================================
149 MD5 56c074900260c109ed735c08e726fe81 VirtualBox-1.5.0_OSE.tar.bz2 23951481
150 RMD160 fe9f52d2b944535c6a6f2fb499d88f61ef67cbd4 VirtualBox-1.5.0_OSE.tar.bz2 23951481
151 SHA256 1eb1d7e49324303b47c584cb150f0f676873a93bc1d426afe77fbeca05991cba VirtualBox-1.5.0_OSE.tar.bz2 23951481
152
153
154
155 --
156 gentoo-commits@g.o mailing list