Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 13:08:15 GMT
From:      Andrew <s3erios@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189417: emulators/virtualbox-ose: fix qt4 dependencies
Message-ID:  <201405071308.s47D8FhW030114@cgiserv.freebsd.org>
Resent-Message-ID: <201405071310.s47DA0Gs020865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189417
>Category:       ports
>Synopsis:       emulators/virtualbox-ose: fix qt4 dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 13:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        
>Organization:
>Environment:
>Description:
Remove qt4 build tools from run dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: virtualbox-ose/Makefile
===================================================================
--- virtualbox-ose/Makefile	(revision 353149)
+++ virtualbox-ose/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 DISTVERSION=	4.3.10
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
 		http://tmp.chruetertee.ch/ \
@@ -116,7 +117,7 @@
 
 .if ${PORT_OPTIONS:MQT4}
 QT_NONSTANDARD=	yes
-USE_QT4=	gui network moc_build opengl uic_build rcc_build linguist
+USE_QT4=	gui network moc_build opengl uic_build rcc_build linguist_build
 INSTALLS_ICONS=	yes
 VBOX_FRONTENDS+=VirtualBox VBoxTestOGL
 .else


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405071308.s47D8FhW030114>