From owner-freebsd-ports@FreeBSD.ORG Tue Oct 8 19:11:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3FD7A9E2 for ; Tue, 8 Oct 2013 19:11:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1329229E9 for ; Tue, 8 Oct 2013 19:11:13 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 5E9EF2148B for ; Tue, 8 Oct 2013 15:11:12 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Tue, 08 Oct 2013 15:11:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=DTSYshF/TSWvhzExlHcQCpjqbA4=; b=r0+l+ fqoXS26qAIPUZNE7Gn193+HLN/gsebhIBQk37J6EU68jjgPGm190M+bAiipQ5jZ3 ltHe7M2CDH5Pwy1sZ9XMZlcamjMgUSYqW7gb6KRgfVrc5uKDtkPaObrHj43Yna8q s685TTQnHvvDRxIVD2+iMAfxmX7YmQANJ161ek= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 3F10E111AF3; Tue, 8 Oct 2013 15:11:12 -0400 (EDT) Message-Id: <1381259472.13921.31586105.73C006F9@webmail.messagingengine.com> X-Sasl-Enc: A3hdXtPSmnYTAv2oQBHPxR8WbhLhwMsQmlmEXspWXELM 1381259472 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 Subject: Re: [patch] audio/mumble: urgent unbreak Date: Tue, 08 Oct 2013 14:11:12 -0500 In-Reply-To: References: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 19:11:14 -0000 On Tue, Oct 8, 2013, at 13:05, David Demelier wrote: > Hello folks, >=20 > Sorry to ask you a second time for a maintainer timeout but it's > critical because audio/mumble is unusable currently because of a CELT > detection failure. >=20 > Two patches were sent over PR, one from me [1] and one from Natacha > Port=E9. [2] Both are working, I think her is a bit better as it won't > break if the standalone celt library install the same name. >=20 > Please commit the one you find the best but as soon as possible > because you just *can't* speak / hear anything, which is pretty > useless on a VoIP application :-). >=20 Natacha's solution is the right way because there may be a conflict with the celt ports in the future. In fact, it used to be done this way as there was a conflict in the past. I'm not sure how/why this broke but I'll take this PR and get this sorted.