[Lunar-commits] <moonbase> virtualbox: version bump. They forgot two Makefiles. So the
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Tue Aug 12 06:06:16 CEST 2008
commit 167827e20cca10e6b9040027f43e29746982fa8b
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 12 00:06:16 2008 -0400
virtualbox: version bump. They forgot two Makefiles. So the
BUILD changes should be revisited on the next bump.
---
x11-utils/virtualbox/BUILD | 12 +++++-------
x11-utils/virtualbox/DETAILS | 30 ++++++++++++++++++------------
2 files changed, 23 insertions(+), 19 deletions(-)
diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD
index 0621d9f..0518863 100644
--- a/x11-utils/virtualbox/BUILD
+++ b/x11-utils/virtualbox/BUILD
@@ -1,16 +1,14 @@
-(
+(
- if module_installed qt4; then
- . /etc/profile.d/qt4.rc &&
- sedit 's/QT4DIR=.*/QT4DIR="$QTDIR"/g' configure &&
- sedit 's/QT4UIC3DIR=.*/QT4UIC3DIR="$QTDIR"/g' configure &&
- fi &&
+# These two should be revisited on the next version bump.
+ cp $SOURCE_CACHE/$SOURCE1 $SOURCE_DIRECTORY/src/apps/Makefile.kmk &&
+ cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/src/apps/tunctl/Makefile.kmk &&
# We need the qt3 paths
. /etc/profile.d/qt3.rc
# Substitute hard-coded QTDIR with QTDIR from the qt3 profile
- sedit 's/QT3DIR=.*/QT3DIR="$QTDIR"/g' configure &&
+ sedit 's/QT3DIR=.*/QT3DIR="$QTDIR"/g' configure &&
# Build VirtualBox
./configure &&
diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS
index 4c58bfe..90fef31 100644
--- a/x11-utils/virtualbox/DETAILS
+++ b/x11-utils/virtualbox/DETAILS
@@ -1,15 +1,21 @@
- MODULE=virtualbox
- BASE_VERSION=1.6.2
- VERSION=$BASE_VERSION
- SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$VERSION
- MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/}
- SOURCE_VFY=sha1:6811a580b70e651f36002f344033e1db1858fdef
- SOURCE_URL=http://www.virtualbox.org/download/$VERSION
- WEB_SITE=http://virtualbox.org/
- ENTERED=20071004
- UPDATED=20080606
- SHORT="Full virtualizer for x86 hardware"
+ MODULE=virtualbox
+ BASE_VERSION=1.6.4
+ VERSION=$BASE_VERSION
+ SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2
+ SOURCE1=Makefile.kmk.apps
+ SOURCE2=Makefile.kmk.tunctl
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$VERSION
+ SOURCE_URL=$MIRROR_URL
+ SOURCE1_URL=$MIRROR_URL
+ SOURCE2_URL=$MIRROR_URL
+ SOURCE_VFY=sha1:457ae85f2d10028ac7c56e4b35ee47028ec0208b
+ SOURCE1_VFY=sha1:6ba0aed9805d4b23d3d22ce086db3575a24d7a09
+ SOURCE2_VFY=sha1:766f83ef28d29ea7e3f48e8e6c70c732651044a0
+ MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/}
+ WEB_SITE=http://virtualbox.org/
+ ENTERED=20071004
+ UPDATED=20080811
+ SHORT="Full virtualizer for x86 hardware"
cat << EOF
InnoTek VirtualBox is a general-purpose full virtualizer for x86
More information about the Lunar-commits
mailing list