Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/files/
Date: Sun, 31 Jan 2021 20:38:23
Message-Id: 1612125489.87ba9f6d99653504f0f7a53e6bba143cdb3fb27f.conikost@gentoo
1 commit: 87ba9f6d99653504f0f7a53e6bba143cdb3fb27f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 31 18:47:18 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:38:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ba9f6d
7
8 media-gfx/fbida: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/19276
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 media-gfx/fbida/files/fbida-2.10-fprintf-format.patch | 11 -----------
16 media-gfx/fbida/files/fbida-2.13-Autoconf.patch | 11 -----------
17 2 files changed, 22 deletions(-)
18
19 diff --git a/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch b/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch
20 deleted file mode 100644
21 index d1c0b36dbfb..00000000000
22 --- a/media-gfx/fbida/files/fbida-2.10-fprintf-format.patch
23 +++ /dev/null
24 @@ -1,11 +0,0 @@
25 ---- a/wr/write-ps.c
26 -+++ b/wr/write-ps.c
27 -@@ -458,7 +458,7 @@
28 - fprintf(fp,"\n");
29 - }
30 - }
31 -- fprintf(fp,footer);
32 -+ fprintf(fp, "%s", footer);
33 - return 0;
34 - }
35 -
36
37 diff --git a/media-gfx/fbida/files/fbida-2.13-Autoconf.patch b/media-gfx/fbida/files/fbida-2.13-Autoconf.patch
38 deleted file mode 100644
39 index 41c4e2f7d9b..00000000000
40 --- a/media-gfx/fbida/files/fbida-2.13-Autoconf.patch
41 +++ /dev/null
42 @@ -1,11 +0,0 @@
43 ---- a/mk/Autoconf.mk
44 -+++ b/mk/Autoconf.mk
45 -@@ -162,7 +162,7 @@
46 - @true
47 -
48 - Make.config: $(srcdir)/GNUmakefile
49 -- @echo -e "$(make-config-q)" > $@
50 -+ @printf "$(make-config-q)" > $@
51 - @echo
52 - @echo "Make.config written, edit if needed"
53 - @echo