On 20/01/2026 17:14, Carlo B. via Cygwin-apps wrote:
Hello,
I'm contributing an update for Meson package to version "1.10.1-1".
Changes:
- to the ".cygport" file, just changed to version to "1.10.1".
- when using cygport for making packages with Meson, this message is
printed on the console:
DEPRECATION: "pkgconfig" entry is deprecated and should be replaced by
"pkg-config"
This warning was added in meson 1.3.0, but I guess it only shows up when
cross-compiling, which is probably why it's not been reported before.
so, I simply replaced the "pkgconfig" with "pkg-config" into the cross files.
The included patch still applies nicely, so it has not been changed.
I attached the patch for these changes here.
I hope that the maintainer of the Meson package will find this report useful.
Thanks. I applied this change to the cross-file.
I think I'll try to package some of the intermediate versions, though.
just in case I need to look for regressions later.