ports/185579: emulators/virtualbox-ose: add graphics/qt4-opengl dependency

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jan 8 12:50:01 UTC 2014


>Number:         185579
>Category:       ports
>Synopsis:       emulators/virtualbox-ose: add graphics/qt4-opengl dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 08 12:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD olgeni 9.2-STABLE FreeBSD 9.2-STABLE #0 r256529: Tue Oct 15 18:29:59 CEST 2013     root at olgeni:/usr/obj/usr/src/sys/KERNEL  amd64
>Description:

According to poudriere, virtualbox-ose needs a dependency on
graphics/qt4-opengl to build.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 339028)
+++ Makefile	(working copy)
@@ -27,7 +27,8 @@
 		python:${PORTSDIR}/lang/python
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libxslt.so:${PORTSDIR}/textproc/libxslt \
-		libcurl.so:${PORTSDIR}/ftp/curl
+		libcurl.so:${PORTSDIR}/ftp/curl \
+		libQtOpenGL.so:${PORTSDIR}/graphics/qt4-opengl
 RUN_DEPENDS=	${KMODDIR}/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod \
 		cdrecord:${PORTSDIR}/sysutils/cdrtools
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list