summaryrefslogtreecommitdiff
path: root/usr.bin/pkg-config
AgeCommit message (Expand)Author
2024-02-11In pkg-config, accept both "CFlags:" and "Cflags:"George Koehler
2023-09-22small speed increase: do not bother substituting variables if there are none.Marc Espie
2023-09-22significantly increase the speed of pkg-config by not going to the envMarc Espie
2023-06-08move to perl use v5.36Marc Espie
2023-01-25Fix CVE-2023-24056, unbounded variable expansion in pkg-config.Todd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-12-26Fix unexpanded LOCALBASE and X11BASEKlemens Nanni
2020-09-15bump version to 0.29.2, of the changes upstream made between 0.29.1 and 0.29.2Jasper Lievisse Adriaanse
2020-09-12trailing whitespaceJasper Lievisse Adriaanse
2019-12-08cosmetic changes to conform to style of other existing OpenBSD code.Marc Espie
2019-08-02add the missing .An -nosplitIngo Schwarze
2019-02-04add support for defining variables through the environmentJasper Lievisse Adriaanse
2019-02-04implement compat with fd.o pkg-config 0.29.0:Jasper Lievisse Adriaanse
2018-05-18negative assertions only work well on constant-width regexp, do thingsMarc Espie
2017-08-26Don't remove subpaths of /usr/include or /usr/lib from the output ofJonathan Gray
2017-08-15Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output.Jasper Lievisse Adriaanse
2017-08-15remove vax leftoverJasper Lievisse Adriaanse
2016-08-07Update online manual path to man.openbsd.org.Theo Buehler
2015-10-26Don't reject properties with no whitespace after the colon; it's perfectlyJasper Lievisse Adriaanse
2015-10-11handle comma separated list of arguments, i.e. pkg-config --exists gcr-3,gcr-...Jasper Lievisse Adriaanse
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2014-11-17Activate support for "package != version" requests, this time withJeremie Courreges-Anglas
2014-11-02revert, i did NOT ok this diff which bears no proof of testing in a bulk or x...Jasper Lievisse Adriaanse
2014-11-02Allow for requests such as "foo != some.version".Jeremie Courreges-Anglas
2014-07-10fix version comparison for openssl-like versions (1.0.1g etc)Jasper Lievisse Adriaanse
2014-07-09small alignment tweakJasper Lievisse Adriaanse
2014-03-31if it looks like a variable, expands like a variable and resolves like aJasper Lievisse Adriaanse
2014-03-18zap "my $_" for reading STDIN.Marc Espie
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-12drop any quotes from variables when pulling them out of the .pc file;Jasper Lievisse Adriaanse
2013-05-30adjust error message for empty files to display the full path to the file,Jasper Lievisse Adriaanse
2013-03-31m88k has shared libs now.Brad Smith
2013-03-28allow passing a full path to a .pc file, instead of just the module name.Jasper Lievisse Adriaanse
2012-12-10Document --{exact,max}-versionJasper Lievisse Adriaanse
2012-12-08fix a pasto which broke (or rather, disabled) --max-versionJasper Lievisse Adriaanse
2012-10-09- bump the version to match fd.o's 0.27.1 release.Jasper Lievisse Adriaanse
2012-10-09- also check Requires.private for --exists.Jasper Lievisse Adriaanse
2012-07-28Return a proper error message when we end up needed to parseJasper Lievisse Adriaanse
2012-07-08zap weird precision (if provided) that's not really relevant to anythingMarc Espie
2012-07-08Remove the "Variables" chapter from CAVEATS now that it's been fixed.Antoine Jacoutot
2012-07-08fix ajacoutot's whining (i wish...)Marc Espie
2012-07-04fix the static arch fix. don't remove duplicates, but don't forget toMarc Espie
2012-06-11move PkgConfig.pm where it belongsMarc Espie
2012-03-19GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 yearsAntoine Jacoutot
2011-11-17 - Fix parts of xenocara on static arches such as vax.Jasper Lievisse Adriaanse
2011-09-25tweak previous; ok jasperJason McIntyre
2011-09-20add a blurb to caveats about variable expansions to multiple valuesJasper Lievisse Adriaanse
2011-07-08- pretend we're 0.26. there were no changes in 0.26 thatJasper Lievisse Adriaanse
2011-06-25add CAVEATS section explaining some of the differences between thisJasper Lievisse Adriaanse
2011-06-20- Adjust Getopts() hash to align options with values.Jasper Lievisse Adriaanse