summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2005-02-26cosmetic clean-upMarc Espie
2005-02-09in case some md5 don't match, keep the offending files around as aMarc Espie
2005-02-07make updatedepends slightly safer: note which packages may have bogusMarc Espie
2005-02-07take size of metainfo into account when checking if the file system isMarc Espie
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
2005-01-14`big lock' model: lock the whole db for reading/writing.Marc Espie
2005-01-13let collision reports give the name of the package they're trying toMarc Espie
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
2004-12-29remove vreaddir support, since library lookup no longer needs it.Marc Espie
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
2004-12-28add a boguslibs forced option, that rescans packages for librariesMarc Espie
2004-12-28clearer error/warningMarc Espie
2004-12-28improve message quality: don't say we can't update stuff when we are goingMarc Espie
2004-12-28synchronize conflict lists when we add/remove anything.Marc Espie
2004-12-27if we can't read this packing-list, this is not really an issue.Marc Espie
2004-12-27use delete, not undef, to update installed_packages correctly...Marc Espie
2004-12-26put the compress 0 codes into a specific object. Handles the case whereMarc 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-20don't display some details in -n mode unless very verbose.Marc 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-19move conflict code to PkgCfl.Marc 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-18basic code to handle legacy .libs-* packages: figure out what collisionsMarc Espie
2004-12-17better collision reports.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-13fix test for syswrite errors: zero returns are legitimate.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-09make -f scripts work again, and document it properly in both pkg_add andMarc Espie
2004-12-06UsageMarc Espie
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02don't try to validate_plist if not needed at all.Marc Espie
2004-12-02cosmetic: shows old and new package name, plus signatures.Marc Espie
2004-11-27tweak very verbose output.Marc Espie
2004-11-27if the package is already installed, check whether updating it makes sense:Marc Espie
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie