From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A9A5D1381F3 for ; Fri, 4 Oct 2013 15:43:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4024AE08BD; Fri, 4 Oct 2013 15:43:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68F24E08BD for ; Fri, 4 Oct 2013 15:43:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5684B33EE6C for ; Fri, 4 Oct 2013 15:43:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 2D8932004C; Fri, 4 Oct 2013 15:43:44 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild llvm-3.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: llvm-9999.ebuild llvm-3.3-r1.ebuild ChangeLog X-VCS-Directories: sys-devel/llvm X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131004154344.2D8932004C@flycatcher.gentoo.org> Date: Fri, 4 Oct 2013 15:43:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80bb7b76-8e7b-4b23-b5c2-0a2d15b0302b X-Archives-Hash: d00eea3f4faebb979b2fc11c0cb448dd mgorny 13/10/04 15:43:44 Modified: llvm-9999.ebuild llvm-3.3-r1.ebuild ChangeLog Log: Localize CPPFLAGS before appending to it -- prevent it from leaking out of the correct ABI. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.55 sys-devel/llvm/llvm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.54&r2=1.55 Index: llvm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- llvm-9999.ebuild 13 Sep 2013 15:10:34 -0000 1.54 +++ llvm-9999.ebuild 4 Oct 2013 15:43:44 -0000 1.55 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.54 2013/09/13 15:10:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.55 2013/10/04 15:43:44 mgorny Exp $ EAPI=5 @@ -217,6 +217,7 @@ fi if use libffi; then + local CPPFLAGS=${CPPFLAGS} append-cppflags "$(pkg-config --cflags libffi)" fi CONF_FLAGS="${CONF_FLAGS} $(use_enable libffi)" 1.13 sys-devel/llvm/llvm-3.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?r1=1.12&r2=1.13 Index: llvm-3.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- llvm-3.3-r1.ebuild 5 Sep 2013 19:08:49 -0000 1.12 +++ llvm-3.3-r1.ebuild 4 Oct 2013 15:43:44 -0000 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.12 2013/09/05 19:08:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.13 2013/10/04 15:43:44 mgorny Exp $ EAPI=5 @@ -234,6 +234,7 @@ fi if use libffi; then + local CPPFLAGS=${CPPFLAGS} append-cppflags "$(pkg-config --cflags libffi)" fi CONF_FLAGS="${CONF_FLAGS} $(use_enable libffi)" 1.138 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.138&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.138&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.137&r2=1.138 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- ChangeLog 13 Sep 2013 15:10:34 -0000 1.137 +++ ChangeLog 4 Oct 2013 15:43:44 -0000 1.138 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.137 2013/09/13 15:10:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.138 2013/10/04 15:43:44 mgorny Exp $ + + 04 Oct 2013; Michał Górny llvm-3.3-r1.ebuild, + llvm-9999.ebuild: + Localize CPPFLAGS before appending to it -- prevent it from leaking out of the + correct ABI. 13 Sep 2013; Michał Górny llvm-9999.ebuild: Add github LLVM mirror as git backup URL. Requested in bug #484748.