Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.5.18.ebuild
Date: Sat, 30 May 2009 00:17:45
Message-Id: E1MACGe-0007jJ-8V@stork.gentoo.org
1 vapier 09/05/30 00:17:44
2
3 Modified: ChangeLog strace-4.5.18.ebuild
4 Log:
5 Fix build failure on arm due to missing cachectl.h #266014 by Pinky.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.132 dev-util/strace/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.132&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.132&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.131&r2=1.132
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
18 retrieving revision 1.131
19 retrieving revision 1.132
20 diff -u -r1.131 -r1.132
21 --- ChangeLog 14 Feb 2009 17:53:47 -0000 1.131
22 +++ ChangeLog 30 May 2009 00:17:44 -0000 1.132
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/strace
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.131 2009/02/14 17:53:47 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.132 2009/05/30 00:17:44 vapier Exp $
28 +
29 + 30 May 2009; Mike Frysinger <vapier@g.o> strace-4.5.18.ebuild,
30 + +files/strace-4.5.18-arm-cache.patch:
31 + Fix build failure on arm due to missing cachectl.h #266014 by Pinky.
32
33 14 Feb 2009; Mike Frysinger <vapier@g.o>
34 +files/strace-4.5.18-arm-syscalls.patch, strace-4.5.18.ebuild:
35
36
37
38 1.14 dev-util/strace/strace-4.5.18.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?r1=1.13&r2=1.14
43
44 Index: strace-4.5.18.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- strace-4.5.18.ebuild 14 Feb 2009 17:53:47 -0000 1.13
51 +++ strace-4.5.18.ebuild 30 May 2009 00:17:44 -0000 1.14
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/dev-util/strace/strace-4.5.18.ebuild,v 1.13 2009/02/14 17:53:47 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.14 2009/05/30 00:17:44 vapier Exp $
57
58 inherit flag-o-matic
59
60 @@ -23,6 +23,7 @@
61
62 epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
63 epatch "${FILESDIR}"/${PN}-4.5.18-arm-syscalls.patch #241168
64 + epatch "${FILESDIR}"/${PN}-4.5.18-arm-cache.patch #266014
65 }
66
67 src_compile() {