svn commit: r414919 - in head/emulators/virtualbox-ose: . files

Kurt Jaeger pi at FreeBSD.org
Tue May 10 05:29:14 UTC 2016


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 at 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)


More information about the svn-ports-head mailing list