Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.8.ebuild ChangeLog
Date: Fri, 02 Oct 2009 19:53:37
Message-Id: E1MtoC7-0002Zl-6j@stork.gentoo.org
1 ssuominen 09/10/02 19:53:35
2
3 Modified: libffi-3.0.8.ebuild ChangeLog
4 Log:
5 Fix compability with Autoconf 2.64 wrt #287020, thanks to Mike Lundy and Mike Frysinger.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.19 dev-libs/libffi/libffi-3.0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild?r1=1.18&r2=1.19
14
15 Index: libffi-3.0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- libffi-3.0.8.ebuild 28 Sep 2009 15:48:57 -0000 1.18
22 +++ libffi-3.0.8.ebuild 2 Oct 2009 19:53:34 -0000 1.19
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.18 2009/09/28 15:48:57 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.19 2009/10/02 19:53:34 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils
31 @@ -19,7 +19,8 @@
32 test? ( dev-util/dejagnu )"
33
34 src_prepare() {
35 - epatch "${FILESDIR}"/${P}-fbsd.patch
36 + epatch "${FILESDIR}"/${P}-fbsd.patch \
37 + "${FILESDIR}"/${P}-autoconf-2.64.patch
38 eautoreconf
39 }
40
41
42
43
44 1.77 dev-libs/libffi/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.77&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.77&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.76&r2=1.77
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
53 retrieving revision 1.76
54 retrieving revision 1.77
55 diff -u -r1.76 -r1.77
56 --- ChangeLog 28 Sep 2009 15:48:57 -0000 1.76
57 +++ ChangeLog 2 Oct 2009 19:53:34 -0000 1.77
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-libs/libffi
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.76 2009/09/28 15:48:57 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.77 2009/10/02 19:53:34 ssuominen Exp $
63 +
64 + 02 Oct 2009; Samuli Suominen <ssuominen@g.o> libffi-3.0.8.ebuild,
65 + +files/libffi-3.0.8-autoconf-2.64.patch:
66 + Fix compability with Autoconf 2.64 wrt #287020, thanks to Mike Lundy and
67 + Mike Frysinger.
68
69 28 Sep 2009; Samuli Suominen <ssuominen@g.o> libffi-3.0.8.ebuild:
70 Use has_version to print warning only if sys-devel/gcc is built with USE