summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2007-05-28oops, can't copy CONTENTS twiceMarc Espie
2007-05-28always create packing-lists with a `contents' entry.Marc Espie
2007-05-28split off handle creation (for added packages) into its own routine.Marc Espie
2007-05-28clean up packing-list validation, call the methods `prepare_for_addition'Marc Espie
2007-05-27so save_old_libs becomes the first routine to handle full UpdateSets.Marc Espie
2007-05-27oops, save_old_libs is now set dependent, we no longer store old packagesMarc Espie
2007-05-27move computation of header to a separate function.Marc Espie
2007-05-27move packing-list validation to the UpdateSet level.Marc Espie
2007-05-27comment out some of this code. Currently, we don't know how to recoverMarc Espie
2007-05-27group packing-list validation for replaced packages with added one.Marc Espie
2007-05-27rename $state->{replace} to $state->{allow_replacing}, which matches intentMarc Espie
2007-05-27errors can now be a local variableMarc Espie
2007-05-27Simplify the mess that deals with alaready installed packages.Marc Espie
2007-05-27store replaced packages inside the UpdateSet directly.Marc Espie
2007-05-27depend more stuff off handle.Marc Espie
2007-05-27finish converting most things in pkg_add to the `handle' form, soMarc Espie
2007-05-27move the dependency solver up to the handleMarc Espie
2007-05-26pass more handle throughMarc Espie
2007-05-26simplify error logic a bit more, always let prepare_to_add return aMarc Espie
2007-05-26oops, fix: pass handle instead of location to can_install.Marc Espie
2007-05-26base tests on $handle->has_error instead of $errors.Marc Espie
2007-05-26give a more descriptive name to function, we're past abreviationsMarc Espie
2007-05-25until people finally fix their @group issues in packages, at least refuseMarc Espie
2007-05-25Pass the handle to can_install, so that it can fill in errors (the packageMarc Espie
2007-05-25start cleaning up the mess that is error-handling when installing packages.Marc Espie
2007-05-25move the mode checker code from pkg_create into ArcCheck, so that pkg_addMarc Espie
2007-05-25also rename this one for further wrappingMarc Espie
2007-05-25rename `handle' to `location' in preparation for wrapping it in aMarc Espie
2007-05-24place holder for signature checkingMarc Espie
2007-05-24catch up and rethrow Packing-List read issues with the filename whenMarc Espie
2007-05-23fiddle with SharedLibs name, put common code into a common place inMarc Espie
2007-05-23use autovivifyMarc Espie
2007-05-22remove duplicate -M entry from set_usage(); ok espieJason McIntyre
2007-05-22zap references to pkgdep. Packing-Lists no longer even record it, anyways.Marc Espie
2007-05-22cleanup shared state a bit earlier. Shouldn't change much, but may helpMarc Espie
2007-05-22introduce a SharedItemsRecorder (put it into Vstat, since that's a fileMarc Espie
2007-05-22mark `digitalsignature' as a known keyword, which helps me.Marc Espie
2007-05-22remove -h from set_usage();Jason McIntyre
2007-05-22finish removing unused -h optionMarc Espie
2007-05-20make the package tools more aware of manpages: handle names correctly,Marc Espie
2007-05-20move deptree and installed into state objectMarc Espie
2007-05-20create specific `state' objects for pkg_add and pkg_delete, so that I canMarc Espie
2007-05-20placeholders for UpdateSet, once we have it.Marc Espie
2007-05-20both pkg_add and pkg_delete use Vstat, make it explicit.Marc Espie
2007-05-20compute list of dependencies to adjust just-in-time.Marc Espie
2007-05-20libs_to_check ? actually, never use it...Marc Espie
2007-05-20remove extra forwarding method that is no longer neededMarc Espie
2007-05-20zap old depend code I missedMarc Espie
2007-05-19move the code that handles dependencies registration into DependenciesMarc Espie
2007-05-19and I forgot this oneMarc Espie