Date: Mon, 15 Jun 2026 18:47:13 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: abea90ffb233 - main - textproc/lttoolbox: Update version 3.8.0=>3.8.2 Message-ID: <6a3048b1.2436a.223686d0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=abea90ffb233307e8cbf4660f6c315f048b09fa6 commit abea90ffb233307e8cbf4660f6c315f048b09fa6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-06-15 17:25:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-06-15 18:46:53 +0000 textproc/lttoolbox: Update version 3.8.0=>3.8.2 Changelog: https://github.com/apertium/lttoolbox/releases/tag/v3.8.2 --- textproc/lttoolbox/Makefile | 3 +-- textproc/lttoolbox/distinfo | 6 +++--- .../lttoolbox/files/patch-lttoolbox_lt__comp.cc | 21 ++++++++++----------- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index e98a9475e312..e024928e508a 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -1,6 +1,5 @@ PORTNAME= lttoolbox -DISTVERSION= 3.8.0 -PORTREVISION= 1 +DISTVERSION= 3.8.2 CATEGORIES= textproc MASTER_SITES= https://github.com/apertium/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/textproc/lttoolbox/distinfo b/textproc/lttoolbox/distinfo index 6c210ce18999..2ef8a87cdda8 100644 --- a/textproc/lttoolbox/distinfo +++ b/textproc/lttoolbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744531039 -SHA256 (lttoolbox-3.8.0.tar.bz2) = 0bbe13c9798b937acad902c2ff39e38c13c061ad2247ba44cde289ddc95e1534 -SIZE (lttoolbox-3.8.0.tar.bz2) = 157338 +TIMESTAMP = 1781544160 +SHA256 (lttoolbox-3.8.2.tar.bz2) = 7028dbbcda6c49467378d47784092ef8aba9a59d53e78102742d1edb7c5ff21b +SIZE (lttoolbox-3.8.2.tar.bz2) = 157342 diff --git a/textproc/lttoolbox/files/patch-lttoolbox_lt__comp.cc b/textproc/lttoolbox/files/patch-lttoolbox_lt__comp.cc index 11e2fa496cd2..d967bd62cbc3 100644 --- a/textproc/lttoolbox/files/patch-lttoolbox_lt__comp.cc +++ b/textproc/lttoolbox/files/patch-lttoolbox_lt__comp.cc @@ -1,4 +1,4 @@ ---- lttoolbox/lt_comp.cc.orig 2025-04-05 18:21:01 UTC +--- lttoolbox/lt_comp.cc.orig 2025-07-26 16:26:30 UTC +++ lttoolbox/lt_comp.cc @@ -19,6 +19,7 @@ #include <lttoolbox/lt_locale.h> @@ -8,16 +8,15 @@ #include <iostream> -@@ -119,7 +120,11 @@ int main(int argc, char *argv[]) - std::cerr << "Error: Cannot not open file '" << infile << "'." << std::endl << std::endl; - exit(EXIT_FAILURE); - } -- initGenericErrorDefaultFunc(NULL); +@@ -104,6 +105,11 @@ int main(int argc, char *argv[]) + reader = xmlReaderForFile(infile.c_str(), NULL, 0); + xmlGenericErrorFunc handler = (xmlGenericErrorFunc)errorFunc; + initGenericErrorDefaultFunc(&handler); +#if LIBXML_VERSION < 21200 -+ initGenericErrorDefaultFunc(NULL); ++ initGenericErrorDefaultFunc(NULL); +#else -+ xmlSetGenericErrorFunc(NULL, handler); // match new signature if needed ++ xmlSetGenericErrorFunc(NULL, handler); // match new signature if needed +#endif - - - if(opc == "lr") + if(reader != NULL) + { + int ret = xmlTextReaderRead(reader);home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3048b1.2436a.223686d0>
