mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
5c12a3bd77
Update `wt` to 4.10.4. * Remove outdated `0002-link-glew.patch` and replace outdated PR #33369. * Fix the following errors: ``` 1> [CMake] CMake Error at F:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package): 1> [CMake] Could not find a package configuration file provided by "wt" with any of 1> [CMake] the following names: 1> [CMake] 1> [CMake] wtConfig.cmake 1> [CMake] wt-config.cmake 1> [CMake] 1> [CMake] Add the installation prefix of "wt" to CMAKE_PREFIX_PATH or set "wt_DIR" to 1> [CMake] a directory containing one of the above files. If "wt" provides a separate 1> [CMake] development package or SDK, be sure it has been installed. 1> [CMake] Call Stack (most recent call first): 1> [CMake] CMakeUsage/CMakeLists.txt:17 (find_package) ``` - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version.~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. All features are tested successfully in the following triplet: ``` x86-windows x64-windows x64-windows-static ``` The usage test passed on `x64-windows` (header files found): ``` wt provides CMake targets: # this is heuristically generated, and may not be correct find_package(wt CONFIG REQUIRED) target_link_libraries(main PRIVATE Wt::Wt Wt::HTTP Wt::Test Wt::Isapi) ``` --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
118 lines
2.2 KiB
JSON
118 lines
2.2 KiB
JSON
{
|
|
"name": "wt",
|
|
"version": "4.10.4",
|
|
"description": "Wt is a C++ library for developing web applications",
|
|
"homepage": "https://github.com/emweb/wt",
|
|
"license": "GPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-array",
|
|
"boost-asio",
|
|
"boost-bind",
|
|
"boost-config",
|
|
"boost-container-hash",
|
|
"boost-filesystem",
|
|
"boost-foreach",
|
|
"boost-fusion",
|
|
"boost-interprocess",
|
|
"boost-lexical-cast",
|
|
"boost-logic",
|
|
"boost-math",
|
|
"boost-multi-index",
|
|
"boost-optional",
|
|
"boost-phoenix",
|
|
"boost-pool",
|
|
"boost-program-options",
|
|
"boost-range",
|
|
"boost-serialization",
|
|
"boost-smart-ptr",
|
|
"boost-spirit",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"boost-tokenizer",
|
|
"boost-tuple",
|
|
"boost-ublas",
|
|
"boost-variant",
|
|
"glew",
|
|
{
|
|
"name": "harfbuzz",
|
|
"platform": "!windows"
|
|
},
|
|
"libharu",
|
|
"libpng",
|
|
{
|
|
"name": "pango",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"openssl"
|
|
],
|
|
"features": {
|
|
"dbo": {
|
|
"description": "Wt::Dbo"
|
|
},
|
|
"graphicsmagick": {
|
|
"description": "WRasterImage support on non-Windows based on GraphicsMagick",
|
|
"dependencies": [
|
|
"graphicsmagick"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "TLS support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"postgresql": {
|
|
"description": "Wt::Dbo PostgreSQL backend",
|
|
"dependencies": [
|
|
"libpq",
|
|
{
|
|
"name": "wt",
|
|
"features": [
|
|
"dbo"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sqlite3": {
|
|
"description": "Wt::Dbo Sqlite 3 backend",
|
|
"dependencies": [
|
|
"sqlite3",
|
|
{
|
|
"name": "wt",
|
|
"features": [
|
|
"dbo"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sqlserver": {
|
|
"description": "Wt::Dbo MS SQL Server backend",
|
|
"dependencies": [
|
|
{
|
|
"name": "unixodbc",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "wt",
|
|
"features": [
|
|
"dbo"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|