summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2021-10-12do the matching as a last resort to handle .libsMarc Espie
2021-10-06fix for the XXX-warning warning... have the test be a bit more specificMarc Espie
2021-10-043 groups of realtek firmware are now in base (with new filenames).Theo de Raadt
2021-08-09for extraction, deal with created temp file directly:Marc Espie
2021-08-09add $self->fullname to simplify the cumbersome usual nameMarc Espie
2021-08-09minor tweaks to make things clearerMarc Espie
2021-06-28placeholder for laterMarc Espie
2021-06-28remove old "paranoid" option, I'm pretty sure nobody uses it.Marc Espie
2021-06-21under some circumstances, we end up with libexecinfo -> BaseSystem beingMarc Espie
2021-05-04okay, prevent pkg_* from looking into /usr/local BUT special-case quirksMarc Espie
2021-03-15tweaks to system version handling:Marc Espie
2021-03-02finish GC old unintuitive interfaceMarc Espie
2021-02-01in case we're not a tty, don't do anything elseMarc Espie
2021-01-31turns out STDOUT may have been redirected, in which case tcgetpgrp willMarc Espie
2021-01-30do not print to STDOUT if we're in background, as requested by TheoMarc Espie
2021-01-30I'm such a doofus, of course I have to call base method as wellMarc Espie
2021-01-30switch ProgressMeter to clearer APIMarc Espie
2021-01-30rework API slightly, so that handle_continue is an explicit methodMarc Espie
2021-01-30for now, do not try to install quirks in case we're running "not"Marc Espie
2021-01-26remove test that's now bogus, as fullpkgpath takes precedence.Marc Espie
2021-01-11- grab fullpkgpath early (to decide: hard error if not provided) ?Marc Espie
2021-01-08avoid extra warnings if undefined values are encounteredMarc Espie
2020-12-20rename pkg_add's pod files to avoid filenames with colonsDaniel Dickman
2020-11-09speed up the dependency check pass significantly:Marc Espie
2020-11-09fix indirect dependencies bug: match what pkg_add does by adding tagMarc Espie
2020-11-09reword confusing messageMarc Espie
2020-07-25More DESC -> DESCR; spotted by espie@Antoine Jacoutot
2020-07-25tyop: DESC -> DESCRAntoine Jacoutot
2020-06-09Show a message while pkg_add updates the font cache. This occurs at theStuart Henderson
2020-05-17in order for PKG_CACHE to work, skipped entries at the end should stillMarc Espie
2020-03-26Add support for "alpha" suffixes in package versionsJeremie Courreges-Anglas
2020-02-20forgot to actually put "nodebug" in stateMarc Espie
2020-02-20make shell "with debug info" by default and add a bit of code to markMarc Espie
2020-02-19refactor opt('Q') into its own codeMarc Espie
2020-02-19allow search objects to say "keep_all" and make PackageRepositoryListsMarc Espie
2020-02-19Separate singular and pluralMarc Espie
2020-02-17future replacement for PackageInfo.pmMarc Espie
2020-02-11add iwx to fw_updateStefan Sperling
2020-01-28banish implicit returnMarc Espie
2020-01-28match opendir with closedir... not that important as the thing was mostMarc Espie
2020-01-26give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkMarc Espie
2020-01-13nit, use "fatal" with parameters as intendedMarc Espie
2020-01-11debug-> pkg-debug definesMarc Espie
2020-01-09have ask_tree be more specific in its error reporting.Marc Espie
2020-01-02plain forgot about THAT optimization.Marc Espie
2019-12-29partial backout of 1.166: we still need to compute the pkgname without theMarc Espie
2019-12-08close the gap for the "final" hint that did not install debug packagesMarc Espie
2019-12-08have DEBUG_PKG_CACHE also apply to already installed packages, toMarc Espie
2019-12-04add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation.Marc Espie
2019-12-04allow error to be passed along, in case we need to save $? for laterMarc Espie