summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/OpenBSD (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweaks to system version handling:espie2021-03-151-5/+6
* finish GC old unintuitive interfaceespie2021-03-021-2/+2
* in case we're not a tty, don't do anything elseespie2021-02-011-3/+6
* turns out STDOUT may have been redirected, in which case tcgetpgrp willespie2021-01-311-2/+5
* do not print to STDOUT if we're in background, as requested by Theoespie2021-01-303-16/+36
* I'm such a doofus, of course I have to call base method as wellespie2021-01-301-1/+2
* switch ProgressMeter to clearer APIespie2021-01-303-9/+18
* rework API slightly, so that handle_continue is an explicit methodespie2021-01-302-3/+14
* for now, do not try to install quirks in case we're running "not"espie2021-01-301-2/+2
* remove test that's now bogus, as fullpkgpath takes precedence.espie2021-01-261-10/+6
* - grab fullpkgpath early (to decide: hard error if not provided) ?espie2021-01-111-6/+16
* avoid extra warnings if undefined values are encounteredespie2021-01-081-2/+4
* rename pkg_add's pod files to avoid filenames with colonsdaniel2020-12-2016-0/+2147
* speed up the dependency check pass significantly:espie2020-11-091-2/+22
* fix indirect dependencies bug: match what pkg_add does by adding tagespie2020-11-091-10/+40
* reword confusing messageespie2020-11-091-2/+2
* More DESC -> DESCR; spotted by espie@ajacoutot2020-07-251-3/+3
* tyop: DESC -> DESCRajacoutot2020-07-251-2/+2
* Show a message while pkg_add updates the font cache. This occurs at thesthen2020-06-091-1/+3
* in order for PKG_CACHE to work, skipped entries at the end should stillespie2020-05-171-2/+8
* Add support for "alpha" suffixes in package versionsjca2020-03-261-3/+6
* forgot to actually put "nodebug" in stateespie2020-02-201-2/+5
* make shell "with debug info" by default and add a bit of code to markespie2020-02-201-5/+10
* refactor opt('Q') into its own codeespie2020-02-191-19/+32
* allow search objects to say "keep_all" and make PackageRepositoryListsespie2020-02-192-4/+14
* Separate singular and pluralespie2020-02-191-4/+9
* future replacement for PackageInfo.pmespie2020-02-171-0/+222
* add iwx to fw_updatestsp2020-02-111-2/+2
* banish implicit returnespie2020-01-281-2/+2
* match opendir with closedir... not that important as the thing was mostespie2020-01-281-2/+2
* give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlinkespie2020-01-261-1/+8
* nit, use "fatal" with parameters as intendedespie2020-01-131-2/+2
* debug-> pkg-debug definesespie2020-01-112-4/+4
* have ask_tree be more specific in its error reporting.espie2020-01-091-6/+15
* plain forgot about THAT optimization.espie2020-01-021-2/+2
* partial backout of 1.166: we still need to compute the pkgname without theespie2019-12-291-7/+10
* close the gap for the "final" hint that did not install debug packagesespie2019-12-081-6/+9
* have DEBUG_PKG_CACHE also apply to already installed packages, toespie2019-12-081-19/+24
* add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation.espie2019-12-041-1/+61
* allow error to be passed along, in case we need to save $? for laterespie2019-12-041-3/+3
* preliminary addition of -d option (semantics: add debug packages ifespie2019-11-162-8/+33
* nicer order of multi-choice packages (by version if everything else isespie2019-11-151-2/+14
* tweaks to the file hierarchy to annotate anything with debuginfo, soespie2019-11-101-8/+23
* typoespie2019-11-101-2/+2
* added too much for -stable, if ftp says 404, we still need to save thatespie2019-11-081-3/+2
* when asking the ports tree, we fork a child.espie2019-11-071-2/+16
* style nitespie2019-11-071-2/+2
* Add ogx to fw_update.visa2019-11-051-2/+2
* adapt to new ftp(1) retrieving error messagesderaadt2019-10-231-2/+2
* I didn't check robert's fix closely enough.espie2019-10-201-19/+28