pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/automake
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 25 18:56:22 UTC 2022
Modified Files:
pkgsrc/devel/automake: Makefile distinfo
Added Files:
pkgsrc/devel/automake/patches: patch-m4_python.m4
Log Message:
automake: support python 3.10
Needed by e.g. chat/farstream when defaulting to python 3.10.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/automake/distinfo
cvs rdiff -u -r0 -r1.6 pkgsrc/devel/automake/patches/patch-m4_python.m4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/automake/Makefile
diff -u pkgsrc/devel/automake/Makefile:1.117 pkgsrc/devel/automake/Makefile:1.118
--- pkgsrc/devel/automake/Makefile:1.117 Mon Nov 1 07:08:48 2021
+++ pkgsrc/devel/automake/Makefile Tue Jan 25 18:56:22 2022
@@ -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/
Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.60 pkgsrc/devel/automake/distinfo:1.61
--- pkgsrc/devel/automake/distinfo:1.60 Mon Nov 1 07:08:48 2021
+++ pkgsrc/devel/automake/distinfo Tue Jan 25 18:56:22 2022
@@ -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
Added files:
Index: pkgsrc/devel/automake/patches/patch-m4_python.m4
diff -u /dev/null pkgsrc/devel/automake/patches/patch-m4_python.m4:1.6
--- /dev/null Tue Jan 25 18:56:22 2022
+++ pkgsrc/devel/automake/patches/patch-m4_python.m4 Tue Jan 25 18:56:22 2022
@@ -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