summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
AgeCommit message (Collapse)Author
2001-11-17check the full libdepend spec at install time.Marc Espie
Thanks naddy for testing all that.
2001-11-08swap arguments in libdepend, do it now before the bsd.port.mk parts are setMarc Espie
in stone...
2001-11-07Recognize @libdepend, even though it doesn't do anything smarter with itMarc Espie
than @newdepend for now.
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-14Silly bug in version detection: not having any dewey check does NOTMarc Espie
mean check went okay. In fact, if we only have exact versions to match against, we don't want to match... Ouch.
2001-04-24Last-minute fix for flavor deps. Very, very late.Marc Espie
Thanks, Theo.
2001-04-13Remove debugging output, and some extra junk from the verbose output.Marc Espie
Prefix verbose output with pkg: so that we get a better idea what we're dealing with...
2001-04-02Satisfy boss.Marc Espie
2001-04-02pkg command: perl frontend to pkg_{add,info,delete,create}, and hooksMarc Espie
to handle new dependencies.