Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] autoconf: update to 2.71.
Date: Mon, 01 Aug 2022 21:36:37 +0200	[thread overview]
Message-ID: <20220801193637.KUrOtmU-haLZ9Jz6-5WDA279gHVbzTDC0GzgqllE9Jc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38412@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages autoconf-2.71
https://github.com/void-linux/void-packages/pull/38412

autoconf: update to 2.71.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

I have also update autoconf-archive in this pr.

A patch file from https://github.com/void-linux/void-packages/pull/38412.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-autoconf-2.71-38412.patch --]
[-- Type: text/x-diff, Size: 3686 bytes --]

From e29f337d0e784af581255738967c623949d38c4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
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 <eggert@cs.ucla.edu>
-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
-<http://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00059.html>.
----
- 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 <gottox@voidlinux.org>"
 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?= <acerqueira021@gmail.com>
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 <sa.prybylx@gmail.com>"
 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

  parent reply	other threads:[~2022-08-01 19:36 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 17:07 [PR PATCH] " motorto
2022-08-01 17:08 ` [PR PATCH] [Updated] " motorto
2022-08-01 17:11 ` motorto
2022-08-01 19:36 ` motorto [this message]
2022-08-01 21:14 ` motorto
2022-08-01 22:04 ` paper42
2022-08-01 22:20 ` motorto
2022-08-04 21:28 ` motorto
2022-08-04 22:05 ` paper42
2022-08-04 22:18 ` motorto
2022-08-07 20:06 ` [PR PATCH] [Updated] " motorto
2022-08-08  0:02 ` motorto
2022-08-09  0:00 ` motorto
2022-08-09  0:09 ` motorto
2022-08-09 11:54 ` motorto
2022-08-09 11:57 ` motorto
2022-08-09 13:56 ` motorto
2022-08-09 22:02 ` motorto
2022-08-10 10:55 ` motorto
2022-08-10 23:26 ` [PR PATCH] [Updated] " motorto
2022-08-11 10:15 ` motorto
2022-08-11 10:32 ` motorto
2022-08-11 10:51 ` motorto
2022-08-11 10:59 ` motorto
2022-08-11 11:38 ` motorto
2022-08-11 11:59 ` motorto
2022-08-11 12:02 ` motorto
2022-08-11 14:03 ` motorto
2022-08-11 14:14 ` motorto
2022-08-11 15:47 ` motorto
2022-08-11 16:02 ` motorto
2022-08-11 16:05 ` motorto
2022-08-12 23:13 ` paper42
2022-08-12 23:14 ` [PR REVIEW] " paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-12 23:27 ` paper42
2022-08-13 11:55 ` [PR PATCH] [Updated] " motorto
2022-08-13 11:58 ` [PR REVIEW] " motorto
2022-08-13 12:00 ` [PR PATCH] [Updated] " motorto
2022-08-13 12:09 ` [PR REVIEW] " motorto
2022-08-13 13:11 ` motorto
2022-08-13 14:31 ` motorto
2022-08-13 21:03 ` [PR PATCH] [Updated] " motorto
2022-08-15 20:38 ` [PR REVIEW] " paper42
2022-08-15 20:42 ` paper42
2022-08-15 20:50 ` paper42
2022-08-15 20:59 ` [PR REVIEW] " motorto
2022-08-15 21:08 ` [PR PATCH] [Updated] " motorto
2022-08-15 21:13 ` motorto
2022-08-15 21:21 ` motorto
2022-08-16  9:09 ` motorto
2022-08-19 17:47 ` motorto
2022-08-20 12:13 ` motorto
2022-08-20 22:03 ` motorto
2022-08-21 17:07 ` motorto
2022-08-21 17:34 ` motorto
2022-09-10 13:52 ` paper42
2022-09-10 19:33 ` [PR PATCH] [Updated] " motorto
2022-09-13 20:17 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220801193637.KUrOtmU-haLZ9Jz6-5WDA279gHVbzTDC0GzgqllE9Jc@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).