Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/graphviz: graphviz-2.16.1-r2.ebuild ChangeLog
Date: Sat, 29 Dec 2007 00:28:53
Message-Id: E1J8PZD-0005mo-36@stork.gentoo.org
1 maekke 07/12/29 00:28:43
2
3 Modified: graphviz-2.16.1-r2.ebuild ChangeLog
4 Log:
5 fix building with tcl/tk-8.5, bug #181526
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.4 media-gfx/graphviz/graphviz-2.16.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: graphviz-2.16.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- graphviz-2.16.1-r2.ebuild 21 Dec 2007 10:23:46 -0000 1.3
22 +++ graphviz-2.16.1-r2.ebuild 29 Dec 2007 00:28:42 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild,v 1.3 2007/12/21 10:23:46 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r2.ebuild,v 1.4 2007/12/29 00:28:42 maekke Exp $
28
29 WANT_AUTOCONF=latest
30 WANT_AUTOMAKE=latest
31 @@ -119,6 +119,7 @@
32 epatch "${FILESDIR}"/${P}-gcc43-missing-includes.patch
33 epatch "${FILESDIR}"/${P}-python-buildfix.patch
34 epatch "${FILESDIR}"/${P}-pango-optional.patch
35 + epatch "${FILESDIR}"/${P}-tcltk.patch
36
37 # ToDo: Do the same thing for examples and/or
38 # write a patch for a configuration-option
39
40
41
42 1.133 media-gfx/graphviz/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.133&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/ChangeLog?rev=1.133&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/graphviz/ChangeLog?r1=1.132&r2=1.133
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v
51 retrieving revision 1.132
52 retrieving revision 1.133
53 diff -u -r1.132 -r1.133
54 --- ChangeLog 21 Dec 2007 04:08:01 -0000 1.132
55 +++ ChangeLog 29 Dec 2007 00:28:42 -0000 1.133
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-gfx/graphviz
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.132 2007/12/21 04:08:01 robbat2 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.133 2007/12/29 00:28:42 maekke Exp $
61 +
62 + 29 Dec 2007; Markus Meier <maekke@g.o>
63 + +files/graphviz-2.16.1-tcltk.patch, graphviz-2.16.1-r2.ebuild:
64 + fix building with tcl/tk-8.5, bug #181526
65
66 *graphviz-2.16.1-r2 (21 Dec 2007)
67
68
69
70
71 --
72 gentoo-commits@g.o mailing list