summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-08-01note specifically that pkg_add -u parameters are *installed* package names,Marc Espie
2010-08-01adjust position of test so that it does something !Marc Espie
2010-08-01typoMarc Espie
2010-08-01fix the qt 4.5 -> 4.6 update issue.Marc Espie
2010-07-31very old thinko, not really a problem, obviously, but groups and users areMarc Espie
2010-07-31keep location open while we grab updateinfo.Marc Espie
2010-07-30fix header during updateMarc Espie
2010-07-28more explicit messageMarc Espie
2010-07-28let fatal work, fix typoMarc Espie
2010-07-28pass state to Ustar objects, use it to display those pesky error andMarc Espie
2010-07-27print these betterMarc Espie
2010-07-26better progress_messageMarc Espie
2010-07-26typo in messageMarc Espie
2010-07-26even if you write signal handlers to not do anything stupid when you'reMarc Espie
2010-07-26typo (canacar@)Marc Espie
2010-07-25oopsMarc Espie
2010-07-24pass state to Makewhatis. With new hooks in there, that means displayMarc Espie
2010-07-15store openssl error output during verification, and log it if it didn't work.Marc Espie
2010-07-12missed one next -> return, as noticed by marco@Marc Espie
2010-07-12need to copy f() parameters, otherwise strange bugs with sub expressionsMarc Espie
2010-07-11move compare into LibSpec, it's not so specific to Signature after allMarc Espie
2010-07-11display updateset name alongside collisionreport (turns out it's notMarc Espie
2010-07-09fix pkg_mklocatedbMarc Espie
2010-07-08use more natural English in messages; ok espie@Stuart Henderson
2010-07-06fuss over wantntogo, especially when it's false (make sure we still get :okMarc Espie
2010-07-04- zap trailing whitespaceJason McIntyre
2010-07-04reindent, turn function mkheader into method.Marc Espie
2010-07-04remove direct prints, pass thru state.Marc Espie
2010-07-04best if I don't forget half of the commit...Marc Espie
2010-07-04initial documentation for pkg.conf, after nits from jmc@, and straighteningMarc Espie
2010-07-04two config optionsMarc Espie
2010-07-03string comparison (noticed by landry)Marc Espie
2010-07-03we can't checksum directories either, so give a better error messageMarc Espie
2010-07-02parse pkg.conf and use it for default_path if PKG_PATH is not defined.Marc Espie
2010-07-02move the empty url message up to PackageRepository, so that we can printMarc Espie
2010-07-02use state to print error messagesMarc Espie
2010-07-02use state to print out all error messagesMarc Espie
2010-07-02fix params so that state is state and not PackageLocator...Marc Espie
2010-07-02pass (and save) state around in Repository-related stuff.Marc Espie
2010-07-01remove the try/catch in debug mode, so that we get the errors directly...Marc Espie
2010-06-30use newer codeMarc Espie
2010-06-30handle GrabPlist as wellMarc Espie
2010-06-30modernize pkg_merge, avoid warning for link sizes.Marc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-30extra parameter to UpdateSet: use the factory to create extra object.Marc Espie
2010-06-30access locator through new APIMarc Espie
2010-06-30pass state along to find_by_spec, clean up error messages.Marc Espie
2010-06-30simple use of new state->repo APIMarc Espie
2010-06-30pass state along when signing packages, uses repo and fatal directlyMarc Espie