Age | Commit message (Expand) | Author |
2011-03-14 | whitespace cleanup | Jasper Lievisse Adriaanse |
2011-03-14 | - implement PKG_CONFIG_SYSROOT_DIR | Jasper Lievisse Adriaanse |
2011-03-10 | - make this easier to read | Jasper Lievisse Adriaanse |
2011-03-10 | - implement several more options that will be needed to bump to 0.24 | Jasper Lievisse Adriaanse |
2011-03-10 | - document all the environment variables that pkg-config honors | Jasper Lievisse Adriaanse |
2011-03-10 | honor PKG_CONFIG_DEBUG_SPEW, which is like our --debug option | Jasper Lievisse Adriaanse |
2011-03-07 | - style consistency | Jasper Lievisse Adriaanse |
2010-12-28 | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search | Jasper Lievisse Adriaanse |
2010-09-29 | it's valid syntax for .pc files to have: | Jasper Lievisse Adriaanse |
2010-09-18 | claim that we are pkg-config 0.22; ok ajacoutot@ ckuethe@ | Stuart Henderson |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-06-21 | fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara build | Chris Kuethe |
2008-10-26 | - make pkg-config recognize --short-errors | Jasper Lievisse Adriaanse |
2008-09-06 | Calling --help shouldn't be an error condition, so exit with status 0 | Simon Bertrang |
2008-08-21 | Add an optional separator to stringize() and use it from do_list() to | Simon Bertrang |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-15 | - add missing word: from alek; ok sturm | Jason McIntyre |
2007-02-18 | missing full stop; from Daniel Matic | Jason McIntyre |
2007-02-01 | handle errors reading .pc files in --list gracefully. | Marc Espie |
2006-12-16 | tweak slightly: not having the variable is okay, not finding the package | Marc Espie |
2006-12-16 | it's not an error for a variable not to be defined for some/all of the | Marc Espie |
2006-12-14 | do not display result if $rc != 0, fixes cases like | Marc Espie |
2006-12-14 | add PKG_CONFIG_LIBDIR, okay bernd@ | Marc Espie |
2006-12-10 | trivial change: comparing versions on a non-existent config is not a good | Marc Espie |
2006-12-09 | reorg code some more: | Marc Espie |
2006-12-04 | do the proper dance to order libary dependencies, let modversion do | Marc Espie |
2006-12-04 | retreive -> retrieve; from daniel matic | Jason McIntyre |
2006-12-02 | typo in error message | Marc Espie |
2006-12-02 | rely on PkgConfig.pm, and so really parse the *.pc files. | Marc Espie |
2006-12-01 | make things vaguely declared where they belong | Marc Espie |
2006-11-29 | - tweak text on which options are default | Jason McIntyre |
2006-11-29 | typo; | Jason McIntyre |
2006-11-29 | - sort options (discussed with ckuethe) | Jason McIntyre |
2006-11-28 | tweaks; | Jason McIntyre |
2006-11-28 | Remove a debug print i accidentally left behind | Chris Kuethe |
2006-11-28 | Sync usage with manpage | Chris Kuethe |
2006-11-28 | Add the --silence-errors option. Found by naddy@ | Chris Kuethe |
2006-11-28 | Nicer descriptions of --atleast*version and and --exists | Chris Kuethe |
2006-11-28 | Allow "pkg-config --modversion" to work. Reported by naddy@ | Chris Kuethe |
2006-11-28 | Move a sentence and talk a bit about dependency resolution. | Chris Kuethe |
2006-11-28 | Initial version of a manpage. More options will be described as they are | Chris Kuethe |
2006-11-27 | $OpenBSD$ tag | Chris Kuethe |
2006-11-27 | stylistic clean-ups. | Marc Espie |
2006-11-27 | better man page based on another script Makefile | Theo de Raadt |
2006-11-27 | When a package is not found, exit with an error code. Allows things like | Chris Kuethe |
2006-11-27 | forgot about obj dirs. thanks matthieu | Chris Kuethe |
2006-11-27 | Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATH | Chris Kuethe |
2006-11-27 | Yet Another pkg-config program, this time as a perl script. | Chris Kuethe |