Wed Jan 24 16:58:06 2024 UTC (144d)
hfstospell: replace patch that forced c++14 with FORCE_CXX_STD

Patch didn't apply any longer after autoconf update


(wiz)
diff -r1.16 -r1.17 pkgsrc/textproc/hfstospell/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/hfstospell/distinfo
diff -r1.2 -r0 pkgsrc/textproc/hfstospell/patches/patch-configure
Thu Jan 25 01:58:06 2024
Mon Jun 26 19:40:43 2023
pkgsrc/textproc/hfstospell/patches/patch-configure,v

anoncvs not yet been updated

cvs diff -r1.16 -r1.17 pkgsrc/textproc/hfstospell/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/hfstospell/Makefile 2023/11/08 13:21:05 1.16
+++ pkgsrc/textproc/hfstospell/Makefile 2024/01/24 16:58:05 1.17
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2023/11/08 13:21:05 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/01/24 16:58:05 wiz Exp $
 
-GITHUB_PROJECT=	hfst-ospell
 DISTNAME=	hfstospell-0.5.3
 PKGREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hfst/}
+GITHUB_PROJECT=	hfst-ospell
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bsiegert@NetBSD.org
@@ -15,7 +15,9 @@
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config autoreconf autoconf automake aclocal
 USE_LIBTOOL=	yes
-USE_LANGUAGES=	c c++11
+USE_LANGUAGES=	c c++
+
+FORCE_CXX_STD=	c++14
 
 PKGCONFIG_OVERRIDE+=	hfstospell.pc.in
 

cvs diff -r1.7 -r1.8 pkgsrc/textproc/hfstospell/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/hfstospell/distinfo 2023/08/31 18:55:12 1.7
+++ pkgsrc/textproc/hfstospell/distinfo 2024/01/24 16:58:05 1.8
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/31 18:55:12 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2024/01/24 16:58:05 wiz Exp $
 
 BLAKE2s (hfstospell-0.5.3.tar.gz) = b9f17c9d2c995cc87466ad314ac6e53e7b0c6c930a536275544b7f93d8f0a038
 SHA512 (hfstospell-0.5.3.tar.gz) = f25bae6c083894139ba1e3dbd24f010e1c4695bdfe4c2499d31f2f0bd2f5688b662ea15666b46f174fc75f0aa6f5cd114456f735b1d49bcf33322221b6f57ff5
 Size (hfstospell-0.5.3.tar.gz) = 152654 bytes
-SHA1 (patch-configure) = a6a4aa1180ba97808014bfff2760375b5f077c89

File Deleted: pkgsrc/textproc/hfstospell/patches/patch-configure