pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc gyp: python 3.10 support breaks python 2.7 support; di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be3dc63a3277
branches:  trunk
changeset: 372631:be3dc63a3277
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 18:47:07 2022 +0000

description:
gyp: python 3.10 support breaks python 2.7 support; disable it

diffstat:

 devel/gyp/Makefile                      |  4 +++-
 inputmethod/fcitx5-mozc/Makefile.common |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 83fbd4d2feb4 -r be3dc63a3277 devel/gyp/Makefile
--- a/devel/gyp/Makefile        Thu Jan 27 18:42:26 2022 +0000
+++ b/devel/gyp/Makefile        Thu Jan 27 18:47:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/01/27 18:42:15 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/27 18:47:07 wiz Exp $
 
 GIT_VERSION=   20210830.d6c5dd51dc3a60bf4ff32a5256713690a1a10376
 DIST_VERSION=  0.1
@@ -18,6 +18,8 @@
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # REPLACE_PYTHON settings farmed out due to size...
 .include "Makefile.replace-python"
 
diff -r 83fbd4d2feb4 -r be3dc63a3277 inputmethod/fcitx5-mozc/Makefile.common
--- a/inputmethod/fcitx5-mozc/Makefile.common   Thu Jan 27 18:42:26 2022 +0000
+++ b/inputmethod/fcitx5-mozc/Makefile.common   Thu Jan 27 18:47:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/04/21 11:42:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2022/01/27 18:47:07 wiz Exp $
 # used by inputmethod/fcitx5-mozc/Makefile
 
 # Find version number in src/data/version/mozc_version_template.bzl
@@ -24,6 +24,8 @@
 USE_TOOLS+=    gmake pkg-config
 GCC_REQD+=     4.7     # for c++11
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 OPENSSL_CFLAGS=                -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_INC=           -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_LDFLAGS=       -L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto



Home | Main Index | Thread Index | Old Index