Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.3.ebuild
Date: Wed, 31 Oct 2007 21:32:41
Message-Id: E1InLAq-0002DY-4l@stork.gentoo.org
1 uberlord 07/10/31 21:32:28
2
3 Modified: ChangeLog consolekit-0.2.3.ebuild
4 Log:
5 Add a workaround for a FreeBSD kernel bug so consolekit stops when in use.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.25 sys-auth/consolekit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 18 Oct 2007 15:43:51 -0000 1.24
22 +++ ChangeLog 31 Oct 2007 21:32:27 -0000 1.25
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-auth/consolekit
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.24 2007/10/18 15:43:51 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.25 2007/10/31 21:32:27 uberlord Exp $
28 +
29 + 31 Oct 2007; Roy Marples <uberlord@g.o>
30 + +files/consolekit-0.2.3-freebsd.patch, consolekit-0.2.3.ebuild:
31 + Add a workaround for a FreeBSD kernel bug so consolekit stops when in use.
32
33 18 Oct 2007; Roy Marples <uberlord@g.o> consolekit-0.2.3.ebuild:
34 Keyworded ~x86-fbsd
35
36
37
38 1.5 sys-auth/consolekit/consolekit-0.2.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?r1=1.4&r2=1.5
43
44 Index: consolekit-0.2.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- consolekit-0.2.3.ebuild 18 Oct 2007 15:43:51 -0000 1.4
51 +++ consolekit-0.2.3.ebuild 31 Oct 2007 21:32:27 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.4 2007/10/18 15:43:51 uberlord Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.5 2007/10/31 21:32:27 uberlord Exp $
57
58 inherit eutils autotools multilib pam
59
60 @@ -28,6 +28,14 @@
61
62 S="${WORKDIR}/${MY_PN}-${MY_PV}"
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 +
68 + # Work around an apparent FreeBSD kernel bug
69 + use x86-fbsd && epatch "${FILESDIR}/${P}"-freebsd.patch
70 +}
71 +
72 src_compile() {
73 econf $(use_enable debug) \
74 $(use_enable pam pam-module) \
75
76
77
78 --
79 gentoo-commits@g.o mailing list