Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2002 09:34:25 -0600
From:      Sean O'Neill <sean@seanoneill.info>
To:        Voicu Liviu <pacman@huji.ac.il>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re:
Message-ID:  <5.2.0.9.0.20021209093138.03822bd0@pop.swbell.yahoo.com>
In-Reply-To: <200212091719.54438.pacman@huji.ac.il>
References:  <011c01c29f95$ccae8c90$fa00a8c0@DaleCoportable> <200212091656.14674.pacman@huji.ac.il> <011c01c29f95$ccae8c90$fa00a8c0@DaleCoportable>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.2.0.9.0.20021209093138.03822bd0>