Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fox/files/
Date: Sun, 30 Oct 2022 11:13:18
Message-Id: 1667128370.bf34df2ce357469c38ae688e157087365988bc45.soap@gentoo
1 commit: bf34df2ce357469c38ae688e157087365988bc45
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:12:50 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:12:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf34df2c
7
8 x11-libs/fox: [QA] use git-format-patch style patches
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-libs/fox/files/fox-1.7.67-no-truetype.patch | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/x11-libs/fox/files/fox-1.7.67-no-truetype.patch b/x11-libs/fox/files/fox-1.7.67-no-truetype.patch
16 index 6f91d9746a1e..f57a945b8d61 100644
17 --- a/x11-libs/fox/files/fox-1.7.67-no-truetype.patch
18 +++ b/x11-libs/fox/files/fox-1.7.67-no-truetype.patch
19 @@ -1,6 +1,5 @@
20 -diff -ru fox-1.7.67/lib/FXFont.cpp /var/tmp/portage/x11-libs/fox-1.7.67/work/fox-1.7.67/lib/FXFont.cpp
21 ---- fox-1.7.67/lib/FXFont.cpp 2019-05-08 05:21:21.000000000 +0200
22 -+++ /var/tmp/portage/x11-libs/fox-1.7.67/work/fox-1.7.67/lib/FXFont.cpp 2019-12-16 22:19:32.510138232 +0100
23 +--- a/lib/FXFont.cpp
24 ++++ b/lib/FXFont.cpp
25 @@ -829,26 +829,26 @@
26
27 // Weight
28 @@ -43,4 +42,3 @@ diff -ru fox-1.7.67/lib/FXFont.cpp /var/tmp/portage/x11-libs/fox-1.7.67/work/fox
29 }
30
31 FXTRACE((160,"%4d: dweight=%-3d dsize=%3d dslant=%d dsetwidth=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dsetwidth,dscalable,dpolymorph,xres,yres,fontnames[f]));
32 -