Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/glamor: glamor-0.5.1.ebuild ChangeLog
Date: Sun, 24 Nov 2013 20:51:54
Message-Id: 20131124205145.AAC742004B@flycatcher.gentoo.org
1 zorry 13/11/24 20:51:45
2
3 Modified: glamor-0.5.1.ebuild ChangeLog
4 Log:
5 Fix bug 488906 fail load grafic with hardened compiler
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FD79807F)
8
9 Revision Changes Path
10 1.9 x11-libs/glamor/glamor-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild?r1=1.8&r2=1.9
15
16 Index: glamor-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- glamor-0.5.1.ebuild 8 Oct 2013 05:07:03 -0000 1.8
23 +++ glamor-0.5.1.ebuild 24 Nov 2013 20:51:45 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v 1.8 2013/10/08 05:07:03 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.1.ebuild,v 1.9 2013/11/24 20:51:45 zorry Exp $
29
30 EAPI=5
31
32 @@ -10,7 +10,7 @@
33 XORG_MODULE_REBUILD=yes
34 S=${WORKDIR}/${PN}-egl-${PV}
35
36 -inherit xorg-2
37 +inherit xorg-2 toolchain-funcs
38
39 DESCRIPTION="OpenGL based 2D rendering acceleration library"
40 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
41 @@ -36,4 +36,8 @@
42 src_prepare() {
43 sed -i 's/inst_LTLIBRARIES/lib_LTLIBRARIES/' src/Makefile.am || die
44 xorg-2_src_prepare
45 + # fail to load grafic driver with hardened compiler #488906
46 + if gcc-specs-now ; then
47 + append-ldflags -Wl,-z,lazy
48 + fi
49 }
50
51
52
53 1.24 x11-libs/glamor/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.24&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.24&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.23&r2=1.24
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
62 retrieving revision 1.23
63 retrieving revision 1.24
64 diff -u -r1.23 -r1.24
65 --- ChangeLog 8 Oct 2013 05:07:03 -0000 1.23
66 +++ ChangeLog 24 Nov 2013 20:51:45 -0000 1.24
67 @@ -1,6 +1,9 @@
68 # ChangeLog for x11-libs/glamor
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.23 2013/10/08 05:07:03 ago Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.24 2013/11/24 20:51:45 zorry Exp $
72 +
73 + 24 Nov 2013; Magnus Granberg <zorry@g.o> glamor-0.5.1.ebuild:
74 + Fix bug 488906 fail to load driver with hardened compiler
75
76 08 Oct 2013; Agostino Sarubbo <ago@g.o> glamor-0.5.1.ebuild:
77 Stable for x86, wrt bug #475480