If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.
This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
* [botan] Use bash from PATH rather then /bin (microsoft/vcpkg#32284)
The configure script used to invoke python during the build process contains
a shebang that invokes /bin/bash independend of whatever bash would usually
resolve to.
This breaks compilation on FreeBSD, where bash isn't part of the operating
system.
Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash
command by iterating PATH.
* [botan] bump portrevision (microsoft/vcpkg#32284)
* [botan] regenerate versions repository (microsoft/vcpkg#32284)
* Use higher level maintainer functions, cleanup
* Update
* Check vcpkg version
* Only static linkage on mingw
* Fix zlib linkage
* Patch for command line lenght issue
* [botan] Fix debug info
- Embed debug info into object files.
- Enable debug info for release builds.
- Pass-through C++ build flags.
Fixes#12088
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [vcpkg baseline][omplapp] Fix dependencies, add features
* version
* [sdformat9] Add the required dependency urdfdom-headers
* [ignition-math6] Fix build error
* version
* [botan] Fix the pkgconfig again
* version
* many ports: Fix pkgconfig files location
* Use rename in botan rather than install plus delete.
* Delete the duplicate share/pkgconfig files in cppad *after* vcpkg_fixup_pkgconfig.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>