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-libs/kpathsea/files: invocname.patch
Date: Tue, 28 Jun 2011 15:52:25
Message-Id: 20110628155146.0148420057@flycatcher.gentoo.org
1 aballier 11/06/28 15:51:45
2
3 Added: invocname.patch
4 Log:
5 bump to the version from TeX Live 2011 pretest to allow a smoother upgrade. Disable, again, largefile as it seems to cause problems on some arches.
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/kpathsea/files/invocname.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/files/invocname.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/files/invocname.patch?rev=1.1&content-type=text/plain
14
15 Index: invocname.patch
16 ===================================================================
17 Preserve API for now. This has been renamed for TeX Live 2011.
18
19 Index: texlive-20110627-source/texk/kpathsea/types.h
20 ===================================================================
21 --- texlive-20110627-source.orig/texk/kpathsea/types.h
22 +++ texlive-20110627-source/texk/kpathsea/types.h
23 @@ -280,8 +280,12 @@ extern KPSEDLL kpathsea kpse_def;
24
25 #undef kpse_invocation_name
26 #define kpse_invocation_name kpse_def_inst.invocation_name
27 +#undef program_invocation_name
28 +#define program_invocation_name kpse_def_inst.invocation_name
29 #undef kpse_invocation_short_name
30 #define kpse_invocation_short_name kpse_def_inst.invocation_short_name
31 +#undef program_invocation_short_name
32 +#define program_invocation_short_name kpse_def_inst.invocation_short_name
33
34 #endif /* KPSE_COMPAT_API */