CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/28 03:06:01
Modified files:
usr.bin/pkgconf/cli: core.c main.c
usr.bin/pkgconf/libpkgconf: config.h libpkgconf-api.h
libpkgconf.h path.c pkg.c stdinc.h
Log message:
Update to pkgconf 3.0.6
This mostly adds OS/2 support. The only change relevant for OpenBSD is
- --variable accepts multiple modules and prints the requested
variable's value for each module, in argument order. --path and
--print-variables remain limited to a single module.
Which is the diff in cli/core.c. Apart from that little to nothing
changes for us (some #ifdefs cause line numbers to change).
ok djm