Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/files/
Date: Thu, 20 Jan 2022 05:47:58
Message-Id: 1642657672.a60a60ee51bfe612f8bb18497cc84bbf01becaba.robbat2@gentoo
1 commit: a60a60ee51bfe612f8bb18497cc84bbf01becaba
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Jan 14 18:06:41 2022 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 05:47:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60a60ee
7
8 sys-apps/haveged: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 (cherry picked from commit cd5d796e8e30dffde7fb059e6cc5867a4139ef37)
13 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/23797
15
16 .../files/haveged-1.9.8c-threads_build_fix.patch | 36 ----------------------
17 1 file changed, 36 deletions(-)
18
19 diff --git a/sys-apps/haveged/files/haveged-1.9.8c-threads_build_fix.patch b/sys-apps/haveged/files/haveged-1.9.8c-threads_build_fix.patch
20 deleted file mode 100644
21 index fb88a8b51212..000000000000
22 --- a/sys-apps/haveged/files/haveged-1.9.8c-threads_build_fix.patch
23 +++ /dev/null
24 @@ -1,36 +0,0 @@
25 -From cb1f0653c45d9c4a9a855119c85a1d4bfcc9b3b2 Mon Sep 17 00:00:00 2001
26 -From: Lars Wendler <polynomial-c@g.o>
27 -Date: Thu, 14 Nov 2019 16:15:00 +0100
28 -Subject: [PATCH] build: Fix compilation with --enable-threads
29 -MIME-Version: 1.0
30 -Content-Type: text/plain; charset=UTF-8
31 -Content-Transfer-Encoding: 8bit
32 -
33 -Previously failed with:
34 -
35 -havegetune.c:190:12: error: ‘BUILD_THREAD’ undeclared (first use in this function); did you mean ‘BUILD_THREADS’?
36 - 190 | *bp++ = BUILD_THREAD;
37 - | ^~~~~~~~~~~~
38 - | BUILD_THREADS
39 -
40 -Signed-off-by: Lars Wendler <polynomial-c@g.o>
41 ----
42 - src/havegetune.c | 2 +-
43 - 1 file changed, 1 insertion(+), 1 deletion(-)
44 -
45 -diff --git a/src/havegetune.c b/src/havegetune.c
46 -index de39c53..6f14476 100644
47 ---- a/src/havegetune.c
48 -+++ b/src/havegetune.c
49 -@@ -187,7 +187,7 @@ void havege_tune( /* RETURN: none */
50 - *bp++ = BUILD_CPUID;
51 - #endif
52 - #if NUMBER_CORES>1
53 -- *bp++ = BUILD_THREAD;
54 -+ *bp++ = BUILD_THREADS;
55 - #endif
56 - #ifdef ONLINE_TESTS_ENABLE
57 - *bp++ = BUILD_OLT;
58 ---
59 -2.24.0
60 -