virtualbox-ose: update to 4.0.8.

This commit is contained in:
Juan RP 2011-05-18 10:27:37 +02:00
parent dadc3e98be
commit f170967e23
2 changed files with 2 additions and 16 deletions

View File

@ -1,14 +0,0 @@
--- configure.orig 2011-04-21 03:29:30.000000000 -0700
+++ configure 2011-04-21 11:42:57.517216676 -0700
@@ -412,9 +412,9 @@
elif [ $cc_maj -lt 3 \
-o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
-o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
- -o \( $cc_maj -eq 4 -a $cc_min -gt 5 \) \
+ -o \( $cc_maj -eq 4 -a $cc_min -gt 6 \) \
-o $cc_maj -gt 4 ]; then
- log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<5"
+ log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<=6"
fail really
else
log_success "found version $cc_ver"

View File

@ -1,13 +1,13 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
_vbox_distver=4.0.6
_vbox_distver=4.0.8
version=${_vbox_distver}
wrksrc="VirtualBox-${version}_OSE"
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
build_style=custom-install
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8d2667f395a3c22ff4819ff51429add4f27fe667f1795821730047be127578b8
checksum=48961f0d6fe70c3887cbca5ea987767ac1bafd4b64dd3c4d25445682351e118e
long_desc="
VirtualBox is a free x86 virtualization solution allowing a wide range of x86
operating systems such as Windows, DOS, BSD or Linux to run on a Linux system."