summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2008-02-06Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp().Bernd Ahlers
2008-02-04specify that MakeWhatis and pkg-config fall outside the scope of this documentMarc Espie
2008-02-04Replace bogus lowercase n in 'DESCRIPTIOn'Landry Breuil
2008-02-04typos and whitespaceMarc Espie
2008-02-04a somewhat long introduction to how the package tools really work,Marc Espie
2008-01-26replace reference to deprecated @pkgcfl keyword by @conflictLandry Breuil
2008-01-12better ui for locking messages.Marc Espie
2007-12-31use the same trick as for perl to make sure manpages get built laterMarc Espie
2007-12-28allows src: urls to work better by using -F nolock during pkg builds.Marc Espie
2007-12-28tweak the semantics so that no-default-conflict works.Marc Espie
2007-12-18make it possible to run without locking the database. To be used byMarc Espie
2007-12-08let pkg_info -E see @sample objects. No sense in hiding them.Marc Espie
2007-11-17allow whitespace before = sign when reading variables from a .pc file.Steven Mestdagh
2007-11-05Slight rewording of @depend description (this -> that)Stuart Henderson
2007-11-05document Ev FTP_KEEPALIVE;Jason McIntyre
2007-10-31better .Nd; from Pierre RiteauJason McIntyre
2007-10-06finish loop as soon as the ldconfig search directories have been found.Steven Mestdagh
2007-09-28nitMarc Espie
2007-09-20obey -F installedMarc Espie
2007-08-28reverse mistaken commit, restore FETCH_CMD to functionality.Marc Espie
2007-08-23write out the object url in the error message if that's an object error andMarc Espie
2007-08-23fix v* order in keep_most_recent.Marc Espie
2007-07-18- document the fact that mkfontscale is now run as well as mkfontdir andAntoine Jacoutot
2007-07-14- there's no point in running mkfontdir only for @fontdir ; so let's runAntoine Jacoutot
2007-06-30move the UpdateSet stuff into its separate file, leaving Vstat much cleaner.Marc Espie
2007-06-30fix saving of old partial packages... problem noticed by Paul IroftiMarc Espie
2007-06-26fix pkg_info's find_by_path behavior, which I accidentally broke twoMarc Espie
2007-06-26missed one mark_as_installed.Marc Espie
2007-06-26the big gap one: create UpdateSet for all packages being installed, andMarc Espie
2007-06-25placeholder to split off the code that handles UpdateSets, as it'sMarc Espie
2007-06-25typoMarc Espie
2007-06-23setup a local sigalarm to send a HUP to the ftp process if it takes longerMarc Espie
2007-06-20mention https protocol, for which support was added recently.Steven Mestdagh
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-19first draft of a tag solver, needs more flesh to be useful (especially:Marc Espie
2007-06-19sometimes, wanting to share code gives insight: disentangle the codeMarc Espie
2007-06-18... and zap old codeMarc Espie
2007-06-18reorganize lookup_library so I can reuse the exact same algorithm toMarc Espie
2007-06-18more uniform: all deps routines should be methods, even if they don'tMarc Espie
2007-06-18add tag no shadow, to allow us to specify that we do NOT want tempfilesMarc Espie
2007-06-17only display header if we actually display some information.Marc Espie
2007-06-17fix format for timestamps. Use a non-ambiguous subset of ISO8601.Marc Espie
2007-06-17more scaffolding we don't really use yet.Marc Espie
2007-06-17document @exec/@unexec variations in more detail.Marc Espie
2007-06-17add a bit of scaffolding for signaturesMarc Espie
2007-06-16introduce new stuff: @tag, to be used to tag files and other objects.Marc Espie
2007-06-16Add variation on exec/unexec:Marc Espie
2007-06-16FTP_KEEPALIVE as a crude interface to ftp -k. To be thought out later.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-14Really cleanup temporary directories.Matthias Kilian