pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 15:05:26 UTC 2022

Modified Files:
        pkgsrc/www/nghttp2: Makefile

Log Message:
nghttp2: does not support python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/nghttp2/Makefile

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

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.75 pkgsrc/www/nghttp2/Makefile:1.76
--- pkgsrc/www/nghttp2/Makefile:1.75    Fri Jul  1 16:38:52 2022
+++ pkgsrc/www/nghttp2/Makefile Fri Jul  8 15:05:26 2022
@@ -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 @@ CONFIGURE_ARGS+=      --enable-lib-only
 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