From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/
Date: Mon, 14 Nov 2022 06:42:22 +0000 (UTC) [thread overview]
Message-ID: <1668408126.1069c86e5578828a2640f2cc3510fe11c0ba804b.graaff@gentoo> (raw)
commit: 1069c86e5578828a2640f2cc3510fe11c0ba804b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:03:27 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 06:42:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1069c86e
app-misc/sphinx: lock C/C++ to older versions of the standard
This code is no longer maintained and has compatibility issues with
newer C and C++ standards. Lock to older standards to avoid compilation
issues.
Closes: https://bugs.gentoo.org/880923
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-misc/sphinx/sphinx-2.2.11-r5.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
index a12e8f50f0b2..462ddf809f44 100644
--- a/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
+++ b/app-misc/sphinx/sphinx-2.2.11-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
#MY_P=${P/_/-}
MY_P=${P}-release
@@ -58,6 +58,10 @@ src_prepare() {
}
src_configure() {
+ # This code is no longer maintained and not compatible with modern C/C++ standards, bug #880923
+ append-cflags -std=gnu89
+ append-cxxflags -std=c++11
+
# fix libiconv detection
use !elibc_glibc && export ac_cv_search_iconv=-liconv
next reply other threads:[~2022-11-14 6:42 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 6:42 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-05 7:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/ Sam James
2024-02-09 14:24 Hans de Graaff
2022-07-28 7:10 Sam James
2022-03-26 1:37 Sam James
2022-03-20 20:49 David Seifert
2021-09-22 6:58 Agostino Sarubbo
2021-09-21 6:35 Agostino Sarubbo
2021-08-27 20:45 Sam James
2021-08-27 7:23 Hans de Graaff
2021-08-19 11:55 Agostino Sarubbo
2021-08-19 1:08 Sam James
2021-08-15 7:41 Hans de Graaff
2021-01-06 13:19 Fabian Groffen
2020-04-05 9:09 Hans de Graaff
2020-03-16 6:30 Matt Turner
2019-01-24 21:35 Sergei Trofimovich
2019-01-21 19:20 Hans de Graaff
2019-01-04 22:41 Mikle Kolyada
2019-01-01 21:19 Sergei Trofimovich
2018-12-26 20:06 Sergei Trofimovich
2018-12-26 20:04 Sergei Trofimovich
2018-12-26 13:15 Sergei Trofimovich
2018-12-26 13:15 Sergei Trofimovich
2018-07-27 5:22 Hans de Graaff
2018-07-27 5:22 Hans de Graaff
2018-07-20 18:33 Hans de Graaff
2017-12-10 14:16 David Seifert
2017-10-22 7:21 Hans de Graaff
2016-12-21 22:54 Thomas Deutschmann
2016-09-24 13:40 Agostino Sarubbo
2016-09-05 17:46 Hans de Graaff
2016-07-31 5:53 Hans de Graaff
2016-07-31 5:53 Hans de Graaff
2016-04-06 16:04 Fabian Groffen
2016-01-25 14:05 Hans de Graaff
2015-11-01 13:23 Mikle Kolyada
2015-10-27 12:18 Agostino Sarubbo
2015-10-24 8:15 Hans de Graaff
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=1668408126.1069c86e5578828a2640f2cc3510fe11c0ba804b.graaff@gentoo \
--to=graaff@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