From e29f337d0e784af581255738967c623949d38c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:05:28 +0100 Subject: [PATCH 1/2] autoconf: update to 2.71. --- .../patches/fix-perl-5.22-autoscan.patch | 27 ------------------- srcpkgs/autoconf/template | 7 ++--- 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch diff --git a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch b/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch deleted file mode 100644 index 3054d22a5cf4..000000000000 --- a/srcpkgs/autoconf/patches/fix-perl-5.22-autoscan.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e5654a5591884b92633c7785f325626711e7f7aa Mon Sep 17 00:00:00 2001 -From: Paul Eggert -Date: Tue, 29 Jan 2013 13:46:48 -0800 -Subject: [PATCH] autoscan: port to perl 5.17 - -* bin/autoscan.in (scan_sh_file): Escape '{'. This avoids a -feature that is deprecated in Perl 5.17. Reported by Ray Lauff in -. ---- - bin/autoscan.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/bin/autoscan.in -+++ b/bin/autoscan.in -@@ -358,7 +358,7 @@ sub scan_sh_file ($) - { - # Strip out comments and variable references. - s/#.*//; -- s/\${[^\}]*}//g; -+ s/\$\{[^\}]*}//g; - s/@[^@]*@//g; - - # Tokens in the code. --- -2.1.0 - - diff --git a/srcpkgs/autoconf/template b/srcpkgs/autoconf/template index 260e8c753f07..77eb7014bd07 100644 --- a/srcpkgs/autoconf/template +++ b/srcpkgs/autoconf/template @@ -1,7 +1,7 @@ # Template file for 'autoconf' pkgname=autoconf -version=2.69 -revision=9 +version=2.71 +revision=1 build_style=gnu-configure hostmakedepends="perl m4 help2man" depends="virtual?awk m4 perl" @@ -10,10 +10,11 @@ maintainer="Enno Boland " license="GPL-2.0-or-later, GPL-3.0-or-later" homepage="http://www.gnu.org/software/autoconf" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684 +checksum=f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4 pre_check() { # Disable failing test by adding # AT_XFAIL_IF([:]) sed -i '/AT_SETUP(\[AC_PROG_CPP via CC\])/ s/$/ \nAT_XFAIL_IF(\[:\])/' tests/c.at + # sed -i '/AT_SETUP(\[parallel autotest and signal handling\])/ s/$/ \nAT_XFAIL_IF(\[:\])/' tests/autotest.at } From 625ae24d58d6248064f164214b0495496bf9cd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 1 Aug 2022 18:11:18 +0100 Subject: [PATCH 2/2] autoconf-archive: update to 2022.02.11. --- srcpkgs/autoconf-archive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template index 1edf5d96f775..fe34f02787dd 100644 --- a/srcpkgs/autoconf-archive/template +++ b/srcpkgs/autoconf-archive/template @@ -1,7 +1,7 @@ # Template file for 'autoconf-archive' pkgname=autoconf-archive -version=2019.01.06 -revision=2 +version=2022.02.11 +revision=1 build_style=gnu-configure hostmakedepends="texinfo" depends="autoconf" @@ -10,4 +10,4 @@ maintainer="Steve Prybylski " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/autoconf-archive/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f +checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c