ports/146578: Missing run-depends on audio/mumble

Demelier David demelier.david at gmail.com
Fri May 14 11:50:06 UTC 2010


>Number:         146578
>Category:       ports
>Synopsis:       Missing run-depends on audio/mumble
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 14 11:50:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Demelier David
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed May 12 16:02:13 CEST 2010     root at Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
audio/mumble needs these depends as run-depends :

databases/qt4-sqlite3-plugin
x11/qt4-opengl
devel/protobuf

For the moment they are not shown required by audio/mumble
>How-To-Repeat:
make -C /usr/ports/audio/mumble install clean
pkg_cleanup # remove every libs you don't need
mumble # fail, protobuf, qt(opengl|sqlite) missing
>Fix:
--- Makefile.orig	2010-05-12 08:27:54.000000000 +0200
+++ Makefile	2010-05-12 08:28:47.000000000 +0200
@@ -18,13 +18,14 @@
 		celt.0:${PORTSDIR}/audio/celt \
 		sndfile.1:${PORTSDIR}/audio/libsndfile \
 		boost_iostreams:${PORTSDIR}/devel/boost-libs \
-		boost_python:${PORTSDIR}/devel/boost-python-libs
-BUILD_DEPENDS=	protoc:${PORTSDIR}/devel/protobuf
+		boost_python:${PORTSDIR}/devel/boost-python-libs \
+		protoc:${PORTSDIR}/devel/protobuf
 
 USE_GMAKE=	yes
 USE_QT_VER=	4
 QT_COMPONENTS=	gui svg iconengines xml sql network l10n \
-		linguist_build qmake_build moc_build rcc_build uic_build
+		linguist_build qmake_build moc_build rcc_build uic_build \
+		opengl sql-sqlite3
 
 USE_XORG=	ice
 HAS_CONFIGURE=	yes


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



More information about the freebsd-ports-bugs mailing list