From owner-freebsd-ports@FreeBSD.ORG Mon Apr 19 20:43:15 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 034B81065670 for ; Mon, 19 Apr 2010 20:43:15 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8C91C8FC34 for ; Mon, 19 Apr 2010 20:43:14 +0000 (UTC) Received: by wwa36 with SMTP id 36so3316979wwa.13 for ; Mon, 19 Apr 2010 13:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=gpCUoSOfEywnoZ8++qeeWb49+HZrkgAg6fM59PnKWTU=; b=VYsgoPoz/HaANvueoWs+arwAWHFv4ffwUexJ0FtNsK+nrYNDfuFQIrJowc8v5Yvd1k uGLOxOF8C/DSUbd17P3jOOasDQFoaHUgI1eOxf/sDp/7g8wrx55o9W4Oo4r4kaCDU1ly uML+KCLnFNitfx46rnKTAY0m7YzLfWqhoHGl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=csJP5wVxSpfHs8PQtr7hAcwKvtGOMF2270ODq3pyJcylSeRitzJb4Y3BbdPgkI5/PW iWFC/PLmTkBsNbqCZmaVO4KyXFfJluNPgg+mJXjILQ9ezR7qG/o2g8Q3tDPLuLqiLFwW PVUWVpHljRp3ILuN4QlqfgyjMV3qXm/WVQIIY= Received: by 10.216.88.4 with SMTP id z4mr4127234wee.121.1271709792331; Mon, 19 Apr 2010 13:43:12 -0700 (PDT) Received: from Abricot.malikania.fr ([84.102.21.121]) by mx.google.com with ESMTPS id v59sm970680wec.15.2010.04.19.13.43.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Apr 2010 13:43:11 -0700 (PDT) Date: Mon, 19 Apr 2010 22:43:24 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100419204323.GA24961@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: 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: Mon, 19 Apr 2010 20:43:15 -0000 Hi freebsd-ports, 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. King regards. -- Demelier David