Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-3.1.3-r1.ebuild
Date: Sun, 27 Jun 2010 05:37:13
Message-Id: 20100627053707.F36992CF8A@corvid.gentoo.org
1 reavertm 10/06/27 05:37:07
2
3 Modified: ChangeLog coin-3.1.3-r1.ebuild
4 Log:
5 Add note about expat unbundling being broken, remove expat workaround (as it doesn't work in some cases, bug 325685)
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.36 media-libs/coin/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 26 Jun 2010 14:26:12 -0000 1.35
22 +++ ChangeLog 27 Jun 2010 05:37:07 -0000 1.36
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/coin
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.35 2010/06/26 14:26:12 reavertm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.36 2010/06/27 05:37:07 reavertm Exp $
28 +
29 + 27 Jun 2010; Maciej Mrozowski <reavertm@g.o> coin-3.1.3-r1.ebuild:
30 + Add note about expat unbundling being broken, remove expat workaround (as
31 + it doesn't work in some cases, bug 325685)
32
33 *coin-3.1.3-r1 (26 Jun 2010)
34
35
36
37
38 1.2 media-libs/coin/coin-3.1.3-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: coin-3.1.3-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- coin-3.1.3-r1.ebuild 26 Jun 2010 14:26:12 -0000 1.1
51 +++ coin-3.1.3-r1.ebuild 27 Jun 2010 05:37:07 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.1 2010/06/26 14:26:12 reavertm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.2 2010/06/27 05:37:07 reavertm Exp $
57
58 EAPI=2
59
60 @@ -18,6 +18,7 @@
61 SLOT="0"
62 IUSE="bzip2 debug doc javascript openal simage static-libs threads zlib"
63
64 +# NOTE: expat is not really needed as --enable-system-expat is broken
65 RDEPEND="
66 dev-libs/expat
67 media-libs/fontconfig
68 @@ -50,8 +51,7 @@
69 )
70
71 src_configure() {
72 - # Unforunately it links to static expat...
73 - append-cppflags -I/usr/include/freetype2 -DUSE_SYSTEM_EXPAT
74 + append-cppflags -I/usr/include/freetype2
75 # Prefer link-time linking over dlopen
76 econf \
77 htmldir="/usr/share/doc/${PF}/html" \