Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/pdftex/files: pdftex-1.40.9-xpdfversion.patch
Date: Tue, 30 Sep 2008 17:15:44
Message-Id: E1Kkip3-0004Yh-GI@stork.gentoo.org
1 aballier 08/09/30 17:15:41
2
3 Added: pdftex-1.40.9-xpdfversion.patch
4 Log:
5 Stop using xpdfVersion, it's gone from latest poppler and we don't really need it.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.1 dev-tex/pdftex/files/pdftex-1.40.9-xpdfversion.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pdftex/files/pdftex-1.40.9-xpdfversion.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/pdftex/files/pdftex-1.40.9-xpdfversion.patch?rev=1.1&content-type=text/plain
13
14 Index: pdftex-1.40.9-xpdfversion.patch
15 ===================================================================
16 Index: pdftex-1.40.9/src/texk/web2c/pdftexdir/utils.c
17 ===================================================================
18 --- pdftex-1.40.9.orig/src/texk/web2c/pdftexdir/utils.c
19 +++ pdftex-1.40.9/src/texk/web2c/pdftexdir/utils.c
20 @@ -1267,9 +1267,9 @@ void initversionstring(char **versions)
21 (void) asprintf(versions,
22 "Compiled with libpng %s; using libpng %s\n"
23 "Compiled with zlib %s; using zlib %s\n"
24 - "Compiled with poppler version %s\n",
25 + "Compiled with poppler\n",
26 PNG_LIBPNG_VER_STRING, png_libpng_ver,
27 - ZLIB_VERSION, zlib_version, xpdfVersion);
28 + ZLIB_VERSION, zlib_version);
29 }