From 84e5852cfaa8e7875027e79a29a5534bb5d4a475 Mon Sep 17 00:00:00 2001 From: Ilya Arzhannikov Date: Sun, 25 Apr 2021 09:19:50 +0200 Subject: [PATCH] [Libidn2] disable documentation (#17419) Co-authored-by: Ilya Arzhannikov --- ports/libidn2/portfile.cmake | 2 ++ ports/libidn2/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/l-/libidn2.json | 5 +++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ports/libidn2/portfile.cmake b/ports/libidn2/portfile.cmake index 9509d66757..55946fcc95 100644 --- a/ports/libidn2/portfile.cmake +++ b/ports/libidn2/portfile.cmake @@ -48,12 +48,14 @@ if (VCPKG_TARGET_IS_WINDOWS) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) else() + set(ENV{GTKDOCIZE} true) vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} AUTOCONFIG COPY_SOURCE OPTIONS --with-libiconv-prefix=${CURRENT_INSTALLED_DIR} + --disable-gtk-doc ) vcpkg_install_make() diff --git a/ports/libidn2/vcpkg.json b/ports/libidn2/vcpkg.json index 5b5a6b6398..b39058a5d9 100644 --- a/ports/libidn2/vcpkg.json +++ b/ports/libidn2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libidn2", - "version-string": "2.3.0", - "port-version": 2, + "version": "2.3.0", + "port-version": 3, "description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.", "homepage": "https://www.gnu.org/software/libidn/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index e96d9fa02a..09f969c6a9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3166,7 +3166,7 @@ }, "libidn2": { "baseline": "2.3.0", - "port-version": 2 + "port-version": 3 }, "libigl": { "baseline": "2.2.0", diff --git a/versions/l-/libidn2.json b/versions/l-/libidn2.json index 688c8a1ace..8c85492c96 100644 --- a/versions/l-/libidn2.json +++ b/versions/l-/libidn2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cad738e7d2fff6e1ac7c8a2bec14160aa127336f", + "version": "2.3.0", + "port-version": 3 + }, { "git-tree": "6f5a62105488c9eb440e97c4d49a1ac6c8fa996c", "version-string": "2.3.0",