Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-7.11.ebuild ChangeLog
Date: Mon, 01 Aug 2011 23:50:39
Message-Id: 20110801235029.BD8552004C@flycatcher.gentoo.org
1 chithanh 11/08/01 23:50:29
2
3 Modified: mesa-7.11.ebuild ChangeLog
4 Log:
5 Disambiguate hardened related USE flag, bug #375561 and bug #377301.
6
7 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-7.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-7.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-7.11.ebuild 1 Aug 2011 22:35:44 -0000 1.1
23 +++ mesa-7.11.ebuild 1 Aug 2011 23:50:29 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.1 2011/08/01 22:35:44 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.2 2011/08/01 23:50:29 chithanh Exp $
29
30 EAPI=3
31
32 @@ -136,7 +136,7 @@
33 EPATCH_SUFFIX="patch" \
34 epatch
35 fi
36 - # fix for hardened, bug 240956
37 + # fix for hardened pax_kernel, bug 240956
38 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
39
40 # FreeBSD 6.* doesn't have posix_memalign().
41 @@ -213,8 +213,8 @@
42 gallium_enable video_cards_radeon r300 r600
43 fi
44
45 - # x86 hardened needs glx-rts, bug 240956
46 - if use hardened; then
47 + # x86 hardened pax_kernel needs glx-rts, bug 240956
48 + if use pax_kernel; then
49 myconf+="
50 $(use_enable x86 glx-rts)
51 "
52
53
54
55 1.357 media-libs/mesa/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.357&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.357&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.356&r2=1.357
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
64 retrieving revision 1.356
65 retrieving revision 1.357
66 diff -u -r1.356 -r1.357
67 --- ChangeLog 1 Aug 2011 22:35:44 -0000 1.356
68 +++ ChangeLog 1 Aug 2011 23:50:29 -0000 1.357
69 @@ -1,6 +1,10 @@
70 # ChangeLog for media-libs/mesa
71 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.356 2011/08/01 22:35:44 chithanh Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.357 2011/08/01 23:50:29 chithanh Exp $
74 +
75 + 01 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
76 + mesa-7.11.ebuild:
77 + Disambiguate hardened related USE flag, bug #375561 and bug #377301.
78
79 *mesa-7.11 (01 Aug 2011)