pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/automake automake: support python 3.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c5d971592d9
branches:  trunk
changeset: 372496:7c5d971592d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 18:56:22 2022 +0000

description:
automake: support python 3.10

Needed by e.g. chat/farstream when defaulting to python 3.10.

diffstat:

 devel/automake/Makefile                   |   3 ++-
 devel/automake/distinfo                   |   3 ++-
 devel/automake/patches/patch-m4_python.m4 |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 2f90f1bb3a4f -r 7c5d971592d9 devel/automake/Makefile
--- a/devel/automake/Makefile   Tue Jan 25 18:30:25 2022 +0000
+++ b/devel/automake/Makefile   Tue Jan 25 18:56:22 2022 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.117 2021/11/01 07:08:48 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2022/01/25 18:56:22 wiz Exp $
 #
 # for major version updates, don't forget adding new links in
 # mk/tools/automake.mk
 
 DISTNAME=      automake-1.16.5
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=automake/}
 MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
diff -r 2f90f1bb3a4f -r 7c5d971592d9 devel/automake/distinfo
--- a/devel/automake/distinfo   Tue Jan 25 18:30:25 2022 +0000
+++ b/devel/automake/distinfo   Tue Jan 25 18:56:22 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.60 2021/11/01 07:08:48 wiz Exp $
+$NetBSD: distinfo,v 1.61 2022/01/25 18:56:22 wiz Exp $
 
 BLAKE2s (automake-1.16.5.tar.xz) = f19ed2c588acf948da71b738acff7200fcb3d25ed2249af78b79f72c2b92936c
 SHA512 (automake-1.16.5.tar.xz) = 3084ae543aa3fb5a05104ffb2e66cfa9a53080f2343c44809707fd648516869511500dba50dae67ff10f92a1bf3b5a92b2a0fa01cda30adb69b9da03994d9d88
 Size (automake-1.16.5.tar.xz) = 1601740 bytes
+SHA1 (patch-m4_python.m4) = ba2f9cf5e34c68fb5395a2563179e9e61903f023
diff -r 2f90f1bb3a4f -r 7c5d971592d9 devel/automake/patches/patch-m4_python.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/automake/patches/patch-m4_python.m4 Tue Jan 25 18:56:22 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-m4_python.m4,v 1.6 2022/01/25 18:56:22 wiz Exp $
+
+Support python 3.10.
+Filed upstream.
+
+--- m4/python.m4.orig  2021-10-04 02:51:12.000000000 +0000
++++ m4/python.m4
+@@ -38,6 +38,7 @@ AC_DEFUN([AM_PATH_PYTHON],
+   dnl supported. (2.0 was released on October 16, 2000).
+   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
+ [python python2 python3 dnl
++ python3.10 dnl
+  python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
+  python3.2 python3.1 python3.0 dnl
+  python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl



Home | Main Index | Thread Index | Old Index