From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/augeas/files/
Date: Wed, 4 Oct 2023 21:45:10 +0000 (UTC) [thread overview]
Message-ID: <1696455783.5eb0dbec8742e222e85389938d7965ddf71471a7.conikost@gentoo> (raw)
commit: 5eb0dbec8742e222e85389938d7965ddf71471a7
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Sep 16 15:53:11 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 21:43:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb0dbec
app-admin/augeas: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32835
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/augeas-1.14.0-musl-strerror_r.patch | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/app-admin/augeas/files/augeas-1.14.0-musl-strerror_r.patch b/app-admin/augeas/files/augeas-1.14.0-musl-strerror_r.patch
deleted file mode 100644
index 07cda4c4ae02..000000000000
--- a/app-admin/augeas/files/augeas-1.14.0-musl-strerror_r.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://github.com/hercules-team/augeas/pull/791
-
-From 46ecd3542820604603ab4f046f9fb3e6195f60aa Mon Sep 17 00:00:00 2001
-From: Dimitry Andric <dimitry@andric.com>
-Date: Thu, 8 Dec 2022 13:08:53 +0100
-Subject: [PATCH] Only use GNU specific strerror_r() API when __GLIBC__ is
- defined.
-
---- a/src/internal.c
-+++ b/src/internal.c
-@@ -431,8 +431,8 @@ char *cleanpath(char *path) {
-
- const char *xstrerror(int errnum, char *buf, size_t len) {
- #ifdef HAVE_STRERROR_R
--# ifdef __USE_GNU
-- /* Annoying linux specific API contract */
-+# if defined(__USE_GNU) && defined(__GLIBC__)
-+ /* Annoying GNU specific API contract */
- return strerror_r(errnum, buf, len);
- # else
- strerror_r(errnum, buf, len);
-
next reply other threads:[~2023-10-04 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 21:45 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-08 17:17 [gentoo-commits] repo/gentoo:master commit in: app-admin/augeas/files/ Sam James
2017-10-20 0:59 Matt Thode
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=1696455783.5eb0dbec8742e222e85389938d7965ddf71471a7.conikost@gentoo \
--to=conikost@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