Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2010 19:23:34 +0200
From:      Demelier David <demelier.david@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   audio/mumble needs devel/protobuf as lib depend.
Message-ID:  <20100505172334.GA94509@Melon.malikania.fr>

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

--0OAP2g/MAC+5xKAE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,
	If you install audio/mumble you will noticed that it does not depend on
	deve/protobuf because it's marked as BUILD_DEPENDS in the Makefile.
	However if you deinstall protobuf mumble will fails  It also the same
	with x11/qt4-opengl. So I would propose this patch.(see attachment).

	But there is still a missing dependency (I guess) because if you remove
	any qt4-* leaves (not depended on) mumble will segfault.

	Cheers.

-- 
Demelier David

--0OAP2g/MAC+5xKAE
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="mumble-pre.patch"

--- Makefile.orig	2010-05-05 18:58:01.000000000 +0200
+++ Makefile	2010-05-05 19:07:09.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
 
 USE_XORG=	ice
 HAS_CONFIGURE=	yes

--0OAP2g/MAC+5xKAE--



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