Date: Tue, 10 May 2016 05:29:13 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414919 - in head/emulators/virtualbox-ose: . files Message-ID: <201605100529.u4A5TDa9083513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue May 10 05:29:13 2016 New Revision: 414919 URL: https://svnweb.freebsd.org/changeset/ports/414919 Log: emulators/virtualbox-ose: fix VirtualBox hang on file dialog in KDE PR: 199364 Submitted by: yuri@rawbw.com Approved by: maintainer timeout Modified: head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Tue May 10 04:38:12 2016 (r414918) +++ head/emulators/virtualbox-ose/Makefile Tue May 10 05:29:13 2016 (r414919) @@ -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/ \ Modified: head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh ============================================================================== --- head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh Tue May 10 04:38:12 2016 (r414918) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh Tue May 10 05:29:13 2016 (r414919) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605100529.u4A5TDa9083513>