Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
pchrist 08/08/03 14:41:13
Modified: ChangeLog sbcl-1.0.19.ebuild
Log:
Disable QA execstack warnings as upstream will not fix them soon
(Portage version: 2.2_rc5/cvs/Linux 2.6.25-gentoo-r4 i686)
Revision Changes Path
1.147 dev-lisp/sbcl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 30 Jul 2008 16:19:06 -0000 1.146
+++ ChangeLog 3 Aug 2008 14:41:12 -0000 1.147
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/sbcl
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.146 2008/07/30 16:19:06 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.147 2008/08/03 14:41:12 pchrist Exp $
+
+ 03 Aug 2008; Panagiotis Christopoulos <pchrist@g.o>
+ sbcl-1.0.19.ebuild:
+ Disable QA execstack warnings as upstream will not fix them soon
*sbcl-1.0.19 (30 Jul 2008)
1.2 dev-lisp/sbcl/sbcl-1.0.19.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild?r1=1.1&r2=1.2
Index: sbcl-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-1.0.19.ebuild 30 Jul 2008 16:19:06 -0000 1.1
+++ sbcl-1.0.19.ebuild 3 Aug 2008 14:41:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.1 2008/07/30 16:19:06 pchrist Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.19.ebuild,v 1.2 2008/08/03 14:41:12 pchrist Exp $
inherit common-lisp-common-3 eutils flag-o-matic
@@ -40,6 +40,11 @@
PROVIDE="virtual/commonlisp"
+#Disable warnings about executable stacks, as this won't be fixed soon, by
+#upstream
+QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl \
+usr/lib/sbcl/src/runtime/*.o"
+
pkg_setup() {
if built_with_use sys-devel/gcc hardened && gcc-config -c | grep -qv vanilla; then
eerror "So-called \"hardened\" compiler features are incompatible with SBCL. You"
|
|