Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Libidn2] disable documentation #17419

Merged
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
2 changes: 2 additions & 0 deletions ports/libidn2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions ports/libidn2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3166,7 +3166,7 @@
},
"libidn2": {
"baseline": "2.3.0",
"port-version": 2
"port-version": 3
},
"libigl": {
"baseline": "2.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libidn2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cad738e7d2fff6e1ac7c8a2bec14160aa127336f",
"version": "2.3.0",
"port-version": 3
},
{
"git-tree": "6f5a62105488c9eb440e97c4d49a1ac6c8fa996c",
"version-string": "2.3.0",
Expand Down