diff --git a/ports/libmicrohttpd/CONTROL b/ports/libmicrohttpd/CONTROL deleted file mode 100644 index 3a77ac72b5f084..00000000000000 --- a/ports/libmicrohttpd/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: libmicrohttpd -Version: 0.9.63 -Port-Version: 5 -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) \ No newline at end of file diff --git a/ports/libmicrohttpd/portfile.cmake b/ports/libmicrohttpd/portfile.cmake index 993ba722b8ecfd..d085673d6eef3c 100644 --- a/ports/libmicrohttpd/portfile.cmake +++ b/ports/libmicrohttpd/portfile.cmake @@ -38,6 +38,8 @@ else() endif() vcpkg_configure_make( SOURCE_PATH "${SOURCE_PATH}" + OPTIONS + --with-gnutls=no ) vcpkg_install_make() diff --git a/ports/libmicrohttpd/vcpkg.json b/ports/libmicrohttpd/vcpkg.json new file mode 100644 index 00000000000000..8b34f45a8d43ac --- /dev/null +++ b/ports/libmicrohttpd/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "libmicrohttpd", + "version-semver": "0.9.63", + "port-version": 6, + "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", + "homepage": "https://www.gnu.org/software/libmicrohttpd/", + "supports": "!(arm | uwp)" +} diff --git a/versions/baseline.json b/versions/baseline.json index fd5049b73f3437..f3620a184da9c4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3274,7 +3274,7 @@ }, "libmicrohttpd": { "baseline": "0.9.63", - "port-version": 5 + "port-version": 6 }, "libmikmod": { "baseline": "3.3.11.1-8", diff --git a/versions/l-/libmicrohttpd.json b/versions/l-/libmicrohttpd.json index 14d69f741cc0f7..3c5cd669291c01 100644 --- a/versions/l-/libmicrohttpd.json +++ b/versions/l-/libmicrohttpd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fb112eb78c0fb2dc196637ee22175a2267039aae", + "version-semver": "0.9.63", + "port-version": 6 + }, { "git-tree": "da43ec88147e3aa99a5d4e7378f0011a92a25ad2", "version-string": "0.9.63",