summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-12-22keep less stuff around for -e pkgpath.Marc Espie
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
2004-12-21if we can't get this packing-list, this is not dramaticMarc Espie
2004-12-21oops, really cache stuff.Marc Espie
2004-12-21correct checks to allow for a package to replace several packages.Marc Espie
2004-12-20allow a replacing package to replace several packages, in principle:Marc Espie
2004-12-20plug more handle leaks.Marc Espie
2004-12-20plug fd leak.Marc Espie
2004-12-20remember to close what should be closed...Marc Espie
2004-12-20store pkgname in handle directly, so that we can delete the packing-listMarc Espie
2004-12-20repair error message: set_pkgname so that we don't report for the lastMarc Espie
2004-12-20don't display some details in -n mode unless very verbose.Marc Espie
2004-12-20keep a hash of installed packages, so that we can refuse to replace aMarc Espie
2004-12-19sanity check: in -n mode, we end up replacing stuff that doesn't exist ?Marc Espie
2004-12-19don't create path if -n.Marc Espie
2004-12-19simplify solve_dependencies: always compute to_install array (it isMarc Espie
2004-12-19move conflict code to PkgCfl.Marc Espie
2004-12-18reflect reality.Marc Espie
2004-12-18kitchensink mode will proceed if it can't find a dependent package...Marc Espie
2004-12-18if we can't find a package, and it's there to solve a dependency,Marc Espie
2004-12-18document kitchensink optionMarc Espie
2004-12-18display something when files ought to get moved in -n.Marc Espie
2004-12-18ignore size issues in kitchensink pretend mode.Marc Espie
2004-12-18oops, don't compute fullname unless we know we can.Marc Espie
2004-12-18implement special `kitchensink' option for testers.Marc Espie
2004-12-18basic code to handle legacy .libs-* packages: figure out what collisionsMarc Espie
2004-12-17can postpone grabbing conflict keys.Marc Espie
2004-12-17better collision reports.Marc Espie
2004-12-16if -f installed, don't treat reinstallation as errors.Marc Espie
2004-12-16better conflict: conflict with partial installations, always conflict withMarc Espie
2004-12-16save depend information into cache when package is installed.Marc Espie
2004-12-16both borked.* and partial-* are recognized.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-15move -n down into RequiredBy and PackingList (as $main::not, since weMarc Espie
2004-12-14rewrite code to cache files internally, to avoid going to disk all theMarc Espie
2004-12-13pull all the conflict checking code into one single function, makesMarc Espie
2004-12-13since we store dependencies we looked at, show them in the clue() message,Marc Espie
2004-12-13fix test for syswrite errors: zero returns are legitimate.Marc Espie
2004-12-13avoid brutal exits from loop.Marc Espie
2004-12-12cvs expands $OpenBSD...$, so move the variable defs up so that they don'tMarc Espie
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-11implement zeroes blocks detectionMarc Espie
2004-12-10sync usage();Jason McIntyre
2004-12-09make -f scripts work again, and document it properly in both pkg_add andMarc Espie
2004-12-09while upgrading, protect deletion in an eval: we've got an extractMarc Espie
2004-12-07wrap pkg_add usage.Marc Espie
2004-12-07postpone check of conflicts until we have a packing-list.Marc Espie
2004-12-07do like the manpage says, don't add a @name if we already got one.Marc Espie
2004-12-06explicit clue() for people running 3.6 packages with current pkg_add.Marc Espie
2004-12-06forgot -h for pkg_info.Marc Espie