* [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/files/
@ 2019-01-21 11:38 Lars Wendler
0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2019-01-21 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 2bcf6d23ea329e863c2431f5f0098769f6d144c4
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 7 15:09:10 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 21 11:37:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcf6d23
sys-apps/diffutils: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10763
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
.../diffutils/files/diffutils-3.5-fix_macros.patch | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/sys-apps/diffutils/files/diffutils-3.5-fix_macros.patch b/sys-apps/diffutils/files/diffutils-3.5-fix_macros.patch
deleted file mode 100644
index ae820fc372c..00000000000
--- a/sys-apps/diffutils/files/diffutils-3.5-fix_macros.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-http://git.savannah.gnu.org/cgit/gnulib.git/commit/lib/intprops.h?id=175b4e22f99e00996b72f822f5ae54dca8243d19
-
---- diffutils-3.5/lib/intprops.h
-+++ diffutils-3.5/lib/intprops.h
-@@ -230,11 +230,11 @@
- (e.g., A and B) have the same type as MIN and MAX. Instead, they assume
- that the result (e.g., A + B) has that type. */
- #if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL
--# define _GL_ADD_OVERFLOW(a, b, min, max)
-+# define _GL_ADD_OVERFLOW(a, b, min, max) \
- __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0)
--# define _GL_SUBTRACT_OVERFLOW(a, b, min, max)
-+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \
- __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0)
--# define _GL_MULTIPLY_OVERFLOW(a, b, min, max)
-+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \
- __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0)
- #else
- # define _GL_ADD_OVERFLOW(a, b, min, max) \
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/files/
@ 2021-11-17 4:34 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-11-17 4:34 UTC (permalink / raw
To: gentoo-commits
commit: 31d29b0723e754bf792a078f799a1bd8ddc5078c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 04:33:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 04:34:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d29b07
sys-apps/diffutils: add links to musl patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/diffutils/files/ppc-musl.patch | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/diffutils/files/ppc-musl.patch b/sys-apps/diffutils/files/ppc-musl.patch
index 6ba37f233591..d7d8255a444a 100644
--- a/sys-apps/diffutils/files/ppc-musl.patch
+++ b/sys-apps/diffutils/files/ppc-musl.patch
@@ -1,3 +1,7 @@
+Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib.
+
+https://www.openwall.com/lists/musl/2017/11/05/2
+https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch
--- a/lib/sigsegv.c
+++ b/lib/sigsegv.c
@@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/files/
@ 2022-03-13 22:23 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-03-13 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 9712b59e08cf0e003059846b82c88e6bd3404bfb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 22:23:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 22:23:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9712b59e
sys-apps/diffutils: add link to upstream gnulib/musl/ppc patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/diffutils/files/ppc-musl.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-apps/diffutils/files/ppc-musl.patch b/sys-apps/diffutils/files/ppc-musl.patch
index d7d8255a444a..4aff0ba1cf5c 100644
--- a/sys-apps/diffutils/files/ppc-musl.patch
+++ b/sys-apps/diffutils/files/ppc-musl.patch
@@ -1,7 +1,8 @@
-Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib.
+Needed to fix build on ppc + musl. Should pop up in next gnulib sync in release (different patch).
https://www.openwall.com/lists/musl/2017/11/05/2
https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch
+https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=2d830e4a792fcd9f614ed08a7f18584b8b21d23b
--- a/lib/sigsegv.c
+++ b/lib/sigsegv.c
@@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-13 22:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-13 22:23 [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/files/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-11-17 4:34 Sam James
2019-01-21 11:38 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox