Age | Commit message (Expand) | Author |
2010-12-24 | pass state around. | Marc Espie |
2010-12-24 | move the handling of ldconfig to AddDelete::State | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-12-20 | extra indirection: allow registration of library objects (refactor for later) | Marc Espie |
2010-12-20 | pass state to SharedLibs for direct printing | Marc Espie |
2010-10-27 | initial scaffolding for @rcscript: for now, acts like normal files, | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-09 | ui changes: go thru a state object for most printouts | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-01-24 | extra indirection: no match gives a reason why, so we can rebuild | Marc Espie |
2010-01-24 | use libspecs, report problem will be terser for now. | Marc Espie |
2010-01-24 | use libspecs through Dependencies. | Marc Espie |
2009-12-31 | oops, actually report issues | Marc Espie |
2009-12-31 | always create a problem entry for libraries we don't find | Marc Espie |
2009-12-31 | complain if we see weird @libs (so, not in system). | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-11-29 | show missing libraries as "|detail" for the can't install message. | Marc Espie |
2009-11-29 | have SharedLibs use state to print error messages. | Marc Espie |
2009-11-28 | rework display of missing libs some more: first show the libraries, then | Marc Espie |
2009-11-28 | remove redundant message | Marc Espie |
2009-11-17 | trim more, we already display a quick message for the missing lib elsewhere. | Marc Espie |
2009-11-17 | shorter message when we don't find library, and stash it away to avoid | Marc Espie |
2009-11-11 | vsystem, system, unlink can mostly go through state, and do the ->clear part | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2007-10-06 | finish loop as soon as the ldconfig search directories have been found. | Steven Mestdagh |
2007-09-28 | nit | Marc Espie |
2007-06-20 | sprinkle code to deal gracefully with absent packing-lists. | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-06 | augment reporting of bad problems so that it works with system libs. | Marc Espie |
2007-06-04 | zap extra param | Marc Espie |
2007-06-04 | minor tweak, use one single print. Build character strings instead. | Marc Espie |
2007-06-04 | slight refactor to remove duplicate code. | Marc Espie |
2007-06-04 | shorten message a bit, give it a chance to fit on one line. | Marc Espie |
2007-06-04 | more efficient regexps: anchor stuff at both ends, be more specific in | Marc Espie |
2007-06-04 | zap extra parameter that nothing uses. | Marc Espie |
2007-06-04 | error code: if we can't find a given libspec, we look through all | Marc Espie |
2007-06-04 | avoid parsing libraries by hand. | Marc Espie |
2007-06-04 | I am on drugs, I don't know where I found split can take strings as | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-23 | fiddle with SharedLibs name, put common code into a common place in | Marc Espie |
2007-05-23 | use autovivify | Marc Espie |
2007-05-14 | remove unneeded quotes | Marc Espie |
2007-05-07 | use one single list for system directories. | Marc Espie |
2007-05-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2005-08-16 | make sure libs get registered if we take a shortcut and don't reinstall | Marc Espie |