Skip to content
Closed
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/libmicrohttpd/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Source: libmicrohttpd
Version: 0.9.63-3
Version: 0.9.63
Port-Version: 4
Homepage: https://www.gnu.org/software/libmicrohttpd/
Description: GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application
Supports: !(arm|uwp)
2 changes: 1 addition & 1 deletion ports/libmicrohttpd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (VCPKG_TARGET_IS_WINDOWS)

file(GLOB MICROHTTPD_HEADERS ${SOURCE_PATH}/src/include/*h)
foreach(MICROHTTPD_HEADER ${MICROHTTPD_HEADERS})
file(COPY ${MICROHTTPD_HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY ${MICROHTTPD_HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include/libmicrohttpd)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving the headers into a subfolder would break all existing users; it turns out that the problematic headers are not intended for installation, so the better solution is to simply not install those.

See #12455

endforeach()
else()
vcpkg_configure_make(
Expand Down
1 change: 1 addition & 0 deletions ports/nrf-ble-driver/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: nrf-ble-driver
Version: 4.1.2
Port-Version: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to changes in the CI system, we no longer need to trigger rebuilds of failed ports this way.

Description: BLE driver is a library for Bluetooth Low Energy communication using Nordic Semiconductor development kits.
Build-Depends: spdlog, catch2, cli11, asio