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/hugin: hugin-0.6.1-r2.ebuild ChangeLog
Date: Fri, 02 May 2008 11:46:31
Message-Id: E1Jrtie-0002K3-Qh@stork.gentoo.org
1 maekke 08/05/02 11:46:28
2
3 Modified: hugin-0.6.1-r2.ebuild ChangeLog
4 Log:
5 fix building with gcc-4.3 by Peter Alfredsen, bug #219783
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.6 media-gfx/hugin/hugin-0.6.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: hugin-0.6.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- hugin-0.6.1-r2.ebuild 16 Mar 2008 00:39:43 -0000 1.5
22 +++ hugin-0.6.1-r2.ebuild 2 May 2008 11:46:28 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild,v 1.5 2008/03/16 00:39:43 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1-r2.ebuild,v 1.6 2008/05/02 11:46:28 maekke Exp $
28
29 inherit wxwidgets eutils autotools libtool
30
31 @@ -49,6 +49,7 @@
32 cd "${S}"
33 epatch "${FILESDIR}/${P}-1_0.6.1-1.1.patch"
34 epatch "${FILESDIR}/${P}-as-needed.patch"
35 + epatch "${FILESDIR}/${P}-gcc43.patch"
36
37 AT_M4DIR="${S}/m4" eautoreconf
38 }
39
40
41
42 1.38 media-gfx/hugin/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.38&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.38&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.37&r2=1.38
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
51 retrieving revision 1.37
52 retrieving revision 1.38
53 diff -u -r1.37 -r1.38
54 --- ChangeLog 16 Mar 2008 00:39:43 -0000 1.37
55 +++ ChangeLog 2 May 2008 11:46:28 -0000 1.38
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-gfx/hugin
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.37 2008/03/16 00:39:43 maekke Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.38 2008/05/02 11:46:28 maekke Exp $
61 +
62 + 02 May 2008; Markus Meier <maekke@g.o>
63 + +files/hugin-0.6.1-gcc43.patch, hugin-0.6.1-r2.ebuild:
64 + fix building with gcc-4.3 by Peter Alfredsen, bug #219783
65
66 16 Mar 2008; Markus Meier <maekke@g.o> hugin-0.6.1-r2.ebuild:
67 zip dep is also needed in hugin-0.6
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list