From owner-freebsd-ports@FreeBSD.ORG Mon Jul 18 09:45:23 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 4A83C106567A; Mon, 18 Jul 2011 09:45:23 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA22D8FC2D; Mon, 18 Jul 2011 09:45:22 +0000 (UTC) Received: by iyb11 with SMTP id 11so3528977iyb.13 for ; Mon, 18 Jul 2011 02:45:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=VirDGNqMdhyluj2XfVz5gN40miFLLGALVhkZwHDYqIE=; b=c9zbm5UFZQlPz6MZrED19FeBC/gKyWDaBJ5uZ8SKKteH9ixF/XagCmeUUpPRzsmYOs x4dRnTfQ8Z76eAk3fQwWNOcXANkD3reAb4B7hwLANPz5HF9dvlwjV0YRlRTE+3x+oD9S 2de+CMo42lUOXYYuva6q/1GQRNt1MHhiK3KkA= MIME-Version: 1.0 Received: by 10.231.47.207 with SMTP id o15mr5761245ibf.35.1310982322288; Mon, 18 Jul 2011 02:45:22 -0700 (PDT) Sender: utisoft@gmail.com Received: by 10.231.67.211 with HTTP; Mon, 18 Jul 2011 02:45:22 -0700 (PDT) Received: by 10.231.67.211 with HTTP; Mon, 18 Jul 2011 02:45:22 -0700 (PDT) In-Reply-To: <4E23105B.5020207@gmail.com> References: <4E217D5B.3090904@gmail.com> <4E23105B.5020207@gmail.com> Date: Mon, 18 Jul 2011 10:45:22 +0100 X-Google-Sender-Auth: NXr6-gyBxWYPn0qMFCxHvbygt8k Message-ID: From: Chris Rees To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Chris Rees , 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: Mon, 18 Jul 2011 09:45:23 -0000 On 17 Jul 2011 17:40, "David Demelier" wrote: > > 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 Thank you for your contribution! Committed. Chris