mgorny 15/06/14 17:56:07 Modified: llvm-3.6.1.ebuild ChangeLog Log: Apply upstream patch for FreeBSD gcc-4.9 build, bug #548444. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/140 by nigoro. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 sys-devel/llvm/llvm-3.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?r1=1.4&r2=1.5 Index: llvm-3.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- llvm-3.6.1.ebuild 5 Jun 2015 14:48:25 -0000 1.4 +++ llvm-3.6.1.ebuild 14 Jun 2015 17:56:07 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.4 2015/06/05 14:48:25 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.5 2015/06/14 17:56:07 mgorny Exp $ EAPI=5 @@ -158,6 +158,9 @@ epatch "${FILESDIR}"/clang-3.6-gentoo-install.patch epatch "${FILESDIR}"/clang-3.4-darwin_prefix-include-paths.patch eprefixify tools/clang/lib/Frontend/InitHeaderSearch.cpp + + # Fix build fails with using gcc-4.9 on Gentoo/FreeBSD, bug #548444 + epatch "${FILESDIR}"/clang-3.6-fbsd-gcc49.patch fi if use prefix && use clang; then 1.251 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.251&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.251&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.250&r2=1.251 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.250 retrieving revision 1.251 diff -u -r1.250 -r1.251 --- ChangeLog 13 Jun 2015 20:51:45 -0000 1.250 +++ ChangeLog 14 Jun 2015 17:56:07 -0000 1.251 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.250 2015/06/13 20:51:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.251 2015/06/14 17:56:07 mgorny Exp $ + + 14 Jun 2015; Michał Górny <[email protected]> + +files/clang-3.6-fbsd-gcc49.patch, llvm-3.6.1.ebuild: + Apply upstream patch for FreeBSD gcc-4.9 build, bug #548444. + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/140 by nigoro. 13 Jun 2015; Michał Górny <[email protected]> llvm-9999.ebuild: Clean multilib_src_install_all() up.
