summaryrefslogtreecommitdiff
path: root/usr.bin/pkg-config
AgeCommit message (Expand)Author
2009-06-21fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara buildChris Kuethe
2008-10-26- make pkg-config recognize --short-errorsJasper Lievisse Adriaanse
2008-09-06Calling --help shouldn't be an error condition, so exit with status 0Simon Bertrang
2008-08-21Add an optional separator to stringize() and use it from do_list() toSimon Bertrang
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-15- add missing word: from alek; ok sturmJason McIntyre
2007-02-18missing full stop; from Daniel MaticJason McIntyre
2007-02-01handle errors reading .pc files in --list gracefully.Marc Espie
2006-12-16tweak slightly: not having the variable is okay, not finding the packageMarc Espie
2006-12-16it's not an error for a variable not to be defined for some/all of theMarc Espie
2006-12-14do not display result if $rc != 0, fixes cases likeMarc Espie
2006-12-14add PKG_CONFIG_LIBDIR, okay bernd@Marc Espie
2006-12-10trivial change: comparing versions on a non-existent config is not a goodMarc Espie
2006-12-09reorg code some more:Marc Espie
2006-12-04do the proper dance to order libary dependencies, let modversion doMarc Espie
2006-12-04retreive -> retrieve; from daniel maticJason McIntyre
2006-12-02typo in error messageMarc Espie
2006-12-02rely on PkgConfig.pm, and so really parse the *.pc files.Marc Espie
2006-12-01make things vaguely declared where they belongMarc Espie
2006-11-29- tweak text on which options are defaultJason McIntyre
2006-11-29typo;Jason McIntyre
2006-11-29- sort options (discussed with ckuethe)Jason McIntyre
2006-11-28tweaks;Jason McIntyre
2006-11-28Remove a debug print i accidentally left behindChris Kuethe
2006-11-28Sync usage with manpageChris Kuethe
2006-11-28Add the --silence-errors option. Found by naddy@Chris Kuethe
2006-11-28Nicer descriptions of --atleast*version and and --existsChris Kuethe
2006-11-28Allow "pkg-config --modversion" to work. Reported by naddy@Chris Kuethe
2006-11-28Move a sentence and talk a bit about dependency resolution.Chris Kuethe
2006-11-28Initial version of a manpage. More options will be described as they areChris Kuethe
2006-11-27$OpenBSD$ tagChris Kuethe
2006-11-27stylistic clean-ups.Marc Espie
2006-11-27better man page based on another script MakefileTheo de Raadt
2006-11-27When a package is not found, exit with an error code. Allows things likeChris Kuethe
2006-11-27forgot about obj dirs. thanks matthieuChris Kuethe
2006-11-27Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATHChris Kuethe
2006-11-27Yet Another pkg-config program, this time as a perl script.Chris Kuethe