summaryrefslogtreecommitdiff
path: root/usr.bin/pkg-config
AgeCommit message (Expand)Author
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
2011-06-20- implement --static, and preserve dependency order,Jasper Lievisse Adriaanse
2011-06-16- finally unconfuse emacs by using parentheses for split()Jasper Lievisse Adriaanse
2011-06-16fix printrequiresprivate-mode name in a testJasper Lievisse Adriaanse
2011-06-15- only process Requires.private if needed (--cflags, --static or --print-requ...Jasper Lievisse Adriaanse
2011-06-12tweak the virtual pkg-config configJasper Lievisse Adriaanse
2011-06-12- rename pr_* to say_* to be consistent with perl (prompted by espie@)Jasper Lievisse Adriaanse
2011-06-12- Rename $D to $mode{debug} for consistency.Jasper Lievisse Adriaanse
2011-06-12- fix commentJasper Lievisse Adriaanse
2011-06-12- fix version comparison by adjusting the regex which decides aboutJasper Lievisse Adriaanse
2011-06-11- add check for empty filesJasper Lievisse Adriaanse
2011-06-09*** empty log message ***Jasper Lievisse Adriaanse
2011-06-09whitespace cleanupJasper Lievisse Adriaanse
2011-06-09fix version comparison when we ask for "alpha > 0.1.0" and the version ofJasper Lievisse Adriaanse
2011-06-07revert 'rc' handling for now, as it breaks iaxclient.Jasper Lievisse Adriaanse
2011-06-07prevent stringize from messing up the Name fieldJasper Lievisse Adriaanse
2011-06-07Don't try to parse the requirements for a module if only modversion orJasper Lievisse Adriaanse
2011-06-06fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrectJasper Lievisse Adriaanse
2011-06-06rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.oJasper Lievisse Adriaanse
2011-06-06fix spello in...er...my own name.Jasper Lievisse Adriaanse
2011-06-06Add AUTHORS sectionJasper Lievisse Adriaanse
2011-06-06- style tweaks by espie@Jasper Lievisse Adriaanse
2011-06-06move simple numeric comparison to a single routine, instead of duplicating itJasper Lievisse Adriaanse
2011-06-06also handle the 'rc' suffixJasper Lievisse Adriaanse
2011-06-06First steps of teaching pkg-config about 'alpha' and 'beta' versions.Jasper Lievisse Adriaanse
2011-06-02Revert previous; changes linking order for pkg-config --libs, breaking X on VAX.Stuart Henderson
2011-05-25memoize handle_config; is not a slow routine per se, but we spendJasper Lievisse Adriaanse
2011-05-18Simplify code in handle_config() by folding two almost identicalJasper Lievisse Adriaanse
2011-03-21fix audacity. Make specs like >= 0.14.2b kosherMarc Espie