Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/util-macros/files/
Date: Mon, 30 May 2022 15:35:04
Message-Id: 1653924892.e060d90d60a6aafac7abf553e636d4006c630abf.mattst88@gentoo
1 commit: e060d90d60a6aafac7abf553e636d4006c630abf
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon May 30 06:17:09 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 15:34:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e060d90d
7
8 x11-misc/util-macros: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/25686
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 .../util-macros/files/util-macros-1.19.2-CPP.patch | 33 ----------------------
15 1 file changed, 33 deletions(-)
16
17 diff --git a/x11-misc/util-macros/files/util-macros-1.19.2-CPP.patch b/x11-misc/util-macros/files/util-macros-1.19.2-CPP.patch
18 deleted file mode 100644
19 index e6cbee98d11c..000000000000
20 --- a/x11-misc/util-macros/files/util-macros-1.19.2-CPP.patch
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -https://bugs.gentoo.org/726130
24 -
25 -From bd66ce3ba4a9d1d1490cb5775a2fdd0b408879b6 Mon Sep 17 00:00:00 2001
26 -From: Marvin Schmidt <marv@×××××××.org>
27 -Date: Fri, 27 May 2016 15:13:56 +0200
28 -Subject: [PATCH util/macros] XORG_PROG_RAWCPP: Use AC_PATH_TOOL to find
29 - preprocessor
30 -
31 -On some distributions tools like cpp are prefixed with the host-triple,
32 -to check for this prefixed version first AC_PATH_TOOL should be used. If
33 -no prefixed cpp, it will fallback to the unprefixed name.
34 -
35 -https://bugs.freedesktop.org/show_bug.cgi?id=96257
36 -
37 -Signed-off-by: Alan Coopersmith <alan.coopersmith@××××××.com>
38 ----
39 - xorg-macros.m4.in | 2 +-
40 - 1 file changed, 1 insertion(+), 1 deletion(-)
41 -
42 ---- a/xorg-macros.m4.in
43 -+++ b/xorg-macros.m4.in
44 -@@ -57,7 +57,7 @@ m4_undefine([maj_needed])
45 - # such as man pages and config files
46 - AC_DEFUN([XORG_PROG_RAWCPP],[
47 - AC_REQUIRE([AC_PROG_CPP])
48 --AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
49 -+AC_PATH_TOOL(RAWCPP, [cpp], [${CPP}],
50 - [$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
51 -
52 - # Check for flag to avoid builtin definitions - assumes unix is predefined,
53 ---
54 -2.27.0
55 -