pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-grpcio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug  6 16:29:41 UTC 2025

Modified Files:
        pkgsrc/net/py-grpcio: Makefile

Log Message:
py-grpcio: enforce c++17 usage

Otherwise this breaks on NetBSD 10, see e.g.

https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250805.1345/py312-grpcio-1.74.0/build.log


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/py-grpcio/Makefile

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

Modified files:

Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.96 pkgsrc/net/py-grpcio/Makefile:1.97
--- pkgsrc/net/py-grpcio/Makefile:1.96  Sun Jul 27 09:32:27 2025
+++ pkgsrc/net/py-grpcio/Makefile       Wed Aug  6 16:29:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2025/07/27 09:32:27 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2025/08/06 16:29:41 wiz Exp $
 
 DISTNAME=      grpcio-1.74.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_CC_FEATURES=       c99
 USE_CXX_FEATURES=      c++17
+FORCE_CXX_STD=         c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config
 



Home | Main Index | Thread Index | Old Index