Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.1.18.ebuild sbcl-1.2.2.ebuild sbcl-1.2.4.ebuild ChangeLog
Date: Sun, 01 Feb 2015 06:34:55
Message-Id: 20150201063448.C61CE10CE2@oystercatcher.gentoo.org
1 gienah 15/02/01 06:34:48
2
3 Modified: sbcl-1.1.18.ebuild sbcl-1.2.2.ebuild
4 sbcl-1.2.4.ebuild ChangeLog
5 Log:
6 Applied my fix from sbcl-1.2.7 to all the remaining ebuilds to fix Bug 526194 - dev-lisp/sbcl-1.2.4 does not respect CFLAGS and LDFLAGS
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.6 dev-lisp/sbcl/sbcl-1.1.18.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild?r1=1.5&r2=1.6
16
17 Index: sbcl-1.1.18.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- sbcl-1.1.18.ebuild 20 Oct 2014 14:51:55 -0000 1.5
24 +++ sbcl-1.1.18.ebuild 1 Feb 2015 06:34:48 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.5 2014/10/20 14:51:55 grozin Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.18.ebuild,v 1.6 2015/02/01 06:34:48 gienah Exp $
31
32 EAPI=5
33 inherit multilib eutils flag-o-matic pax-utils
34 @@ -92,6 +92,11 @@
35 epatch "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
36 fi
37
38 + # bug #526194
39 + sed -e "s@CFLAGS =@CFLAGS = ${CFLAGS}@" \
40 + -e "s@LINKFLAGS =@LINKFLAGS = ${LDFLAGS}@" \
41 + -i src/runtime/GNUmakefile || die
42 +
43 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
44
45 use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk
46
47
48
49 1.5 dev-lisp/sbcl/sbcl-1.2.2.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild?r1=1.4&r2=1.5
54
55 Index: sbcl-1.2.2.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- sbcl-1.2.2.ebuild 20 Oct 2014 14:51:55 -0000 1.4
62 +++ sbcl-1.2.2.ebuild 1 Feb 2015 06:34:48 -0000 1.5
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2014 Gentoo Foundation
65 +# Copyright 1999-2015 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.4 2014/10/20 14:51:55 grozin Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.2.ebuild,v 1.5 2015/02/01 06:34:48 gienah Exp $
69
70 EAPI=5
71 inherit multilib eutils flag-o-matic pax-utils
72 @@ -92,6 +92,11 @@
73 epatch "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
74 fi
75
76 + # bug #526194
77 + sed -e "s@CFLAGS =@CFLAGS = ${CFLAGS}@" \
78 + -e "s@LINKFLAGS =@LINKFLAGS = ${LDFLAGS}@" \
79 + -i src/runtime/GNUmakefile || die
80 +
81 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
82
83 use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk
84
85
86
87 1.2 dev-lisp/sbcl/sbcl-1.2.4.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild?rev=1.2&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild?rev=1.2&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild?r1=1.1&r2=1.2
92
93 Index: sbcl-1.2.4.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild,v
96 retrieving revision 1.1
97 retrieving revision 1.2
98 diff -u -r1.1 -r1.2
99 --- sbcl-1.2.4.ebuild 20 Oct 2014 14:51:55 -0000 1.1
100 +++ sbcl-1.2.4.ebuild 1 Feb 2015 06:34:48 -0000 1.2
101 @@ -1,6 +1,6 @@
102 -# Copyright 1999-2014 Gentoo Foundation
103 +# Copyright 1999-2015 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild,v 1.1 2014/10/20 14:51:55 grozin Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.4.ebuild,v 1.2 2015/02/01 06:34:48 gienah Exp $
107
108 EAPI=5
109 inherit multilib eutils flag-o-matic pax-utils
110 @@ -92,6 +92,11 @@
111 epatch "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
112 fi
113
114 + # bug #526194
115 + sed -e "s@CFLAGS =@CFLAGS = ${CFLAGS}@" \
116 + -e "s@LINKFLAGS =@LINKFLAGS = ${LDFLAGS}@" \
117 + -i src/runtime/GNUmakefile || die
118 +
119 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
120
121 use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk
122
123
124
125 1.217 dev-lisp/sbcl/ChangeLog
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.217&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.217&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.216&r2=1.217
130
131 Index: ChangeLog
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
134 retrieving revision 1.216
135 retrieving revision 1.217
136 diff -u -r1.216 -r1.217
137 --- ChangeLog 1 Feb 2015 01:46:12 -0000 1.216
138 +++ ChangeLog 1 Feb 2015 06:34:48 -0000 1.217
139 @@ -1,6 +1,11 @@
140 # ChangeLog for dev-lisp/sbcl
141 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
142 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.216 2015/02/01 01:46:12 gienah Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.217 2015/02/01 06:34:48 gienah Exp $
144 +
145 + 01 Feb 2015; Mark Wright <gienah@g.o> sbcl-1.1.18.ebuild,
146 + sbcl-1.2.2.ebuild, sbcl-1.2.4.ebuild:
147 + Applied my fix from sbcl-1.2.7 to all the remaining ebuilds to fix Bug 526194
148 + - dev-lisp/sbcl-1.2.4 does not respect CFLAGS and LDFLAGS
149
150 01 Feb 2015; Mark Wright <gienah@g.o>
151 +files/sbcl-1.0.55-newglibc.patch, sbcl-1.0.55-r1.ebuild: