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:           Mon Jul 13 09:56:48 UTC 2026

Modified Files:
        pkgsrc/textproc/enchant2: Makefile distinfo

Log Message:
enchant2: update to 2.8.19.

2.8.19 (July 7, 2026)
---------------------

This release adds a provider for WinSpell: Windows users can now use the
native system spelling checker via Enchant. Many thanks to Moritz Mechelk
for working on this, and the HexChat authors whose code he used.

The change in the previous release to update the tests and require the use
of C++20 have been reverted. I had not realised how old some systems were
that people are still packaging up-to-date Enchant on! We’re back to
requiring C++11.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.42 -r1.43 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.58 pkgsrc/textproc/enchant2/Makefile:1.59
--- pkgsrc/textproc/enchant2/Makefile:1.58      Sun Jul  5 12:11:13 2026
+++ pkgsrc/textproc/enchant2/Makefile   Mon Jul 13 09:56:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2026/07/05 12:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2026/07/13 09:56:48 wiz Exp $
 
-DISTNAME=              enchant-2.8.18
+DISTNAME=              enchant-2.8.19
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=rrthomas/}
@@ -13,7 +13,7 @@ COMMENT=              Generic spell checking library
 LICENSE=               gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++20
+USE_CXX_FEATURES+=     c++11
 
 USE_TOOLS+=            autoconf gmake groff pkg-config
 USE_PKGLOCALEDIR=      yes

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.42 pkgsrc/textproc/enchant2/distinfo:1.43
--- pkgsrc/textproc/enchant2/distinfo:1.42      Sun Jul  5 12:11:13 2026
+++ pkgsrc/textproc/enchant2/distinfo   Mon Jul 13 09:56:48 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2026/07/05 12:11:13 wiz Exp $
+$NetBSD: distinfo,v 1.43 2026/07/13 09:56:48 wiz Exp $
 
-BLAKE2s (enchant-2.8.18.tar.gz) = 02fc5033ed0b903b9e5f4adc71b3e0e54da614695f55319f78bd51cd609e7a90
-SHA512 (enchant-2.8.18.tar.gz) = f90961b00f86e9a80cd5f6d3f2096bff455845f88466ae151f9474aeaefc5e0a65ff5d9ea96c2d23e33f9e646f988debf761f7fef5eb6013bebb0623c9f5e094
-Size (enchant-2.8.18.tar.gz) = 1268882 bytes
+BLAKE2s (enchant-2.8.19.tar.gz) = 3d810f97a89b145b6b92422ed9098978e06ec275e1bf1d622f7e92626296b6e5
+SHA512 (enchant-2.8.19.tar.gz) = 0aebd255d589637d0947f8832a194457f561e6000fbfdcff57e487f85203b5ddc77458d1eaad84fd8765052264ff2d9b1dbaf5fbce0ca194aa097f4944b302db
+Size (enchant-2.8.19.tar.gz) = 1269754 bytes
 SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775



Home | Main Index | Thread Index | Old Index