summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
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
2019-11-16preliminary addition of -d option (semantics: add debug packages ifMarc Espie
2019-11-15nicer order of multi-choice packages (by version if everything else isMarc Espie
2019-11-10tweaks to the file hierarchy to annotate anything with debuginfo, soMarc Espie
2019-11-10typoMarc Espie
2019-11-08added too much for -stable, if ftp says 404, we still need to save thatMarc Espie
2019-11-07when asking the ports tree, we fork a child.Marc Espie
2019-11-07style nitMarc Espie
2019-11-05Add ogx to fw_update.Visa Hankala