From owner-freebsd-questions Mon Dec 9 7:34:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36EE137B401 for ; Mon, 9 Dec 2002 07:34:32 -0800 (PST) Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A6243EC5 for ; Mon, 9 Dec 2002 07:34:31 -0800 (PST) (envelope-from sean@seanoneill.info) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id A9FAA7688; Mon, 9 Dec 2002 09:34:26 -0600 (CST) Message-Id: <5.2.0.9.0.20021209093138.03822bd0@pop.swbell.yahoo.com> X-Sender: swoneill@swbell.net@pop.swbell.yahoo.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 09 Dec 2002 09:34:25 -0600 To: Voicu Liviu , From: Sean O'Neill Subject: Re: In-Reply-To: <200212091719.54438.pacman@huji.ac.il> References: <011c01c29f95$ccae8c90$fa00a8c0@DaleCoportable> <200212091656.14674.pacman@huji.ac.il> <011c01c29f95$ccae8c90$fa00a8c0@DaleCoportable> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 05:19 PM 12/9/2002 +0200, Voicu Liviu wrote: >On Monday 09 December 2002 17:15, Kevin D. Kinsey, DaleCo, S.P. wrote: > > "pkg_info -r packagename", e.g.: > > > > #pkg_info -r tiff-3.5.7 > > Information for tiff-3.5.7: > > > > Depends on: > > Dependency: jpeg-6b_1 > > > > HTH, > > Kevin Kinsey > > > >Thanks but the problem begin when I don't know the version of >'packagename'...lett say mozilla. >Liviu I think you mean how to determine the dependencies of a port that is not installed ? I don't know of a command that will do that but you can look in the Makefile of the port app you want to install to see what the dependencies are. For instance, these are the dependencies for Mozilla. From the list below, its pretty obvious what Mozilla is DIRECTLY dependent on. BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message