summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2009-12-27fix partial stems, as noticed by numerous peopleMarc Espie
2009-12-26compute forward dependencies later, so that we don't have to do it again,Marc Espie
2009-12-26qualify (Direct Dependencies)Marc Espie
2009-12-26betterMarc Espie
2009-12-26Better, more global way of dealing with forward dependencies, and toMarc Espie
2009-12-26zap message for .libs, be smart about partial-*, it's easy to install/updateMarc Espie
2009-12-26protect against partial-* packing-listsMarc Espie
2009-12-24make the final progress bar vanish unless verbose >= 2, as requested byMarc Espie
2009-12-24avoid infinite loop, noticed by Rivo Nurges.Marc Espie
2009-12-22progressmeter always, unless -x is givenTheo de Raadt
2009-12-21check new package later, after we're sure of the set.Marc Espie
2009-12-21if we're not in a "pretend" mode, synchronization operations on vstat occurMarc Espie
2009-12-21document recent changes, clean up old pkg_delete optionsMarc Espie
2009-12-21consistent spellingMarc Espie
2009-12-21much simpler SIG{INFO} handling: create a status object in state andMarc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-19create a $state->todo method to account for sets to install.Marc Espie
2009-12-19bye bye oldMarc Espie
2009-12-17misplaced change, found it back.Marc Espie
2009-12-17be slightly more paranoid about shell stuff we run.Marc Espie
2009-12-17remove extra spaces, fix doc for Ustar (create, not extract), and documentMarc Espie
2009-12-17move the ntogo actual code in the progressmeter, so that -x shuts it off.Marc Espie
2009-12-17add a callback to file creation, so that we get progress meter for hugeMarc Espie
2009-12-17display progressmeter at 0% at start of install/deinstall.Marc Espie
2009-12-14since some packages in updatesets don't need updates, be explicit about it.Marc Espie
2009-12-14when removing sets, remove cant markers as wellMarc Espie
2009-12-14combined updates show the packages that can't be updatedMarc Espie
2009-12-14fuss about install msgs: new method state->ntogo, use it to annotate moreMarc Espie
2009-12-14off by one the other way roundMarc Espie
2009-12-14temporary fix for kept packages until we move them awayMarc Espie
2009-12-13okay, so old libs are not 'kept', keep track of updates correctly insteadMarc Espie
2009-12-13clean up code, no functional changeMarc Espie
2009-12-13simplify set printingMarc Espie
2009-12-13force gzip to write package even if things don't compress.Marc Espie
2009-12-12update will ask about conflicts, so we need that in updateinfo...Marc Espie
2009-12-12autovivifiedMarc Espie
2009-12-12fix the fam->libgamin issue. Look for update candidates in self beforeMarc Espie
2009-12-12have pkg_add recheck there are no internal conflicts in an updateset.Marc Espie
2009-12-12remove *everything* from to_update, including hintsMarc Espie
2009-12-12tie conflict lists to packing lists and use themMarc Espie
2009-12-12do the same dance with older packages: build before list, and use it whenMarc Espie
2009-12-11record internal updateset dependencies for new packages, and respect themMarc Espie
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-06-U before -u;Jason McIntyre
2009-12-05a bit more documentation, including revisit of OpenBSD::Intro to reflectMarc 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-05quirks existsMarc Espie
2009-12-05avoid progressmeter warningMarc Espie