At 05:19 PM 12/9/2002 +0200, Voicu Liviu wrote:
I think you mean how to determine the dependencies of a port that is not installed ?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 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message