public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/files/, sys-devel/autoconf/
Date: Tue, 29 Dec 2020 16:14:03 +0000 (UTC)	[thread overview]
Message-ID: <1609258019.8d448f8fb30272100ea115f7a55fe917b38d9ccd.polynomial-c@gentoo> (raw)

commit:     8d448f8fb30272100ea115f7a55fe917b38d9ccd
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 16:06:59 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:06:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d448f8f

sys-devel/autoconf: Revbump to fix c99 check

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../{autoconf-2.70.ebuild => autoconf-2.70-r1.ebuild}     |  4 ++++
 .../autoconf/files/autoconf-2.70-fix_c99_check.patch      | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/sys-devel/autoconf/autoconf-2.70.ebuild b/sys-devel/autoconf/autoconf-2.70-r1.ebuild
similarity index 97%
rename from sys-devel/autoconf/autoconf-2.70.ebuild
rename to sys-devel/autoconf/autoconf-2.70-r1.ebuild
index c2764bdae35..ce4adc5321b 100644
--- a/sys-devel/autoconf/autoconf-2.70.ebuild
+++ b/sys-devel/autoconf/autoconf-2.70-r1.ebuild
@@ -35,6 +35,10 @@ RDEPEND="${BDEPEND}
 [[ ${PV} == "9999" ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
 PDEPEND="emacs? ( app-emacs/autoconf-mode )"
 
+PATCHES=(
+	"${FILESDIR}/${P}-fix_c99_check.patch"
+)
+
 src_prepare() {
 	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
 	if [[ ${CHOST} == *-darwin* ]] ; then

diff --git a/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch b/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch
new file mode 100644
index 00000000000..2174e75afeb
--- /dev/null
+++ b/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch
@@ -0,0 +1,15 @@
+X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff_plain;f=lib%2Fautoconf%2Fc.m4;h=601c2df41bd4ee602065ce041a1173aca8a0f52e;hp=fe217cad679f2f4506c3e20dee64e7e3e3b83a24;hb=efc940dc82763b7b2d6e65f04d15d5972d829c0a;hpb=b693e208691c54fbe07cdf49b9a98358baadcfe2
+
+diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
+index fe217ca..601c2df 100644
+--- a/lib/autoconf/c.m4
++++ b/lib/autoconf/c.m4
+@@ -1559,7 +1559,7 @@ dnl SVR4			-Xc -D__EXTENSIONS__
+ # option to output variable CC to make it so.
+ AC_DEFUN([_AC_PROG_CC_C99],
+ [AC_REQUIRE([_AC_C_C99_TEST_PROGRAM])]dnl
+-[_AC_C_STD_TRY([c99], [ac_c_conftest_c89_program],
++[_AC_C_STD_TRY([c99], [ac_c_conftest_c99_program],
+ dnl Try
+ dnl GCC		-std=gnu99 (unused restrictive modes: -std=c99 -std=iso9899:1999)
+ dnl IBM XL C	-qlanglvl=extc1x (V12.1; does not pass C11 test)


             reply	other threads:[~2020-12-29 16:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 16:14 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-17 20:23 [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/files/, sys-devel/autoconf/ Andreas K. Hüttel
2022-11-09  8:30 Sam James
2022-11-03 22:57 Sam James
2022-11-03  1:52 Sam James
2022-09-19 19:10 Sam James
2022-09-19 16:26 Sam James
2022-09-19 16:26 Sam James
2021-01-28 23:49 Lars Wendler
2020-10-17 20:00 Lars Wendler
2020-08-29 14:38 Thomas Deutschmann
2018-01-18  9:40 Lars Wendler
2018-01-04  9:35 Lars Wendler
2017-05-13  9:29 Lars Wendler
2017-03-23 14:23 Fabian Groffen

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=1609258019.8d448f8fb30272100ea115f7a55fe917b38d9ccd.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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