summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2012-05-08 05:04:15 +0200
committer dsomero2012-05-08 05:04:15 +0200
commit7bedfbeabd8ab628c828cf5d6141722d52d83d06 (patch)
treed478e948cb251c4b252b4458ee0bf9fac978667a
parent15ffe0a26e367f1cf91ae9e6d3fe91976611e7a4 (diff)
downloadslackbuilds-7bedfbeabd8ab628c828cf5d6141722d52d83d06.tar.gz
system/virtualbox-addons: Updated for version 4.1.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--system/virtualbox-addons/README2
-rw-r--r--system/virtualbox-addons/rc.vboxadd.diff17
-rw-r--r--system/virtualbox-addons/virtualbox-addons.SlackBuild14
-rw-r--r--system/virtualbox-addons/virtualbox-addons.info10
4 files changed, 26 insertions, 17 deletions
diff --git a/system/virtualbox-addons/README b/system/virtualbox-addons/README
index dc61b13938..abc5869658 100644
--- a/system/virtualbox-addons/README
+++ b/system/virtualbox-addons/README
@@ -4,7 +4,5 @@ shared clipboard, etcetera, inside your Slackware guest machines.
See README.SLACKWARE for setup information.
-NOTE: This will not build on x86_64
-
This package is intended to be used on GUEST / VIRTUAL MACHINES running
Slackware, NOT the host system.
diff --git a/system/virtualbox-addons/rc.vboxadd.diff b/system/virtualbox-addons/rc.vboxadd.diff
index 138defbb71..0820ad86fb 100644
--- a/system/virtualbox-addons/rc.vboxadd.diff
+++ b/system/virtualbox-addons/rc.vboxadd.diff
@@ -1,6 +1,17 @@
---- vboxadd.sh 2011-02-17 17:31:03.000000000 +0100
-+++ vboxadd.sh.new 2011-04-03 13:50:51.367000031 +0200
-@@ -465,31 +465,13 @@
+--- vboxadd.sh 2012-04-26 18:56:57.000000000 +0200
++++ vboxadd.sh 2012-05-06 11:55:44.161897154 +0200
+@@ -28,10 +28,6 @@
+ # Description: VirtualBox Linux Additions kernel modules
+ ### END INIT INFO
+
+-. /var/lib/VBoxGuestAdditions/config
+-export BUILD_TYPE
+-export USERNAME
+-
+ PATH=$PATH:/bin:/sbin:/usr/sbin
+ PACKAGE=VBoxGuestAdditions
+ BUILDVBOXGUEST=`/bin/ls /usr/src/vboxguest*/vboxguest/build_in_tmp 2>/dev/null|cut -d' ' -f1`
+@@ -500,31 +496,13 @@
# setup_script
setup()
{
diff --git a/system/virtualbox-addons/virtualbox-addons.SlackBuild b/system/virtualbox-addons/virtualbox-addons.SlackBuild
index be53485cca..900ccddc55 100644
--- a/system/virtualbox-addons/virtualbox-addons.SlackBuild
+++ b/system/virtualbox-addons/virtualbox-addons.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for virtualbox-ose-addons
+# Slackware build script for virtualbox-addons
# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
@@ -24,7 +24,7 @@
PRGNAM=virtualbox-addons
SRCNAM=VirtualBox
-VERSION=4.1.8
+VERSION=4.1.14
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,9 +72,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-${VERSION}_OSE
+rm -rf $SRCNAM-${VERSION}
tar xvf $CWD/$SRCNAM-${VERSION}.tar.bz2
-cd $SRCNAM-${VERSION}_OSE
+cd $SRCNAM-${VERSION}
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@@ -85,8 +85,8 @@ export BUILD_TARGET="linux"
export BUILD_TARGET_ARCH="$TARGET"
export BUILD_TARGET_CPU="$ARCH"
export BUILD_TYPE="release"
-export PATH_KBUILD="$TMP/$SRCNAM-${VERSION}_OSE/kBuild"
-export PATH_DEVTOOLS="$TMP/$SRCNAM-${VERSION}_OSE/tools"
+export PATH_KBUILD="$TMP/$SRCNAM-${VERSION}/kBuild"
+export PATH_DEVTOOLS="$TMP/$SRCNAM-${VERSION}/tools"
path_kbuild_bin="$PATH_KBUILD/bin/$BUILD_TARGET.$BUILD_PLATFORM_ARCH"
export PATH_KBUILD_BIN="$path_kbuild_bin"
path_dev_bin="$PATH_DEVTOOLS/$BUILD_TARGET.$BUILD_PLATFORM_ARCH"/bin
@@ -98,7 +98,7 @@ unset path_kbuild_bin path_dev_bin
kmk -j ${JOBS} LOCALCFG=$CWD/LocalConfig.kmk
mkdir -p $PKG/lib/udev/rules.d $PKG/sbin \
- $PKG/etc/{xdg/autostart,rc.d,X11/xorg.conf.d} \
+ $PKG/etc/{xdg/autostart,rc.d} \
$PKG/usr/{src,bin,sbin,share/autostart} \
$PKG/usr/lib$LIBDIRSUFFIX/xorg/modules/{drivers,input}
diff --git a/system/virtualbox-addons/virtualbox-addons.info b/system/virtualbox-addons/virtualbox-addons.info
index 40364ca0bf..e36a4f93d9 100644
--- a/system/virtualbox-addons/virtualbox-addons.info
+++ b/system/virtualbox-addons/virtualbox-addons.info
@@ -1,10 +1,10 @@
PRGNAM="virtualbox-addons"
-VERSION="4.1.8"
+VERSION="4.1.14"
HOMEPAGE="http://www.virtualbox.org"
-DOWNLOAD="http://download.virtualbox.org/virtualbox/4.1.8/VirtualBox-4.1.8.tar.bz2"
-MD5SUM="2092bba46baa62fab5520d67dee2ece8"
-DOWNLOAD_x86_64="UNTESTED"
+DOWNLOAD="http://download.virtualbox.org/virtualbox/4.1.14/VirtualBox-4.1.14.tar.bz2"
+MD5SUM="f8baa04e6d589bc6b1fb4e7079fbe414"
+DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="rworkman"
+APPROVED="dsomero"