From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 09:39:20 2010 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 079E5106564A for ; Wed, 21 Apr 2010 09:39:20 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 88D9A8FC2A for ; Wed, 21 Apr 2010 09:39:19 +0000 (UTC) Received: by bwz28 with SMTP id 28so7959606bwz.14 for ; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=29pmp97LFZQNanY9XY69V2i3MDK1LoekJWUCz121u10=; b=LKLnEpTCO0NubyPfYHtciqHqOvTSotoG+zrH1StWRmuOmNHCABQWtXy/SJXvOPcrh3 5MW+XUiXj2hhr3Afr1qKeKn/u8AHIgaRUYFrBPerOohIEnyAK17asOMC6g7Qi+yGuZ14 7oroCdcT+k+jJQz+hDL5MT9NqwQtsgT8B0ea4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YV+uBuT1q/+DFhhnVjwq0pC+hEUbl3YtkPiwuPftt/RcQZfSRRlrrs9AYgyFTnp2P9 HSzkvw/Y1ea1XfyQR5ANFeJgtuBwBfSTacPQOIGQqqDwBTxd5456152W9n56EZQDCncc s6Xow+4Vu4WyhEmGFfi7WWgH3QJGcYaAZj8kE= MIME-Version: 1.0 Received: by 10.204.54.82 with HTTP; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) In-Reply-To: <20100421040521.GE4865@magic.hamla.org> References: <20100419204323.GA24961@Abricot.malikania.fr> <20100421040521.GE4865@magic.hamla.org> Date: Wed, 21 Apr 2010 11:39:18 +0200 Received: by 10.204.30.195 with SMTP id v3mr1040717bkc.3.1271842758381; Wed, 21 Apr 2010 02:39:18 -0700 (PDT) Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: mplayer needs libcdio and libcdio isn't depending on 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: Wed, 21 Apr 2010 09:39:20 -0000 2010/4/21 Sahil Tandon : > On Mon, 19 Apr 2010, Demelier David wrote: > >> When you install mplayer with libcdio support, if will build and >> install it, but libcdio has no depend and could be detected as leaf >> package. Then pkg_cleanup will ask you to remove it and if you remove >> it you canno't use mplayer anymore if it needs this lib. >> >> Is that behavior expected ? I means that libcdio shouldn't be needed >> by mplayer after the installation. > > I am not a user of multimedia/mplayer, but it seems that you believe > sysutils/libcdio is required to *run* mplayer, whereas it is only listed > as a *build* dependency. =A0Is that a correct summary of your report? > Yes but it's needed as *run* dependency, remove it and try to play cd/dvd and every cdio related stuff, mplayer will fails on checking shared libraries libcdio.. Cheers. --=20 Demelier David