pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: does not support python 2.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02bb68914d3c
branches:  trunk
changeset: 381528:02bb68914d3c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 15:05:26 2022 +0000

description:
nghttp2: does not support python 2.x

diffstat:

 www/nghttp2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 76cd7f339742 -r 02bb68914d3c www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Fri Jul 08 14:49:28 2022 +0000
+++ b/www/nghttp2/Makefile      Fri Jul 08 15:05:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2022/07/01 16:38:52 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/07/08 15:05:26 wiz Exp $
 
 .include "Makefile.common"
 
@@ -14,6 +14,8 @@
 PKGCONFIG_OVERRIDE+=   lib/libnghttp2.pc.in
 PKGCONFIG_OVERRIDE+=   src/libnghttp2_asio.pc.in
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       script/fetch-ocsp-response
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index