Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/civetweb/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: civetweb
Version: 2019-07-05-1
Version: 1.12
Homepage: https://github.com/civetweb/civetweb
Description: Easy to use, powerful, C/C++ embeddable web server.
Supports: !uwp

Expand Down
12 changes: 4 additions & 8 deletions ports/civetweb/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
include(vcpkg_common_functions)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "${PORT} does not currently support UWP")
endif()
vcpkg_fail_port_install(MESSAGE "${PORT} does not currently support UWP" ON_TARGET "UWP")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO civetweb/civetweb
REF 2c1caa6e690bfe3b435a10c372ab2dcd14b872e8
SHA512 bfd37906f85c10649108f83e755f28f058c0c27b0d597e6eb82f097db7fa043f6014984f1735c904d0e01c8a5e0dc45f1c57c1fb45b08bce78f42539e19160d6
REF 4b440a339979852d5a51fb11a822952712231c23 # v1.12
SHA512 02b77cb7140eaab9c7d34461ec2e5ea3354601e369be424a48f4734acbd4f77a450b969ed7a0c0940fcac1900c3d78bae26e29dd6a396189862075781917f428
HEAD_REF master
)

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

# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/civetweb/copyright COPYONLY)
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_copy_pdbs()
5 changes: 0 additions & 5 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,7 @@ chmlib:arm-uwp=fail
chmlib:x64-uwp=fail
civetweb:arm64-windows = skip
civetweb:arm-uwp = skip
civetweb:x64-linux = skip
civetweb:x64-osx = skip
civetweb:x64-uwp = skip
civetweb:x64-windows = skip
civetweb:x64-windows-static = skip
civetweb:x86-windows = skip
clapack:x64-uwp=fail
clblast:x64-osx=ignore
clblast:x64-linux=fail
Expand Down