From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 04:05:25 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 23FFD106566B for ; Wed, 21 Apr 2010 04:05:25 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 032E78FC1D for ; Wed, 21 Apr 2010 04:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 98A84170F7; Wed, 21 Apr 2010 00:05:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1271822724; bh=NWutG//bM2ZPdgRZPo1pgsE2povqnYFLbiPQN23NHpc=; b= kzzToVBJPWwC18+bVkvOzLvkgG5fAgkH3w7BtLyraAOo2+q+B+lyAlw6w/nVqHcJ 4TuK6OB+/+vpqtaFFxE4N/mdhZpSbJL1CIqldNlIS0KbqKPHoCVcyNytG2ry+pTJ Y6FXkxVbLWIN95xI7DTjdKOSJcM+XydmugSjGKG+hDE= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id g8T9zrNmrHC9; Wed, 21 Apr 2010 00:05:24 -0400 (EDT) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 1294817091; Wed, 21 Apr 2010 00:05:23 -0400 (EDT) Date: Wed, 21 Apr 2010 00:05:22 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20100421040521.GE4865@magic.hamla.org> References: <20100419204323.GA24961@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100419204323.GA24961@Abricot.malikania.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: riggs@rrr.de 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 Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 04:05:25 -0000 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. Is that a correct summary of your report? -- Sahil Tandon