pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hfstospell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 24 16:58:06 UTC 2024

Modified Files:
        pkgsrc/textproc/hfstospell: Makefile distinfo
Removed Files:
        pkgsrc/textproc/hfstospell/patches: patch-configure

Log Message:
hfstospell: replace patch that forced c++14 with FORCE_CXX_STD

Patch didn't apply any longer after autoconf update


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/hfstospell/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/hfstospell/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/hfstospell/patches/patch-configure

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

Modified files:

Index: pkgsrc/textproc/hfstospell/Makefile
diff -u pkgsrc/textproc/hfstospell/Makefile:1.16 pkgsrc/textproc/hfstospell/Makefile:1.17
--- pkgsrc/textproc/hfstospell/Makefile:1.16    Wed Nov  8 13:21:05 2023
+++ pkgsrc/textproc/hfstospell/Makefile Wed Jan 24 16:58:05 2024
@@ -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@localhost
@@ -15,7 +15,9 @@ LICENSE=      apache-2.0
 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
 

Index: pkgsrc/textproc/hfstospell/distinfo
diff -u pkgsrc/textproc/hfstospell/distinfo:1.7 pkgsrc/textproc/hfstospell/distinfo:1.8
--- pkgsrc/textproc/hfstospell/distinfo:1.7     Thu Aug 31 18:55:12 2023
+++ pkgsrc/textproc/hfstospell/distinfo Wed Jan 24 16:58:05 2024
@@ -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



Home | Main Index | Thread Index | Old Index