Skip to content

Commit 43d664a

Browse files
authored
[civetweb] Update to version 1.12 (#10591)
1 parent 400957f commit 43d664a

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

ports/civetweb/CONTROL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Source: civetweb
2-
Version: 2019-07-05-1
2+
Version: 1.12
3+
Homepage: https://github.com/civetweb/civetweb
34
Description: Easy to use, powerful, C/C++ embeddable web server.
45
Supports: !uwp
56

ports/civetweb/portfile.cmake

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
include(vcpkg_common_functions)
2-
31
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
42

5-
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
6-
message(FATAL_ERROR "${PORT} does not currently support UWP")
7-
endif()
3+
vcpkg_fail_port_install(MESSAGE "${PORT} does not currently support UWP" ON_TARGET "UWP")
84

95
vcpkg_from_github(
106
OUT_SOURCE_PATH SOURCE_PATH
117
REPO civetweb/civetweb
12-
REF 2c1caa6e690bfe3b435a10c372ab2dcd14b872e8
13-
SHA512 bfd37906f85c10649108f83e755f28f058c0c27b0d597e6eb82f097db7fa043f6014984f1735c904d0e01c8a5e0dc45f1c57c1fb45b08bce78f42539e19160d6
8+
REF 4b440a339979852d5a51fb11a822952712231c23 # v1.12
9+
SHA512 02b77cb7140eaab9c7d34461ec2e5ea3354601e369be424a48f4734acbd4f77a450b969ed7a0c0940fcac1900c3d78bae26e29dd6a396189862075781917f428
1410
HEAD_REF master
1511
)
1612

@@ -39,6 +35,6 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/civetweb)
3935
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
4036

4137
# Handle copyright
42-
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/civetweb/copyright COPYONLY)
38+
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
4339

4440
vcpkg_copy_pdbs()

scripts/ci.baseline.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,7 @@ chmlib:arm-uwp=fail
233233
chmlib:x64-uwp=fail
234234
civetweb:arm64-windows = skip
235235
civetweb:arm-uwp = skip
236-
civetweb:x64-linux = skip
237-
civetweb:x64-osx = skip
238236
civetweb:x64-uwp = skip
239-
civetweb:x64-windows = skip
240-
civetweb:x64-windows-static = skip
241-
civetweb:x86-windows = skip
242237
clapack:x64-uwp=fail
243238
clblast:x64-osx=ignore
244239
clblast:x64-linux=fail

0 commit comments

Comments
 (0)