* [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)
* [libssh] Update to 0.10.5
* Fix pc file for mingw on linux
* Fix exported config
* Update ci baseline
* Update usage
* Revert "Update ci baseline"
---------
Co-authored-by: Cheney-Wang <850426846@qq.com>
* Add sort port for sort.h
[sort.h](https://github.com/swenson/sort) is a fast C header library
with many different sorting algorithms.
There's not a build process, so the port is just copying the header
file.
Most people usually just copied the header into their project, but I
thought having a vcpkg might make it easier to use sort.h
* Move sort to swenson-sort
* Add port files
* Add version and git-tree
* New sha for package
* Update git-tree
* Update release sha512
* Update git-tree
* New pkg as per PR review
* And the usual git-tree
* More code review fixes
* More git-tree stuff
* [qt5-webengine] remove build_3.with_missing_stdbool_include.patch from qt5-webengine
* [qt5-webengine] remove workaround-msvc2022-ice.patch from qt5-webengine
* [qt5-webengine] increase port version number
* [qt5-webengine] updated versions to include qt5-webengine port version 5.15.10#1
* [sfml] Update SFML to 2.6.0
- SFML 2.6.0 was just released
- The ARM64 patch for macOS is no longer needed
- Add extra Linux dependency hint
- Fix GitHub URL casing
* [sfml] Update version database
* add vcpkg-msbuild
* v db
* Apply some suggestions from code review
* revert v db and format manifest
* v db
* fix missing rename
* v db
* revert back to USE_MSVC_SYNTAX_ON_WINDOWS
* v db
* Fix logic
* v db
* Update versions/v-/vcpkg-msbuild.json
* Apply suggestions from code review
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* remove include destination since it wasn't used any way
* v db
---------
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* [opencascade] Fix feature dependence
* update version
* update version
* Apply suggesstion
* update version
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>