summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2012-04-28explain why the base pseudo-handle is a dirty hack and why it's lessMarc Espie
2012-04-28File::Path::rmtree is very stupid and spews out warning messages if there'sMarc Espie
2012-04-28zap blank spacesMarc Espie
2012-04-28work-around the fact that BaseSystem updates have specific dependencyMarc Espie
2012-04-28cleaner code: only wrap the call to quirks itself inside an eval.Marc Espie
2012-04-28add a "fake" handle class for base system updates and ForwardDependenciesMarc Espie
2012-04-27use our light-weight OpenBSD::MkTemp, which is safer, more accurate,Marc Espie
2012-04-16supplementary code for SamplesMarc Espie
2012-04-16use explicit pattern to avoid huge results from pkg_locate we willMarc Espie
2012-04-16display truely unknown stuff firstMarc Espie
2012-04-16new glue: figure out how to install pkglocatedb on our own (if notMarc Espie
2012-04-10prevent dpb trace handler from getting in the way of normal usage error reports.Marc Espie
2012-02-13warn when @option no-default-conflict and not explicit @conflict.Marc Espie
2012-02-06don't abort if that info is not yet available...Marc Espie
2012-01-21sanitize stuff a bit more...Marc Espie
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-09Rename whatis.{db,index} back to mandoc.{db,index}Ingo Schwarze
2012-01-07sloppy Ingo, whatis.db + whatis.indexMarc Espie
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2011-12-03simplify/generalizeMarc Espie
2011-12-03In a collision, retrofit storage for 2nd pkgname.Marc Espie
2011-12-02small logic errorMarc Espie
2011-12-02-X before -x;Jason McIntyre
2011-12-02-X exclude option: negates the packages we give (remove them instead ofMarc Espie
2011-11-26a second missing $state...Marc Espie
2011-11-26fix reporting of weird libs in partial-*, as seen by fries@,Marc Espie
2011-11-25darn, setlist might actually be undefined entirely...Marc Espie
2011-11-25fix -a <list> semantics:Marc Espie
2011-11-24allow code to proceed if -e + -r.Marc Espie
2011-11-21exit code of 1 for -e errors, 2 for -r errors... combine as 3.Marc Espie
2011-11-20for the -r option, if we already set an error code (like in -e), reuse that.Marc Espie
2011-11-16During pkg_create(1), do not print any warnings or non-fatal errorsIngo Schwarze
2011-11-16if the portstree gives us a cache directory, use it.Marc Espie
2011-11-14much better solver: don't try to solve every library, but just the onesMarc Espie
2011-11-14use print-plist-libs-with-depends (and make sure it does not skip depends)Marc Espie
2011-11-13The pkg_subst / SUBST_CMD has caused issues for some ports whereNigel Taylor
2011-10-21small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to beMarc Espie
2011-10-09don't be too hasty, we can choose to syslog (OR NOT) *after* we parse theMarc Espie
2011-09-25remove hack, ask for SUBDIRs with FULLPATH setMarc Espie
2011-09-17make pkg_add -nvv work with respect to whatis.db updates;Ingo Schwarze
2011-09-17work-around for default vs. no flavorMarc Espie
2011-08-31propagate change of internalsMarc Espie
2011-08-31versionspec stuff belongs in PkgSpec, not PackageNameMarc Espie
2011-08-27the order of packinglists has been fixed for years by now, so it's noMarc Espie
2011-08-26Shared Stuff never got usedMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-08-18spacingMarc Espie
2011-08-18tweakMarc Espie
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie