From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gettext: Update to version 0.22.5 Date: Fri, 12 Jul 2024 21:02:18 +0200 Message-ID: <20240712190218.3305410-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8282950076797080405==" List-Id: --===============8282950076797080405== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.22.4 to 0.22.5 - Update of rootfile - Changelog 0.22.5 * The replacements for the printf()/fprintf()/... functions that are provided through on native Windows and NetBSD now enable GCC's format string analysis (-Wformat). * Bug fixes: - xgettext's processing of Vala files with printf method invocations has been corrected (regression in 0.22). - Build fixes on macOS. Signed-off-by: Adolf Belka --- config/rootfiles/common/gettext | 29 ++++++++++++----------------- lfs/gettext | 15 +++++++++++---- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/config/rootfiles/common/gettext b/config/rootfiles/common/gettext index 31dcfa033..8b5f2aa28 100644 --- a/config/rootfiles/common/gettext +++ b/config/rootfiles/common/gettext @@ -33,25 +33,20 @@ usr/bin/gettext.sh #usr/lib/gettext/project-id #usr/lib/gettext/urlget #usr/lib/gettext/user-email -#usr/lib/libasprintf.a #usr/lib/libasprintf.la #usr/lib/libasprintf.so usr/lib/libasprintf.so.0 usr/lib/libasprintf.so.0.0.0 -usr/lib/libgettextlib-0.22.4.so -usr/lib/libgettextlib.a +usr/lib/libgettextlib-0.22.5.so #usr/lib/libgettextlib.la #usr/lib/libgettextlib.so -#usr/lib/libgettextpo.a #usr/lib/libgettextpo.la #usr/lib/libgettextpo.so usr/lib/libgettextpo.so.0 usr/lib/libgettextpo.so.0.5.10 -usr/lib/libgettextsrc-0.22.4.so -#usr/lib/libgettextsrc.a +usr/lib/libgettextsrc-0.22.5.so #usr/lib/libgettextsrc.la usr/lib/libgettextsrc.so -#usr/lib/libtextstyle.a #usr/lib/libtextstyle.la #usr/lib/libtextstyle.so usr/lib/libtextstyle.so.0 @@ -1986,16 +1981,16 @@ usr/lib/preloadable_libintl.so #usr/share/doc/libtextstyle/libtextstyle_abt.html #usr/share/doc/libtextstyle/libtextstyle_toc.html #usr/share/gettext -#usr/share/gettext-0.22.4 -#usr/share/gettext-0.22.4/its -#usr/share/gettext-0.22.4/its/glade.loc -#usr/share/gettext-0.22.4/its/glade1.its -#usr/share/gettext-0.22.4/its/glade2.its -#usr/share/gettext-0.22.4/its/gsettings.its -#usr/share/gettext-0.22.4/its/gsettings.loc -#usr/share/gettext-0.22.4/its/gtkbuilder.its -#usr/share/gettext-0.22.4/its/metainfo.its -#usr/share/gettext-0.22.4/its/metainfo.loc +#usr/share/gettext-0.22.5 +#usr/share/gettext-0.22.5/its +#usr/share/gettext-0.22.5/its/glade.loc +#usr/share/gettext-0.22.5/its/glade1.its +#usr/share/gettext-0.22.5/its/glade2.its +#usr/share/gettext-0.22.5/its/gsettings.its +#usr/share/gettext-0.22.5/its/gsettings.loc +#usr/share/gettext-0.22.5/its/gtkbuilder.its +#usr/share/gettext-0.22.5/its/metainfo.its +#usr/share/gettext-0.22.5/its/metainfo.loc #usr/share/gettext/ABOUT-NLS #usr/share/gettext/archive.dir.tar.xz #usr/share/gettext/config.rpath diff --git a/lfs/gettext b/lfs/gettext index fb7462b5e..30f3d64c5 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.22.4 +VER =3D 0.22.5 =20 THISAPP =3D gettext-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -35,10 +35,17 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) # ifeq "$(ROOT)" "" TARGET =3D $(DIR_INFO)/$(THISAPP) - EXTRA_CONFIG =3D --prefix=3D/usr --disable-nls + EXTRA_CONFIG =3D \ + --prefix=3D/usr \ + --disable-static \ + --disable-nls else TARGET =3D $(DIR_INFO)/$(THISAPP)-tools - EXTRA_CONFIG =3D --prefix=3D$(TOOLS_DIR) --disable-shared --disable-nls --= build=3D$(BUILDTARGET) + EXTRA_CONFIG =3D \ + --prefix=3D$(TOOLS_DIR) \ + --disable-shared \ + --disable-nls \ + --build=3D$(BUILDTARGET) endif =20 ############################################################################= ### @@ -49,7 +56,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 3f93aa5aef8e40d2e01acaa5aeed11efefd0de43ea26d084a0b9e7= 43019685f7584d8e1bf05c1fd5772a5576d21ee1f052b81366f52c7827b6d14bd4d9890edc +$(DL_FILE)_BLAKE2 =3D 18c383518f5a78b5c04cf76de976524da2a87a892a30d6386778bb= 4c7dd526ffc3f14f484906c5d3a513b7caf76ea560e53962b325e552182d6940055d798f24 =20 install : $(TARGET) =20 --=20 2.45.2 --===============8282950076797080405==--