1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 3.2.10

This commit is contained in:
Beat Gaetzi 2010-10-15 06:32:04 +00:00
parent d0c63501c2
commit 186d341c11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263023
8 changed files with 20 additions and 72 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= virtualbox-ose
DISTVERSION= 3.2.8
PORTREVISION= 1
DISTVERSION= 3.2.10
CATEGORIES= emulators
MASTER_SITES= http://tmp.chruetertee.ch/ \
http://freebsd.unixfreunde.de/sources/ \

View File

@ -1,6 +1,6 @@
MD5 (VirtualBox-3.2.8-OSE.tar.bz2) = 84de65bddb365ba61eddd3b112b303e5
SHA256 (VirtualBox-3.2.8-OSE.tar.bz2) = 90ce92147c76776a0d9b0b1bbbc5fc32e32e01cc45ad0c585e4a3ff2b07a1b03
SIZE (VirtualBox-3.2.8-OSE.tar.bz2) = 57734655
MD5 (VBoxGuestAdditions_3.2.8.iso) = 023cc07b07e0b3850c5e8c354ddc6075
SHA256 (VBoxGuestAdditions_3.2.8.iso) = dad3625a8ad5bd51889a0501f2973016e38f0b438dfdd7fd70dff0da587ecedf
SIZE (VBoxGuestAdditions_3.2.8.iso) = 33566720
MD5 (VirtualBox-3.2.10-OSE.tar.bz2) = 5aad764cd4e886f9d80d7bde42163c7a
SHA256 (VirtualBox-3.2.10-OSE.tar.bz2) = 4db25b96427daab4849d9ce303bac8e1e1c27d878daa18c407cb404dd19e4b19
SIZE (VirtualBox-3.2.10-OSE.tar.bz2) = 58175083
MD5 (VBoxGuestAdditions_3.2.10.iso) = 4fde0f279854334b84c01972fbed2874
SHA256 (VBoxGuestAdditions_3.2.10.iso) = d2fe49b4da0c46e78de601a60ec7e0a497333473a7cc009bbb202a5c1235bec8
SIZE (VBoxGuestAdditions_3.2.10.iso) = 33124352

View File

@ -1,19 +0,0 @@
--- src/VBox/Frontends/VirtualBox/Makefile.kmk.orig 2010-08-05 06:42:45.000000000 -0500
+++ src/VBox/Frontends/VirtualBox/Makefile.kmk 2010-09-25 19:17:28.000000000 -0500
@@ -236,6 +236,7 @@
VirtualBox_LIBS.win += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib
VirtualBox_LIBS.solaris += GL
VirtualBox_LIBS.linux += GL
+ VirtualBox_LIBS.freebsd += GL
endif
# Headers containing definitions of classes that use the Q_OBJECT macro.
@@ -821,7 +822,7 @@
# App for testing GL support
#
if defined(VBOX_WITH_VIDEOHWACCEL)
- if1of ($(KBUILD_TARGET), win linux)
+ if1of ($(KBUILD_TARGET), win linux freebsd)
LIBRARIES += VBoxOGL2D
VBoxOGL2D_TEMPLATE = VBOXR3STATIC
VBoxOGL2D_USES = qt4

View File

@ -1,12 +1,6 @@
--- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2010-06-09 13:54:18.000000000 +0200
+++ src/VBox/Installer/freebsd/virtualbox.desktop 2010-06-09 13:58:47.000000000 +0200
@@ -2,12 +2,11 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
-Name=Sun VirtualBox
+Name=Oracle VM VirtualBox
GenericName=Virtual Machine
--- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2010-10-11 17:39:54.000000000 +0200
+++ src/VBox/Installer/freebsd/virtualbox.desktop 2010-10-11 17:40:06.000000000 +0200
@@ -7,7 +7,6 @@
Type=Application
Exec=VirtualBox
TryExec=VirtualBox

View File

@ -6,8 +6,7 @@
#
PORTNAME= virtualbox-ose
DISTVERSION= 3.2.8
PORTREVISION= 1
DISTVERSION= 3.2.10
CATEGORIES= emulators
MASTER_SITES= http://tmp.chruetertee.ch/ \
http://freebsd.unixfreunde.de/sources/ \

View File

@ -1,6 +1,6 @@
MD5 (VirtualBox-3.2.8-OSE.tar.bz2) = 84de65bddb365ba61eddd3b112b303e5
SHA256 (VirtualBox-3.2.8-OSE.tar.bz2) = 90ce92147c76776a0d9b0b1bbbc5fc32e32e01cc45ad0c585e4a3ff2b07a1b03
SIZE (VirtualBox-3.2.8-OSE.tar.bz2) = 57734655
MD5 (VBoxGuestAdditions_3.2.8.iso) = 023cc07b07e0b3850c5e8c354ddc6075
SHA256 (VBoxGuestAdditions_3.2.8.iso) = dad3625a8ad5bd51889a0501f2973016e38f0b438dfdd7fd70dff0da587ecedf
SIZE (VBoxGuestAdditions_3.2.8.iso) = 33566720
MD5 (VirtualBox-3.2.10-OSE.tar.bz2) = 5aad764cd4e886f9d80d7bde42163c7a
SHA256 (VirtualBox-3.2.10-OSE.tar.bz2) = 4db25b96427daab4849d9ce303bac8e1e1c27d878daa18c407cb404dd19e4b19
SIZE (VirtualBox-3.2.10-OSE.tar.bz2) = 58175083
MD5 (VBoxGuestAdditions_3.2.10.iso) = 4fde0f279854334b84c01972fbed2874
SHA256 (VBoxGuestAdditions_3.2.10.iso) = d2fe49b4da0c46e78de601a60ec7e0a497333473a7cc009bbb202a5c1235bec8
SIZE (VBoxGuestAdditions_3.2.10.iso) = 33124352

View File

@ -1,19 +0,0 @@
--- src/VBox/Frontends/VirtualBox/Makefile.kmk.orig 2010-08-05 06:42:45.000000000 -0500
+++ src/VBox/Frontends/VirtualBox/Makefile.kmk 2010-09-25 19:17:28.000000000 -0500
@@ -236,6 +236,7 @@
VirtualBox_LIBS.win += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib
VirtualBox_LIBS.solaris += GL
VirtualBox_LIBS.linux += GL
+ VirtualBox_LIBS.freebsd += GL
endif
# Headers containing definitions of classes that use the Q_OBJECT macro.
@@ -821,7 +822,7 @@
# App for testing GL support
#
if defined(VBOX_WITH_VIDEOHWACCEL)
- if1of ($(KBUILD_TARGET), win linux)
+ if1of ($(KBUILD_TARGET), win linux freebsd)
LIBRARIES += VBoxOGL2D
VBoxOGL2D_TEMPLATE = VBOXR3STATIC
VBoxOGL2D_USES = qt4

View File

@ -1,12 +1,6 @@
--- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2010-06-09 13:54:18.000000000 +0200
+++ src/VBox/Installer/freebsd/virtualbox.desktop 2010-06-09 13:58:47.000000000 +0200
@@ -2,12 +2,11 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
-Name=Sun VirtualBox
+Name=Oracle VM VirtualBox
GenericName=Virtual Machine
--- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2010-10-11 17:39:54.000000000 +0200
+++ src/VBox/Installer/freebsd/virtualbox.desktop 2010-10-11 17:40:06.000000000 +0200
@@ -7,7 +7,6 @@
Type=Application
Exec=VirtualBox
TryExec=VirtualBox