diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-10 05:29:13 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-10 05:29:13 +0000 |
commit | 134f5990b01145d2caac50ad696cf91f6f32bd65 (patch) | |
tree | 685f8dd1a7f1b24103a4fc46bfd452bf29e54380 /emulators | |
parent | 0f3519f96708dd8021c34ae06d718c1918c1b7f0 (diff) | |
download | ports-134f5990b01145d2caac50ad696cf91f6f32bd65.tar.gz ports-134f5990b01145d2caac50ad696cf91f6f32bd65.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 70abf726cfb2..504b6521321b 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.3.38 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh index 57ae63fc106e..9517f2d22342 100644 --- a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh @@ -1,6 +1,6 @@ ---- src/VBox/Installer/freebsd/VBox.sh.orig 2015-02-16 12:58:52.951032000 -0500 -+++ src/VBox/Installer/freebsd/VBox.sh 2015-02-16 13:00:48.096063000 -0500 -@@ -0,0 +1,58 @@ +--- src/VBox/Installer/freebsd/VBox.sh.orig 2015-04-10 22:01:18.704382000 -0700 ++++ src/VBox/Installer/freebsd/VBox.sh 2015-04-10 22:13:19.896371000 -0700 +@@ -0,0 +1,61 @@ +#!/bin/sh +# +# Oracle VM VirtualBox startup script, FreeBSD hosts. @@ -30,6 +30,9 @@ + exit 1 + fi + ++# workaround for the KDE dialog problem ++KDE_FORK_SLAVES=1; export KDE_FORK_SLAVES ++ +APP=`basename $0` +case "$APP" in + VirtualBox|virtualbox) |