File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
Source: civetweb
2
- Version: 2019-07-05-1
2
+ Version: 1.12
3
+ Homepage: https://github.com/civetweb/civetweb
3
4
Description: Easy to use, powerful, C/C++ embeddable web server.
4
5
Supports: !uwp
5
6
Original file line number Diff line number Diff line change 1
- include (vcpkg_common_functions)
2
-
3
1
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
4
2
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" )
8
4
9
5
vcpkg_from_github(
10
6
OUT_SOURCE_PATH SOURCE_PATH
11
7
REPO civetweb/civetweb
12
- REF 2c1caa6e690bfe3b435a10c372ab2dcd14b872e8
13
- SHA512 bfd37906f85c10649108f83e755f28f058c0c27b0d597e6eb82f097db7fa043f6014984f1735c904d0e01c8a5e0dc45f1c57c1fb45b08bce78f42539e19160d6
8
+ REF 4b440a339979852d5a51fb11a822952712231c23 # v1.12
9
+ SHA512 02b77cb7140eaab9c7d34461ec2e5ea3354601e369be424a48f4734acbd4f77a450b969ed7a0c0940fcac1900c3d78bae26e29dd6a396189862075781917f428
14
10
HEAD_REF master
15
11
)
16
12
@@ -39,6 +35,6 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/civetweb)
39
35
file (REMOVE_RECURSE ${CURRENT_PACKAGES_DIR} /debug/include )
40
36
41
37
# 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 )
43
39
44
40
vcpkg_copy_pdbs()
Original file line number Diff line number Diff line change @@ -233,12 +233,7 @@ chmlib:arm-uwp=fail
233
233
chmlib:x64-uwp=fail
234
234
civetweb:arm64-windows = skip
235
235
civetweb:arm-uwp = skip
236
- civetweb:x64-linux = skip
237
- civetweb:x64-osx = skip
238
236
civetweb:x64-uwp = skip
239
- civetweb:x64-windows = skip
240
- civetweb:x64-windows-static = skip
241
- civetweb:x86-windows = skip
242
237
clapack:x64-uwp=fail
243
238
clblast:x64-osx=ignore
244
239
clblast:x64-linux=fail
You can’t perform that action at this time.
0 commit comments