Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: ChangeLog fontconfig-2.6.0-r1.ebuild
Date: Sun, 22 Jun 2008 16:51:52
Message-Id: E1KASn4-0006O7-82@stork.gentoo.org
1 pva 08/06/22 16:51:46
2
3 Modified: ChangeLog fontconfig-2.6.0-r1.ebuild
4 Log:
5 Fixed parallel build failure, bug #225079, thank Iain for report.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.118 media-libs/fontconfig/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.118&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.118&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.117&r2=1.118
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
18 retrieving revision 1.117
19 retrieving revision 1.118
20 diff -u -r1.117 -r1.118
21 --- ChangeLog 4 Jun 2008 14:06:05 -0000 1.117
22 +++ ChangeLog 22 Jun 2008 16:51:45 -0000 1.118
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/fontconfig
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.117 2008/06/04 14:06:05 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.118 2008/06/22 16:51:45 pva Exp $
28 +
29 + 22 Jun 2008; Peter Volkov <pva@g.o>
30 + +files/fontconfig-2.6.0-parallel.patch, fontconfig-2.6.0-r1.ebuild:
31 + Fixed parallel build failure, bug #225079, thank Iain for report.
32
33 *fontconfig-2.6.0-r1 (04 Jun 2008)
34
35
36
37
38 1.2 media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: fontconfig-2.6.0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fontconfig-2.6.0-r1.ebuild 4 Jun 2008 14:06:05 -0000 1.1
51 +++ fontconfig-2.6.0-r1.ebuild 22 Jun 2008 16:51:45 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild,v 1.1 2008/06/04 14:06:05 loki_val Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r1.ebuild,v 1.2 2008/06/22 16:51:45 pva Exp $
57
58 inherit eutils libtool
59
60 @@ -26,9 +26,11 @@
61 cd "${S}"
62
63 epunt_cxx #74077
64 + epatch "${FILESDIR}"/${P}-parallel.patch
65 # Neeeded to get a sane .so versionning on fbsd, please dont drop
66 # If you have to run eautoreconf, you can also leave the elibtoolize call as
67 # it will be a no-op.
68 + eautomake
69 elibtoolize
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list