pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-rapidfuzz
Module Name: pkgsrc
Committed By: gdt
Date: Thu Jun 8 14:08:19 UTC 2023
Modified Files:
pkgsrc/textproc/py-rapidfuzz: Makefile
Log Message:
textproc/py-rapidjson: Increase compiler requirements
On netbsd-9, some files failed to build with an ICE. (The upstream
build system unhelpfully retried the build without the C extension,
making this harder to debug, but PLIST caught it.)
Declare C++17 because upstream README says so.
Require gcc 10, because gcc 7 on NetBSD 9 fails, and 10 is the new
normal.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-rapidfuzz/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/py-rapidfuzz/Makefile
diff -u pkgsrc/textproc/py-rapidfuzz/Makefile:1.3 pkgsrc/textproc/py-rapidfuzz/Makefile:1.4
--- pkgsrc/textproc/py-rapidfuzz/Makefile:1.3 Tue Jun 6 20:53:15 2023
+++ pkgsrc/textproc/py-rapidfuzz/Makefile Thu Jun 8 14:08:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/06 20:53:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/08 14:08:19 gdt Exp $
DISTNAME= rapidfuzz-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
PLIST_SUBST+= PYTHON_VERSION=${PYTHON_VERSION}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
+GCC_REQD= 8
# needs 'make install'
do-test:
Home |
Main Index |
Thread Index |
Old Index