Thu Jan 5 14:42:13 2023 UTC ()
automake: support python 3.11 to 3.15

Bump PKGREVISION.


(wiz)
diff -r1.119 -r1.120 pkgsrc/devel/automake/Makefile
diff -r1.62 -r1.63 pkgsrc/devel/automake/distinfo
diff -r1.7 -r1.8 pkgsrc/devel/automake/patches/patch-m4_python.m4

cvs diff -r1.119 -r1.120 pkgsrc/devel/automake/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/automake/Makefile 2022/06/28 11:31:39 1.119
+++ pkgsrc/devel/automake/Makefile 2023/01/05 14:42:13 1.120
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.119 2022/06/28 11:31:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.120 2023/01/05 14:42:13 wiz Exp $
2# 2#
3# for major version updates, don't forget adding new links in 3# for major version updates, don't forget adding new links in
4# mk/tools/automake.mk 4# mk/tools/automake.mk
5 5
6DISTNAME= automake-1.16.5 6DISTNAME= automake-1.16.5
7PKGREVISION= 2 7PKGREVISION= 3
8CATEGORIES= devel 8CATEGORIES= devel
9MASTER_SITES= ${MASTER_SITE_GNU:=automake/} 9MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
10MASTER_SITES+= ftp://sources.redhat.com/pub/automake/ 10MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
11EXTRACT_SUFX= .tar.xz 11EXTRACT_SUFX= .tar.xz
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= https://www.gnu.org/software/automake/automake.html 14HOMEPAGE= https://www.gnu.org/software/automake/automake.html
15COMMENT= GNU Standards-compliant Makefile generator 15COMMENT= GNU Standards-compliant Makefile generator
16LICENSE= gnu-gpl-v2 16LICENSE= gnu-gpl-v2
17 17
18AUTOCONF_REQD= 2.62 18AUTOCONF_REQD= 2.62
19USE_TOOLS+= autoconf gm4:run perl:run 19USE_TOOLS+= autoconf gm4:run perl:run
20 20

cvs diff -r1.62 -r1.63 pkgsrc/devel/automake/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/automake/distinfo 2022/01/25 18:57:29 1.62
+++ pkgsrc/devel/automake/distinfo 2023/01/05 14:42:13 1.63
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.62 2022/01/25 18:57:29 wiz Exp $ 1$NetBSD: distinfo,v 1.63 2023/01/05 14:42:13 wiz Exp $
2 2
3BLAKE2s (automake-1.16.5.tar.xz) = f19ed2c588acf948da71b738acff7200fcb3d25ed2249af78b79f72c2b92936c 3BLAKE2s (automake-1.16.5.tar.xz) = f19ed2c588acf948da71b738acff7200fcb3d25ed2249af78b79f72c2b92936c
4SHA512 (automake-1.16.5.tar.xz) = 3084ae543aa3fb5a05104ffb2e66cfa9a53080f2343c44809707fd648516869511500dba50dae67ff10f92a1bf3b5a92b2a0fa01cda30adb69b9da03994d9d88 4SHA512 (automake-1.16.5.tar.xz) = 3084ae543aa3fb5a05104ffb2e66cfa9a53080f2343c44809707fd648516869511500dba50dae67ff10f92a1bf3b5a92b2a0fa01cda30adb69b9da03994d9d88
5Size (automake-1.16.5.tar.xz) = 1601740 bytes 5Size (automake-1.16.5.tar.xz) = 1601740 bytes
6SHA1 (patch-m4_python.m4) = b1a981b3945433457a265e5451e34f8c5593079c 6SHA1 (patch-m4_python.m4) = 12fb1ce9e09ef82975424b741253b825a56e9ab6

cvs diff -r1.7 -r1.8 pkgsrc/devel/automake/patches/patch-m4_python.m4 (expand / switch to unified diff)

--- pkgsrc/devel/automake/patches/patch-m4_python.m4 2022/01/25 18:57:29 1.7
+++ pkgsrc/devel/automake/patches/patch-m4_python.m4 2023/01/05 14:42:13 1.8
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-m4_python.m4,v 1.7 2022/01/25 18:57:29 wiz Exp $ 1$NetBSD: patch-m4_python.m4,v 1.8 2023/01/05 14:42:13 wiz Exp $
2 2
3Support python 3.10. 3Support python 3.10-3.15.
4http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53530 4http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53530
5 5
6--- m4/python.m4.orig 2021-10-04 02:51:12.000000000 +0000 6--- m4/python.m4.orig 2021-10-04 02:51:12.000000000 +0000
7+++ m4/python.m4 7+++ m4/python.m4
8@@ -38,6 +38,7 @@ AC_DEFUN([AM_PATH_PYTHON], 8@@ -38,6 +38,7 @@ AC_DEFUN([AM_PATH_PYTHON],
9 dnl supported. (2.0 was released on October 16, 2000). 9 dnl supported. (2.0 was released on October 16, 2000).
10 m4_define_default([_AM_PYTHON_INTERPRETER_LIST], 10 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
11 [python python2 python3 dnl 11 [python python2 python3 dnl
12+ python3.10 dnl 12+ python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 dnl
13 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl 13 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
14 python3.2 python3.1 python3.0 dnl 14 python3.2 python3.1 python3.0 dnl
15 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl 15 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl