From c202ce4d469096bd6d46fe65de74a4737beee01b Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Tue, 2 Jul 2024 20:49:17 +0200 Subject: [PATCH] [libidn2] Fix patch (#39639) --- ports/libidn2/disable-subdirs.patch | 7 ++++--- ports/libidn2/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/l-/libidn2.json | 5 +++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ports/libidn2/disable-subdirs.patch b/ports/libidn2/disable-subdirs.patch index b50282603de86a..212b54643f8e4f 100644 --- a/ports/libidn2/disable-subdirs.patch +++ b/ports/libidn2/disable-subdirs.patch @@ -2,15 +2,16 @@ diff --git a/Makefile.am b/Makefile.am index 3c8179c..f37158c 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -16,6 +16,7 @@ +@@ -15,7 +15,7 @@ + DISTCHECK_CONFIGURE_FLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --disable-gcc-warnings - SUBDIRS = gl unistring lib src examples fuzz po +-SUBDIRS = gl unistring lib src examples fuzz po +SUBDIRS = gl unistring lib src po ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I unistring/m4 EXTRA_DIST = gl/m4/gnulib-cache.m4 -@@ -23,7 +24,6 @@ if ENABLE_DOC +@@ -23,7 +23,6 @@ if ENABLE_DOC SUBDIRS += doc endif diff --git a/ports/libidn2/vcpkg.json b/ports/libidn2/vcpkg.json index f60a0715cdef36..824238d9b166d7 100644 --- a/ports/libidn2/vcpkg.json +++ b/ports/libidn2/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libidn2", "version": "2.3.7", + "port-version": 1, "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/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 6aa61d6d86f27d..07360350318937 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4566,7 +4566,7 @@ }, "libidn2": { "baseline": "2.3.7", - "port-version": 0 + "port-version": 1 }, "libigl": { "baseline": "2.5.0", diff --git a/versions/l-/libidn2.json b/versions/l-/libidn2.json index bac8ca0ed4b54a..fa676786b80cf2 100644 --- a/versions/l-/libidn2.json +++ b/versions/l-/libidn2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a890ad8c5cfa0e4400e7227e85e7ee4e514f7e2b", + "version": "2.3.7", + "port-version": 1 + }, { "git-tree": "e259ea117cae1ad4f2cc28fe863cdafd6d812d40", "version": "2.3.7",