Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.1.1.ebuild ChangeLog
Date: Thu, 01 May 2014 09:41:30
Message-Id: 20140501094126.B674A2004C@flycatcher.gentoo.org
1 mgorny 14/05/01 09:41:26
2
3 Modified: mesa-10.1.1.ebuild ChangeLog
4 Log:
5 Remove --enable-llvm-shared-libs since the switch is broken in this version and causes shared linking to be disabled. In fact, the default is for shared linking to be enabled, so removing the switch leaves it that way.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 media-libs/mesa/mesa-10.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?r1=1.2&r2=1.3
15
16 Index: mesa-10.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mesa-10.1.1.ebuild 29 Apr 2014 17:31:38 -0000 1.2
23 +++ mesa-10.1.1.ebuild 1 May 2014 09:41:26 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.2 2014/04/29 17:31:38 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.3 2014/05/01 09:41:26 mgorny Exp $
29
30 EAPI=5
31
32 @@ -317,7 +317,6 @@
33 $(use_enable nptl glx-tls) \
34 $(use_enable osmesa) \
35 $(use_enable !pic asm) \
36 - --enable-llvm-shared-libs \
37 --with-dri-drivers=${DRI_DRIVERS} \
38 --with-gallium-drivers=${GALLIUM_DRIVERS} \
39 PYTHON2="${PYTHON}" \
40
41
42
43 1.556 media-libs/mesa/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.556&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.556&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.555&r2=1.556
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
52 retrieving revision 1.555
53 retrieving revision 1.556
54 diff -u -r1.555 -r1.556
55 --- ChangeLog 29 Apr 2014 17:31:38 -0000 1.555
56 +++ ChangeLog 1 May 2014 09:41:26 -0000 1.556
57 @@ -1,6 +1,11 @@
58 # ChangeLog for media-libs/mesa
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.555 2014/04/29 17:31:38 mgorny Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.556 2014/05/01 09:41:26 mgorny Exp $
62 +
63 + 01 May 2014; Michał Górny <mgorny@g.o> mesa-10.1.1.ebuild:
64 + Remove --enable-llvm-shared-libs since the switch is broken in this version
65 + and causes shared linking to be disabled. In fact, the default is for shared
66 + linking to be enabled, so removing the switch leaves it that way.
67
68 29 Apr 2014; Michał Górny <mgorny@g.o> mesa-10.1.1.ebuild:
69 Restore libxml2 dep that was removed prematurely, bug #509066.