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 15:19:02 UTC 2023

Modified Files:
        pkgsrc/textproc/py-rapidfuzz: Makefile

Log Message:
textproc/py-rapidfuzz: Actually change to gcc10

(The previous commit explained why I chose 10 for GCC_REQD, but
accidentally contained 8 because I was  testing that.  While 8 seems
to work, various code is increasingly troubled by non-recent
compilers, and it doesn't seem useful to try to live on the edge.)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/textproc/py-rapidfuzz/Makefile:1.5
--- pkgsrc/textproc/py-rapidfuzz/Makefile:1.4   Thu Jun  8 14:08:19 2023
+++ pkgsrc/textproc/py-rapidfuzz/Makefile       Thu Jun  8 15:19:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/06/08 14:08:19 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/08 15:19:02 gdt Exp $
 
 DISTNAME=      rapidfuzz-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 PLIST_SUBST+=  PYTHON_VERSION=${PYTHON_VERSION}
 
 USE_LANGUAGES= c c++17
-GCC_REQD=      8
+GCC_REQD=      10
 
 # needs 'make install'
 do-test:



Home | Main Index | Thread Index | Old Index