pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hunspell



Module Name:    pkgsrc
Committed By:   he
Date:           Wed May 17 10:23:02 UTC 2023

Modified Files:
        pkgsrc/textproc/hunspell: Makefile

Log Message:
hunspell: bump required GCC to 7, and use c++11.

This is required to get this to build on NetBSD/i386 8.0 and
NetBSD/macppc 8.0, where the in-tree c++ compiler has apparently
now become too old.  Bump to c++11 based on configure tests, which
among other things checks if c++11 is enabled by default.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/hunspell/Makefile

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

Modified files:

Index: pkgsrc/textproc/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.43 pkgsrc/textproc/hunspell/Makefile:1.44
--- pkgsrc/textproc/hunspell/Makefile:1.43      Sat Apr 15 09:17:29 2023
+++ pkgsrc/textproc/hunspell/Makefile   Wed May 17 10:23:02 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2023/04/15 09:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2023/05/17 10:23:02 he Exp $
 
 DISTNAME=      hunspell-1.7.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hunspell/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,7 +15,8 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config perl:run autoreconf autoconf automake autopoint
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++03
+USE_LANGUAGES=         c c++11
+GCC_REQD+=             7
 FAKE_NCURSES=          yes
 
 CPPFLAGS.SunOS+=       -D_XPG6



Home | Main Index | Thread Index | Old Index