Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/luatex/0.29.0: 100_all_xpdfversion.patch series
Date: Tue, 30 Sep 2008 17:26:29
Message-Id: E1KkizT-0004mV-6u@stork.gentoo.org
1 aballier 08/09/30 17:26:27
2
3 Modified: series
4 Added: 100_all_xpdfversion.patch
5 Log:
6 stop using xpdfVersion, we dont really need it
7
8 Revision Changes Path
9 1.3 src/patchsets/luatex/0.29.0/series
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/luatex/0.29.0/series?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/luatex/0.29.0/series?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/luatex/0.29.0/series?r1=1.2&r2=1.3
14
15 Index: series
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/luatex/0.29.0/series,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- series 30 Aug 2008 08:13:51 -0000 1.2
22 +++ series 30 Sep 2008 17:26:26 -0000 1.3
23 @@ -7,3 +7,4 @@
24 070_all_cflags.patch
25 080_all_libpngincludes.patch
26 090_all_texlua.patch
27 +100_all_xpdfversion.patch
28
29
30
31 1.1 src/patchsets/luatex/0.29.0/100_all_xpdfversion.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/luatex/0.29.0/100_all_xpdfversion.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/luatex/0.29.0/100_all_xpdfversion.patch?rev=1.1&content-type=text/plain
35
36 Index: 100_all_xpdfversion.patch
37 ===================================================================
38 Index: luatex-beta-0.29.0/src/texk/web2c/luatexdir/utils.c
39 ===================================================================
40 --- luatex-beta-0.29.0.orig/src/texk/web2c/luatexdir/utils.c
41 +++ luatex-beta-0.29.0/src/texk/web2c/luatexdir/utils.c
42 @@ -1131,9 +1131,9 @@ void initversionstring(char **versions)
43 (void) asprintf(versions,
44 "Compiled with libpng %s; using libpng %s\n"
45 "Compiled with zlib %s; using zlib %s\n"
46 - "Compiled with poppler version %s\n",
47 + "Compiled with poppler\n",
48 PNG_LIBPNG_VER_STRING, png_libpng_ver,
49 - ZLIB_VERSION, zlib_version, xpdfVersion);
50 + ZLIB_VERSION, zlib_version);
51 }