Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-3.1-r5.ebuild
Date: Thu, 30 Aug 2012 09:41:27
Message-Id: 20120830094116.3F2F820C40@flycatcher.gentoo.org
1 voyageur 12/08/30 09:41:16
2
3 Modified: ChangeLog clang-3.1-r5.ebuild
4 Log:
5 Also apply llvm r600 patches, should fix bug #427206
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.77 sys-devel/clang/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.76&r2=1.77
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- ChangeLog 5 Aug 2012 14:07:08 -0000 1.76
23 +++ ChangeLog 30 Aug 2012 09:41:16 -0000 1.77
24 @@ -1,6 +1,19 @@
25 # ChangeLog for sys-devel/clang
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.76 2012/08/05 14:07:08 ryao Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.77 2012/08/30 09:41:16 voyageur Exp $
29 +
30 + 30 Aug 2012; Bernard Cafarelli <voyageur@g.o>
31 + -files/cl-patches/0001-Add-r600-TargetInfo.patch,
32 + +files/cl-patches/clang-0001-Add-r600-TargetInfo.patch,
33 + -files/cl-patches/0002-r600-Add-some-target-builtins.patch,
34 + +files/cl-patches/llvm-0001-r600-Add-some-intrinsic-definitions.patch,
35 + +files/cl-patches/llvm-0002-r600-Add-get_global_size-and-get_local_size-intri
36 + nsi.patch, +files/cl-patches/clang-0002-r600-Add-some-target-builtins.patch,
37 + +files/cl-patches/clang-0003-r600-Add-read_global_size-and-read_local_size-bu
38 + ilti.patch, clang-3.1-r5.ebuild,
39 + -files/cl-patches/0003-r600-Add-read_global_size-and-read_local_size-builti.p
40 + atch:
41 + Also apply llvm r600 patches, should fix bug #427206
42
43 05 Aug 2012; Richard Yao <ryao@g.o> clang-3.1-r4.ebuild:
44 Keyword ~x64-freebsd
45
46
47
48 1.3 sys-devel/clang/clang-3.1-r5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild?r1=1.2&r2=1.3
53
54 Index: clang-3.1-r5.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- clang-3.1-r5.ebuild 27 Jul 2012 18:22:45 -0000 1.2
61 +++ clang-3.1-r5.ebuild 30 Aug 2012 09:41:16 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild,v 1.2 2012/07/27 18:22:45 mgorny Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r5.ebuild,v 1.3 2012/08/30 09:41:16 voyageur Exp $
67
68 EAPI=4
69
70 @@ -18,7 +18,7 @@
71
72 LICENSE="UoI-NCSA"
73 SLOT="0"
74 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
75 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
76 IUSE="debug kernel_FreeBSD multitarget +static-analyzer test"
77
78 DEPEND="static-analyzer? ( dev-lang/perl )"
79 @@ -87,8 +87,9 @@
80 epatch "${FILESDIR}"/${P}-increase-parser-recursion-limit.patch
81
82 # Apply r600 OpenCL-related patches, bug #425688
83 + epatch "${FILESDIR}"/cl-patches/llvm-*.patch
84 pushd tools/clang &>/dev/null || die
85 - epatch "${FILESDIR}"/cl-patches/*.patch
86 + epatch "${FILESDIR}"/cl-patches/clang-*.patch
87 popd &>/dev/null || die
88
89 # User patches