* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [amqpcpp/leptonica/glibmm] Update to latest version
* Modify the include dir path
* Modify version schemes
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* [amqpcpp] update to 4.3.11
* update version
* add vcpkg.json
* update version
* update amqpcpp.json
* update version
* format manifest
* update version
* [amqpcpp] Add new port
* Force static linkage for amqpcpp
The documentation for this library says that shared linkage on Windows
is unsupported. Furthermore, the build currently errors out on Windows
because shared DLLs are not placed correctly.
vcpkg only supports static linkage on Linux and macOS, so I'm
categorically making amqpcpp build with static linkage on all platforms.
This unifies the platforms and gives consistent behavior