summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2009-12-07don't use $set->print, consistent messages.Marc Espie
2009-12-07simplify tracker a bit now we know what we're doing.Marc Espie
2009-12-05use eval {} everywhere around quirks.Marc Espie
2009-12-05since we don't redisplay missing libraries message, tell why we can't installMarc Espie
2009-12-05better quirks interface: pass the search object that was built, so we canMarc Espie
2009-12-05change the internal representation of Search::Stem to allow the additionMarc Espie
2009-12-05oopsMarc Espie
2009-12-05cosmeticMarc Espie
2009-12-05make quirks silent. Track # of updates found, instead of newer size, sinceMarc Espie
2009-12-05fix off-by-one, noticed by frantisek holopMarc Espie
2009-12-04create new updatesets when neededMarc Espie
2009-12-04set-up for quirks, just don't do it yet.Marc Espie
2009-12-04simpler unified lookup for libs inside set/installed packages.Marc Espie
2009-12-04internal API: is_known, for pkgnames that are known by the tracker,Marc Espie
2009-12-03zap useless debug codeMarc Espie
2009-12-03register plists from newer elements, in case they're useful.Marc Espie
2009-12-02fix some inter-dependencies case:Marc Espie
2009-11-30tweak the rules a bit: the search filter for "more recent than" ought toMarc Espie
2009-11-30better errors: have $set->cleanup mark set as finished.Marc Espie
2009-11-29set things up for updates on the fly. In particular, we may have to lookMarc Espie
2009-11-29in the worst case, we find a new handle with the right pkgpath,Marc Espie
2009-11-29show old->new as everywhere else in sets.Marc Espie
2009-11-29clean up conflict handling and dependency adjustement: build listMarc Espie
2009-11-29show missing libraries as "|detail" for the can't install message.Marc Espie
2009-11-29slightly simpler error handlingMarc Espie
2009-11-29have SharedLibs use state to print error messages.Marc Espie
2009-11-29handle more general conflicts:Marc Espie
2009-11-28prepare for "better" merge: we can't just wipe the old set, we have to pointMarc Espie
2009-11-28when resolving conflicts, don't recreate handles for packages being replacedMarc Espie
2009-11-28rework display of missing libs some more: first show the libraries, thenMarc Espie
2009-11-28add "always" to ask_list...Marc Espie
2009-11-28add (n to go) to pkg_delete as well.Marc Espie
2009-11-28remove redundant messageMarc Espie
2009-11-24todo all overMarc Espie
2009-11-24zap pkgpath totally, set up to display (to go) as well.Marc Espie
2009-11-24betterMarc Espie
2009-11-24sets that were not solved should still display something...Marc Espie
2009-11-24ok even shorter than doneMarc Espie
2009-11-24more regular. Note that newer can be a hash as well (why not ?)Marc Espie
2009-11-24better name. Mark "no need to update" as updated, since we know what'sMarc Espie
2009-11-22complete -> done (shorter)Marc Espie
2009-11-22tweak completion messages: do the next only during the next iteration, soMarc Espie
2009-11-22extra parameter to give out more infoMarc Espie
2009-11-22typoMarc Espie
2009-11-22less verbose display: only shows .libs* once, but still show all partial-*Marc Espie
2009-11-22change the timing a bit: create a list of updateset first, and processMarc Espie
2009-11-17trim more, we already display a quick message for the missing lib elsewhere.Marc Espie
2009-11-17shorter message when we don't find library, and stash it away to avoidMarc Espie
2009-11-17revamp interactive stuff: simplify (just one always for everything, perMarc Espie
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie