List Info

Thread: simple question...how to show packages which depend upon a particular port




simple question...how to show packages which depend upon a particular port
user name
2006-11-29 20:14:27
Hi peeps,

I'm almost ashamed to ask this BUT I really don't know
how to find the packages which depend upon a
particular port.

In this case, a portversion -l "<" showed
mysql-client
in that list. I can't recall having installed it by
myself I wanted to know what the packages are which
depend on it. Can somebody show me this
command......and if it will be a RTFM answer, please
tell me which FM

Thanks


 
____________________________________________________________
________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
simple question...how to show packages which depend upon a particular port
user name
2006-11-29 20:28:07
Dino Vliet wrote:

> I'm almost ashamed to ask this BUT I really don't know
> how to find the packages which depend upon a
> particular port.

pkg_info -R port-name-*

(-r does the inverse, packages on which port-name depends)

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7
Priory Courtyard
                                                      Flat 3
PGP: http://www.i
nfracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent,
CT11 9PW

simple question...how to show packages which depend upon a particular port
user name
2006-11-29 21:16:00
Matthew Seaman wrote:
> Dino Vliet wrote:
> 
>> I'm almost ashamed to ask this BUT I really don't
know
>> how to find the packages which depend upon a
>> particular port.
> 
> pkg_info -R port-name-*
> 
> (-r does the inverse, packages on which port-name
depends)
> 
> 	Cheers,
> 
> 	Matthew
> 

Also, if you're into gui things, gpkgdep is pretty handy as
it will show 
you the whole dependency tree rather than just the first
level dependencies.

HTH,
Micah
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
simple question...how to show packages which depend upon a particular port
user name
2006-11-30 05:34:09
in message <629233.82571.qmweb51109.mail.yahoo.com>,
wrote Dino Vliet thusly...
>
> I'm almost ashamed to ask this BUT I really don't know
how to find
> the packages which depend upon a particular port.
>
> In this case, a portversion -l "<" showed
mysql-client in that
> list. I can't recall having installed it by myself

Did you install mysql-server with default options? 
Actually, in
mysql51-server port, there is no option to disable install
of the
client portion.


> I wanted to know what the packages are which depend on
it. Can
> somebody show me this command......and if it will be a
RTFM
> answer, please tell me which FM

Here are some of the ways not requiring connection to
Internet I
know ...

  - running "make -V {LIB,RUN,BUILD}_DEPENDS" in a
port directory
    also lists the appropriate type of dependency list, so
would
    running "make
pretty-print-{run,build}-depends-list";

  - pkg_info(1) w/ -[rR] options lists the dependencies for
given
    ports|packages;

  - ${PORTSDIR:-/usr/ports}/INDEX* lists dependencies for
each port
    (which may need post processing to be human readable);

  - sysutils/pkg_tree port creates text tree of the
dependencies;


As for FM, see ...

  - pkg_info(1) & pkg_tree(7)  man pages;

  - ${PORTSDIR:-/usr/ports}/Mk/bsd.port.mk


  - Parv

-- 

_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )