Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/reportlab/files: reportlab-2.2_qa_msg.patch
Date: Sat, 04 Oct 2008 16:24:43
Message-Id: E1Km9vs-0000hX-0v@stork.gentoo.org
1 neurogeek 08/10/04 16:24:40
2
3 Added: reportlab-2.2_qa_msg.patch
4 Log:
5 Version bump. Closes bug #238205, thanks to Pedro Romano <pmcnr72@×××××.com> for the ebuild
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.18-gentoo-r3 i686)
7
8 Revision Changes Path
9 1.1 dev-python/reportlab/files/reportlab-2.2_qa_msg.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/reportlab/files/reportlab-2.2_qa_msg.patch?rev=1.1&content-type=text/plain
13
14 Index: reportlab-2.2_qa_msg.patch
15 ===================================================================
16 #Patch submitted by Jesus Rivero <neurogeek@g.o>
17 #Submitted on 10/04/2008 to upstream
18 diff -uNr ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c
19 --- ReportLab_2_2.orig/src/rl_addons/renderPM/gt1/gt1-namecontext.c 2008-10-04 10:28:05.000000000 -0430
20 +++ ReportLab_2_2/src/rl_addons/renderPM/gt1/gt1-namecontext.c 2008-10-04 10:28:38.000000000 -0430
21 @@ -3,9 +3,7 @@
22 #include "gt1-misc.h"
23
24 #include "gt1-namecontext.h"
25 -#if defined(_WIN32) || defined(macintosh)
26 -# include <string.h>
27 -#endif
28 +#include <string.h>
29
30 /* btw, I do not know who wrote the following comment. I modified this
31 file somewhat from gimp's app/procedural_db.c hash function. */