Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/lsof: lsof-4.85-r2.ebuild ChangeLog
Date: Wed, 22 Aug 2012 04:03:58
Message-Id: 20120822040334.2EEB9202D8@flycatcher.gentoo.org
1 vapier 12/08/22 04:03:34
2
3 Modified: lsof-4.85-r2.ebuild ChangeLog
4 Log:
5 Fix cross-compiling by avoiding executing compiled configure tests #432120 by Dennis Schridde.
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sys-process/lsof/lsof-4.85-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild?r1=1.9&r2=1.10
15
16 Index: lsof-4.85-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- lsof-4.85-r2.ebuild 28 May 2012 16:22:19 -0000 1.9
23 +++ lsof-4.85-r2.ebuild 22 Aug 2012 04:03:33 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.9 2012/05/28 16:22:19 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/lsof-4.85-r2.ebuild,v 1.10 2012/08/22 04:03:33 vapier Exp $
29
30 EAPI="2"
31
32 @@ -32,6 +32,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}"/${P}-arg.c.patch #388555
36 + epatch "${FILESDIR}"/${PN}-4.85-cross.patch #432120
37 # convert `test -r header.h` into a compile test
38 sed -i -r \
39 -e 's:test -r \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} ${LSOF_CFGF} -E - >/dev/null 2>\&1:' \
40
41
42
43 1.92 sys-process/lsof/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/ChangeLog?rev=1.92&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/ChangeLog?rev=1.92&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/lsof/ChangeLog?r1=1.91&r2=1.92
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v
52 retrieving revision 1.91
53 retrieving revision 1.92
54 diff -u -r1.91 -r1.92
55 --- ChangeLog 28 May 2012 16:22:19 -0000 1.91
56 +++ ChangeLog 22 Aug 2012 04:03:33 -0000 1.92
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-process/lsof
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.91 2012/05/28 16:22:19 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-process/lsof/ChangeLog,v 1.92 2012/08/22 04:03:33 vapier Exp $
62 +
63 + 22 Aug 2012; Mike Frysinger <vapier@g.o> +files/lsof-4.85-cross.patch,
64 + lsof-4.85-r2.ebuild:
65 + Fix cross-compiling by avoiding executing compiled configure tests #432120 by
66 + Dennis Schridde.
67
68 28 May 2012; Raúl Porcel <armin76@g.o> lsof-4.85-r2.ebuild:
69 alpha/ia64/m68k/s390/sh/sparc stable wrt #413273