pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun  7 21:37:18 UTC 2025

Modified Files:
        pkgsrc/textproc/enchant2: Makefile distinfo

Log Message:
enchant2: update to 2.8.6.

2.8.6 (May 30, 2025)
--------------------

This release fixes an internal bug where an ABI was incorrectly specified,
causing errors on some systems, in particular big-endian ones. Thanks to
Pranav P for the fix.

The program tests (for enchant(1)) have been fixed to work on a wider
range of systems and with more spelling providers.

The Doxygen documentation has been updated.

2.8.5 (May 25, 2025)
--------------------

This release fixes relocatability for BSDs (including macOS), and fixes the
build system to make relocatability work better on Windows in some
environments.

The build system has been updated to detect MSVC’s C++11 support correctly.

Some incorrect documentation was removed from enchant.h: Enchant does not
automatically reject words containing non-letters not in the list returned
by enchant_dict_get_extra_word_characters (though it is likely that most
back-ends will consider them mis-spellings at best!).

The enchant(1) program now has tests, and the error message when the command
line is invalid has been improved.

There are some minor improvements to the build system.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/enchant2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.48 pkgsrc/textproc/enchant2/Makefile:1.49
--- pkgsrc/textproc/enchant2/Makefile:1.48      Sun May  4 14:39:06 2025
+++ pkgsrc/textproc/enchant2/Makefile   Sat Jun  7 21:37:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/05/04 14:39:06 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2025/06/07 21:37:18 wiz Exp $
 
-DISTNAME=              enchant-2.8.4
+DISTNAME=              enchant-2.8.6
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=rrthomas/}

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.33 pkgsrc/textproc/enchant2/distinfo:1.34
--- pkgsrc/textproc/enchant2/distinfo:1.33      Sun May  4 14:39:06 2025
+++ pkgsrc/textproc/enchant2/distinfo   Sat Jun  7 21:37:18 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2025/05/04 14:39:06 wiz Exp $
+$NetBSD: distinfo,v 1.34 2025/06/07 21:37:18 wiz Exp $
 
-BLAKE2s (enchant-2.8.4.tar.gz) = 36aaa71315f23120b4775a4aa8756b0c77327fde3f9a5d7018d2d31c569ea994
-SHA512 (enchant-2.8.4.tar.gz) = a016cc06a13969495e8d600d00c07418b857379818862a3ce5ed900e1984cbc04c176c713358ce2250cc3f7934479817b015b218df284891f7ceb6a93c04182d
-Size (enchant-2.8.4.tar.gz) = 1202189 bytes
+BLAKE2s (enchant-2.8.6.tar.gz) = 76b1db2ddf424d258754111b6046060e23f06a161d29ec7b5fdf0229b4feabad
+SHA512 (enchant-2.8.6.tar.gz) = 92b0bc1c04b4d3de8529461e68cb165d487938af301760db6c51e2aa8787cafb12a82850f799968bb920ae58880b48256d4c1805acc30bd6ee07575d34c1e8a9
+Size (enchant-2.8.6.tar.gz) = 1259835 bytes
 SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775



Home | Main Index | Thread Index | Old Index