summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
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
2004-12-06UsageMarc Espie
2004-12-02Add quotes to unconfuse pkg_create error message.Marc Espie
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
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-12-02make sure we don't call Update::is_needed if we're not doing pkg_add -r.Marc Espie
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc 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
2004-11-23fix name of libMarc Espie
2004-11-23allow for registration of libraries from an existing plist.Marc Espie
2004-11-22implement global repository for shared libraries.Marc Espie
2004-11-21move the system libraries registration code to SharedLibs.Marc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-21check_lib_specs -> check_lib_spec: check one spec at a time, and report on it.Marc Espie
2004-11-21solved_dependencies becomes a hash, more efficient.Marc Espie
2004-11-21remove .Xr's that do not belong here anymore with the new pkg_* tools;Xavier Santolaria
2004-11-20done itemsMarc Espie
2004-11-20opendir can use my variables.Marc Espie
2004-11-19tweaks;Jason McIntyre