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: clang-9999.ebuild ChangeLog clang-2.9-r1.ebuild clang-3.0_rc3.ebuild clang-2.8-r3.ebuild
Date: Mon, 14 Nov 2011 15:02:44
Message-Id: 20111114150231.B475D2004B@flycatcher.gentoo.org
1 voyageur 11/11/14 15:02:31
2
3 Modified: clang-9999.ebuild ChangeLog clang-2.9-r1.ebuild
4 clang-3.0_rc3.ebuild clang-2.8-r3.ebuild
5 Log:
6 gcc-config 1.5 dropped the -X option, thanks Leonid Volnitsky <leonid@×××××××××.com> in bug #388621
7
8 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 sys-devel/clang/clang-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.19&r2=1.20
16
17 Index: clang-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- clang-9999.ebuild 9 Nov 2011 22:55:22 -0000 1.19
24 +++ clang-9999.ebuild 14 Nov 2011 15:02:31 -0000 1.20
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.19 2011/11/09 22:55:22 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.20 2011/11/14 15:02:31 voyageur Exp $
30
31 EAPI=3
32
33 @@ -88,7 +88,7 @@
34
35 if use system-cxx-headers; then
36 # Try to get current gcc headers path
37 - local CXX_PATH=$(gcc-config -X| cut -d: -f1 | sed 's,/include/g++-v4$,,')
38 + local CXX_PATH=$(gcc-config -L| cut -d: -f1)
39 CONF_FLAGS="${CONF_FLAGS} --with-c-include-dirs=/usr/include:${CXX_PATH}/include"
40 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-root=${CXX_PATH}/include/g++-v4"
41 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-arch=$CHOST"
42
43
44
45 1.47 sys-devel/clang/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.47&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.47&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.46&r2=1.47
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
54 retrieving revision 1.46
55 retrieving revision 1.47
56 diff -u -r1.46 -r1.47
57 --- ChangeLog 10 Nov 2011 14:01:41 -0000 1.46
58 +++ ChangeLog 14 Nov 2011 15:02:31 -0000 1.47
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sys-devel/clang
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.46 2011/11/10 14:01:41 voyageur Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.47 2011/11/14 15:02:31 voyageur Exp $
64 +
65 + 14 Nov 2011; Bernard Cafarelli <voyageur@g.o> clang-2.8-r3.ebuild,
66 + clang-2.9-r1.ebuild, clang-3.0_rc3.ebuild, clang-9999.ebuild:
67 + gcc-config 1.5 dropped the -X option, thanks Leonid Volnitsky
68 + <leonid@×××××××××.com> in bug #388621
69
70 10 Nov 2011; Bernard Cafarelli <voyageur@g.o> clang-3.0_rc3.ebuild:
71 Fix tests (needs full compilation of llvm, remove broken test)
72
73
74
75 1.4 sys-devel/clang/clang-2.9-r1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild?r1=1.3&r2=1.4
80
81 Index: clang-2.9-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- clang-2.9-r1.ebuild 4 Oct 2011 11:52:07 -0000 1.3
88 +++ clang-2.9-r1.ebuild 14 Nov 2011 15:02:31 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v 1.3 2011/10/04 11:52:07 voyageur Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.9-r1.ebuild,v 1.4 2011/11/14 15:02:31 voyageur Exp $
94
95 EAPI=3
96
97 @@ -98,7 +98,7 @@
98
99 if use system-cxx-headers; then
100 # Try to get current gcc headers path
101 - local CXX_PATH=$(gcc-config -X| cut -d: -f1 | sed 's,/include/g++-v4$,,')
102 + local CXX_PATH=$(gcc-config -L| cut -d: -f1)
103 CONF_FLAGS="${CONF_FLAGS} --with-c-include-dirs=/usr/include:${CXX_PATH}/include"
104 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-root=${CXX_PATH}/include/g++-v4"
105 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-arch=$CHOST"
106
107
108
109 1.3 sys-devel/clang/clang-3.0_rc3.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild?rev=1.3&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild?rev=1.3&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild?r1=1.2&r2=1.3
114
115 Index: clang-3.0_rc3.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild,v
118 retrieving revision 1.2
119 retrieving revision 1.3
120 diff -u -r1.2 -r1.3
121 --- clang-3.0_rc3.ebuild 10 Nov 2011 14:01:41 -0000 1.2
122 +++ clang-3.0_rc3.ebuild 14 Nov 2011 15:02:31 -0000 1.3
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2011 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild,v 1.2 2011/11/10 14:01:41 voyageur Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.0_rc3.ebuild,v 1.3 2011/11/14 15:02:31 voyageur Exp $
128
129 EAPI=3
130
131 @@ -86,7 +86,7 @@
132
133 if use system-cxx-headers; then
134 # Try to get current gcc headers path
135 - local CXX_PATH=$(gcc-config -X| cut -d: -f1 | sed 's,/include/g++-v4$,,')
136 + local CXX_PATH=$(gcc-config -L| cut -d: -f1)
137 CONF_FLAGS="${CONF_FLAGS} --with-c-include-dirs=/usr/include:${CXX_PATH}/include"
138 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-root=${CXX_PATH}/include/g++-v4"
139 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-arch=$CHOST"
140
141
142
143 1.7 sys-devel/clang/clang-2.8-r3.ebuild
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?rev=1.7&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?rev=1.7&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild?r1=1.6&r2=1.7
148
149 Index: clang-2.8-r3.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v
152 retrieving revision 1.6
153 retrieving revision 1.7
154 diff -u -r1.6 -r1.7
155 --- clang-2.8-r3.ebuild 4 Oct 2011 11:52:07 -0000 1.6
156 +++ clang-2.8-r3.ebuild 14 Nov 2011 15:02:31 -0000 1.7
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2011 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.6 2011/10/04 11:52:07 voyageur Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.7 2011/11/14 15:02:31 voyageur Exp $
162
163 EAPI=3
164
165 @@ -109,7 +109,7 @@
166
167 if use system-cxx-headers; then
168 # Try to get current gcc headers path
169 - local CXX_PATH=$(gcc-config -X| cut -d: -f1 | sed 's,/include/g++-v4$,,')
170 + local CXX_PATH=$(gcc-config -L| cut -d: -f1)
171 CONF_FLAGS="${CONF_FLAGS} --with-c-include-dirs=/usr/include:${CXX_PATH}/include"
172 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-root=${CXX_PATH}/include/g++-v4"
173 CONF_FLAGS="${CONF_FLAGS} --with-cxx-include-arch=$CHOST"