From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] Upgrade autoconf to 2.72c
Date: Thu, 27 Jul 2023 20:47:54 -0700 [thread overview]
Message-ID: <cover.1690515949.git.raj.khem@gmail.com> (raw)
Khem Raj (3):
autoconf: Backport upstreamed patches
Revert "site: merged common-glibc from OE"
x32-linux: Do not cache ac_cv_sys_file_offset_bits
Richard Purdie (1):
autoconf: Upgrade to 2.72c
.../gettext-0.21.1/autoconf-2.73.patch | 41 ++
meta/recipes-core/gettext/gettext_0.21.1.bb | 1 +
...ilers-that-moan-about-K-R-func-decls.patch | 138 ------
...-prototypes-more-prominently-in-NEWS.patch | 36 ++
...d-run-make-fetch-which-updated-these.patch | 123 ++++++
.../0003-NEWS-Tighten-up-wording.patch | 29 ++
...to-programs-misusing-AC_EGREP_HEADER.patch | 82 ++++
...-Fix-timing-bug-on-high-speed-builds.patch | 75 ++++
...7-Support-underquoted-callers-better.patch | 57 +++
...-for-building-inside-Guix-containers.patch | 54 +++
..._DIR-Rewrite-using-AC_CANONICAL_HOST.patch | 82 ++++
...PE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch | 77 ++++
..._TRADITIONAL-a-compatibility-alias-f.patch | 180 ++++++++
...TYPE_GETGROUPS-and-AC_FUNC_GETGROUPS.patch | 328 ++++++++++++++
...-Fold-AC_C_STRINGIZE-into-AC_PROG_CC.patch | 84 ++++
...st-few-internal-uses-of-AC_EGREP_CPP.patch | 116 +++++
...0015-Support-circa-early-2022-Gnulib.patch | 32 ++
...year2038-largefile-option-processing.patch | 121 ++++++
...Fix-configure-failure-on-32-bit-ming.patch | 30 ++
...18-Document-limitation-of-BusyBox-tr.patch | 45 ++
...REQUIRED-Fix-configure-failure-with-.patch | 48 +++
.../0020-Tone-down-year-2038-changes.patch | 405 ++++++++++++++++++
...-AC_FUNC_MMAP-to-more-modern-systems.patch | 98 +++++
.../0022-Fix-port-of-AC_FUNC_MMAP.patch | 91 ++++
..._SYS_YEAR2038_RECOMMENDED-diagnostic.patch | 38 ++
.../0024-Improve-AC_FUNC_MMAP-comments.patch | 29 ++
...S_LARGEFILE-on-GNU-Linux-alpha-s390x.patch | 62 +++
.../backports/0026-Modernize-INSTALL.patch | 270 ++++++++++++
.../0027-doc-fix-broken-cross-refs.patch | 58 +++
...build-host-target-and-the-system-typ.patch | 224 ++++++++++
.../0029-Shorten-and-improve-INSTALL.patch | 366 ++++++++++++++++
.../{autoconf_2.71.bb => autoconf_2.72c.bb} | 40 +-
.../bison/bison/autoconf-2.73.patch | 15 +
meta/recipes-devtools/bison/bison_3.8.2.bb | 1 +
meta/recipes-extended/findutils/findutils.inc | 1 +
.../findutils/findutils/autoconf-2.73.patch | 15 +
.../gzip/gzip-1.12/autoconf-2.73.patch | 15 +
meta/recipes-extended/gzip/gzip_1.12.bb | 1 +
.../libarchive/libarchive/configurehack.patch | 45 ++
.../libarchive/libarchive_3.6.2.bb | 1 +
.../libpipeline/autoconf-2.73.patch | 15 +
.../libpipeline/libpipeline_1.5.7.bb | 1 +
.../man-db/files/autoconf-2.73.patch | 15 +
meta/recipes-extended/man-db/man-db_2.11.2.bb | 1 +
.../parted/files/autoconf-2.73.patch | 13 +
meta/recipes-extended/parted/parted_3.6.bb | 1 +
.../apr/apr/autoconf-2.73.patch | 23 +
meta/recipes-support/apr/apr_1.7.4.bb | 1 +
meta/site/common-glibc | 1 -
meta/site/x32-linux | 1 -
50 files changed, 3482 insertions(+), 144 deletions(-)
create mode 100644 meta/recipes-core/gettext/gettext-0.21.1/autoconf-2.73.patch
delete mode 100644 meta/recipes-devtools/autoconf/autoconf/0001-Port-to-compilers-that-moan-about-K-R-func-decls.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0001-mention-prototypes-more-prominently-in-NEWS.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0002-build-run-make-fetch-which-updated-these.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0003-NEWS-Tighten-up-wording.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0004-Cater-to-programs-misusing-AC_EGREP_HEADER.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0006-Fix-timing-bug-on-high-speed-builds.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0007-Support-underquoted-callers-better.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0008-New-script-for-building-inside-Guix-containers.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0009-AC_XENIX_DIR-Rewrite-using-AC_CANONICAL_HOST.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0010-AC_TYPE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0011-Make-AC_PROG_GCC_TRADITIONAL-a-compatibility-alias-f.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0012-Overhaul-AC_TYPE_GETGROUPS-and-AC_FUNC_GETGROUPS.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0013-Fold-AC_C_STRINGIZE-into-AC_PROG_CC.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0014-Remove-the-last-few-internal-uses-of-AC_EGREP_CPP.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0015-Support-circa-early-2022-Gnulib.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0016-Improve-year2038-largefile-option-processing.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0017-AC_SYS_YEAR2038-Fix-configure-failure-on-32-bit-ming.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0018-Document-limitation-of-BusyBox-tr.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0019-AC_SYS_YEAR2038_REQUIRED-Fix-configure-failure-with-.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0020-Tone-down-year-2038-changes.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0021-Port-AC_FUNC_MMAP-to-more-modern-systems.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0022-Fix-port-of-AC_FUNC_MMAP.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0023-Improve-AC_SYS_YEAR2038_RECOMMENDED-diagnostic.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0024-Improve-AC_FUNC_MMAP-comments.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0025-Fix-AC_SYS_LARGEFILE-on-GNU-Linux-alpha-s390x.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0026-Modernize-INSTALL.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0028-INSTALL-Clarify-build-host-target-and-the-system-typ.patch
create mode 100644 meta/recipes-devtools/autoconf/autoconf/backports/0029-Shorten-and-improve-INSTALL.patch
rename meta/recipes-devtools/autoconf/{autoconf_2.71.bb => autoconf_2.72c.bb} (52%)
create mode 100644 meta/recipes-devtools/bison/bison/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/findutils/findutils/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/gzip/gzip-1.12/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/libarchive/libarchive/configurehack.patch
create mode 100644 meta/recipes-extended/libpipeline/libpipeline/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/man-db/files/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/parted/files/autoconf-2.73.patch
create mode 100644 meta/recipes-support/apr/apr/autoconf-2.73.patch
--
2.41.0
next reply other threads:[~2023-07-28 3:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-28 3:47 Khem Raj [this message]
2023-07-28 3:47 ` [PATCH 1/4] autoconf: Upgrade to 2.72c Khem Raj
2023-07-28 3:47 ` [PATCH 2/4] autoconf: Backport upstreamed patches Khem Raj
2023-07-28 3:47 ` [PATCH 3/4] Revert "site: merged common-glibc from OE" Khem Raj
2023-07-28 3:47 ` [PATCH 4/4] x32-linux: Do not cache ac_cv_sys_file_offset_bits Khem Raj
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=cover.1690515949.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.