Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.3.4.ebuild
Date: Thu, 06 Aug 2009 14:32:13
Message-Id: E1MZ40p-0007gx-DA@stork.gentoo.org
1 ssuominen 09/08/06 14:32:11
2
3 Modified: ChangeLog afflib-3.3.4.ebuild
4 Log:
5 Fix building with GLIBC 2.10+ wrt #272878.
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 app-forensics/afflib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 1 May 2009 19:02:17 -0000 1.5
22 +++ ChangeLog 6 Aug 2009 14:32:11 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-forensics/afflib
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.5 2009/05/01 19:02:17 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.6 2009/08/06 14:32:11 ssuominen Exp $
28 +
29 + 06 Aug 2009; Samuli Suominen <ssuominen@g.o> afflib-3.3.4.ebuild,
30 + +files/afflib-3.3.4-glibc-2.10.patch:
31 + Fix building with GLIBC 2.10+ wrt #272878.
32
33 01 May 2009; Raúl Porcel <armin76@g.o> afflib-3.3.4.ebuild:
34 Add ~arm/~s390 wrt #203758
35
36
37
38 1.6 app-forensics/afflib/afflib-3.3.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild?r1=1.5&r2=1.6
43
44 Index: afflib-3.3.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- afflib-3.3.4.ebuild 1 May 2009 19:02:17 -0000 1.5
51 +++ afflib-3.3.4.ebuild 6 Aug 2009 14:32:11 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild,v 1.5 2009/05/01 19:02:17 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild,v 1.6 2009/08/06 14:32:11 ssuominen Exp $
57
58 inherit eutils
59
60 @@ -24,6 +24,12 @@
61 dev-libs/openssl"
62 RDEPEND=${DEPEND}
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
68 +}
69 +
70 src_compile() {
71 econf \
72 $(use_enable fuse) \