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.2.6.ebuild ChangeLog
Date: Sun, 01 Feb 2015 07:39:11
Message-Id: 20150201073907.9331810CEF@oystercatcher.gentoo.org
1 gienah 15/02/01 07:39:07
2
3 Modified: sbcl-1.2.6.ebuild ChangeLog
4 Log:
5 Applied my fix from sbcl-1.2.7 to sbcl-1.2.6 to fix Bug 526194 - dev-lisp/sbcl-1.2.4 does not respect CFLAGS and LDFLAGS
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.2 dev-lisp/sbcl/sbcl-1.2.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild?r1=1.1&r2=1.2
15
16 Index: sbcl-1.2.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sbcl-1.2.6.ebuild 20 Dec 2014 15:37:16 -0000 1.1
23 +++ sbcl-1.2.6.ebuild 1 Feb 2015 07:39:07 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild,v 1.1 2014/12/20 15:37:16 grozin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.2.6.ebuild,v 1.2 2015/02/01 07:39:07 gienah Exp $
30
31 EAPI=5
32 inherit multilib eutils flag-o-matic pax-utils
33 @@ -91,6 +91,11 @@
34 epatch "${FILESDIR}"/${PN}-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch
35 fi
36
37 + # bug #526194
38 + sed -e "s@CFLAGS =@CFLAGS = ${CFLAGS}@" \
39 + -e "s@LINKFLAGS =@LINKFLAGS = ${LDFLAGS}@" \
40 + -i src/runtime/GNUmakefile || die
41 +
42 cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die
43
44 use source && sed 's%"$(BUILD_ROOT)%$(MODULE).lisp "$(BUILD_ROOT)%' -i contrib/vanilla-module.mk
45
46
47
48 1.218 dev-lisp/sbcl/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.218&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.218&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.217&r2=1.218
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
57 retrieving revision 1.217
58 retrieving revision 1.218
59 diff -u -r1.217 -r1.218
60 --- ChangeLog 1 Feb 2015 06:34:48 -0000 1.217
61 +++ ChangeLog 1 Feb 2015 07:39:07 -0000 1.218
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-lisp/sbcl
64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.217 2015/02/01 06:34:48 gienah Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.218 2015/02/01 07:39:07 gienah Exp $
67 +
68 + 01 Feb 2015; Mark Wright <gienah@g.o> sbcl-1.2.6.ebuild:
69 + Applied my fix from sbcl-1.2.7 to sbcl-1.2.6 to fix Bug 526194 - dev-
70 + lisp/sbcl-1.2.4 does not respect CFLAGS and LDFLAGS
71
72 01 Feb 2015; Mark Wright <gienah@g.o> sbcl-1.1.18.ebuild,
73 sbcl-1.2.2.ebuild, sbcl-1.2.4.ebuild: