wok rev 7474

Up: virtualbox-ose to 3.2.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 01 19:07:06 2010 +0000 (2010-12-01)
parents d338889de859
children 11fced7968a2
files virtualbox-ose/receipt virtualbox-ose/stuff/fix_build.patch
line diff
     1.1 --- a/virtualbox-ose/receipt	Thu Dec 02 00:40:52 2010 +0100
     1.2 +++ b/virtualbox-ose/receipt	Wed Dec 01 19:07:06 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="virtualbox-ose"
     1.7 -VERSION="3.2.10"
     1.8 +VERSION="3.2.12"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Powerful x86 virtualization for enterprise as well as home use (Open Source Edition)"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -20,6 +20,7 @@
    1.13  	cd $src
    1.14  
    1.15  	patch -Np1 -i ../stuff/VirtualBox-3.2.0-gcc-4.5-warning-workaround.patch
    1.16 +	patch -Np1 -i ../stuff/fix_build.patch
    1.17  	cp ../stuff/LocalConfig.kmk .
    1.18  	./configure \
    1.19  		--disable-pulse \
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/virtualbox-ose/stuff/fix_build.patch	Wed Dec 01 19:07:06 2010 +0000
     2.3 @@ -0,0 +1,14 @@
     2.4 +diff -Nur VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp
     2.5 +--- VirtualBox-3.2.12_OSE.orig//src/VBox/Main/ConsoleImpl.cpp	2010-12-01 09:09:35.000000000 -0800
     2.6 ++++ VirtualBox-3.2.12_OSE/src/VBox/Main/ConsoleImpl.cpp	2010-12-01 14:10:59.846374315 -0800
     2.7 +@@ -1074,8 +1074,10 @@
     2.8 +     updateGuestPropertiesVRDPDisconnect(u32ClientId);
     2.9 + #endif /* VBOX_WITH_GUEST_PROPS */
    2.10 + 
    2.11 ++#ifdef VBOX_WITH_VRDP
    2.12 +     if (u32Clients == 0)
    2.13 +         mcGuestCredentialsProvided = false;
    2.14 ++#endif /* VBOX_WITH_VRDP */
    2.15 + 
    2.16 +     LogFlowFuncLeave();
    2.17 +     return;