From owner-freebsd-ports@FreeBSD.ORG Sun Jul 17 16:40:53 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95B0B106566C; Sun, 17 Jul 2011 16:40:53 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B5B1C8FC17; Sun, 17 Jul 2011 16:40:52 +0000 (UTC) Received: by wyg24 with SMTP id 24so2220923wyg.13 for ; Sun, 17 Jul 2011 09:40:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Cpy1GBfD5xL6C+zjWs6tp+3yBO044J4VBDSvbvBBMlw=; b=ak26ofomNn23OuePGDHoHdlLjYjflbnyTM2VSZfjRgY8F+GF2Z1fn5IFW3Q02MuXUw QHmwUpy+GPoyJVw8sW+FwlxforHyWGAgBSVh7IAYGe52tUAuugZskzfVL/oESOc8utgi a4wZ6drfXWm95o2pZkkvEsxwcoxxkGvKO2EBw= Received: by 10.227.27.165 with SMTP id i37mr4862441wbc.39.1310920851832; Sun, 17 Jul 2011 09:40:51 -0700 (PDT) Received: from Melon.malikania.fr (65.21.102.84.rev.sfr.net [84.102.21.65]) by mx.google.com with ESMTPS id p14sm2737005wbh.47.2011.07.17.09.40.50 (version=SSLv3 cipher=OTHER); Sun, 17 Jul 2011 09:40:50 -0700 (PDT) Message-ID: <4E23105B.5020207@gmail.com> Date: Sun, 17 Jul 2011 18:39:55 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110715 Thunderbird/5.0 MIME-Version: 1.0 To: Chris Rees References: <4E217D5B.3090904@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: audio/musicpd and libsndfile dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2011 16:40:53 -0000 On 16/07/2011 15:13, Chris Rees wrote: > > On 16 Jul 2011 13:03, "David Demelier" > wrote: > > > > Hello, > > > > I've just realized that libsndfile is required for musicpd. see : > > > > $ ldd /usr/local/bin/musicpd > > ... > > libFLAC.so.10 => /usr/local/lib/libFLAC.so.10 (0x802331000) > > libsndfile.so.1 => /usr/local/lib/libsndfile.so.1 (0x802468000) > > libaudiofile.so.0 => /usr/local/lib/libaudiofile.so.0 > (0x8025d1000) > > ... > > > > And : > > > > $ pkg_info -R libsndfile-1.0.24 > > Information for libsndfile-1.0.24: > > > > Required by: > > sfml-1.6 > > > > It seems that musicpd implicitly link to libsndfile if it is > installed on the system. May I propose a PR with a new option to > disable/enable this linkage using an OPTION? > > > > Thank you, that would be most welcome. I would do it myself, but I think > you'll be quicker at the moment... > > Chris > Thanks for your quick reply :-) There is the patch : http://www.freebsd.org/cgi/query-pr.cgi?pr=158999 -- David Demelier