pinkbyte 15/07/27 13:06:41 Modified: ChangeLog boost-1.55.0-r2.ebuild boost-1.56.0-r1.ebuild Log: Fix building with USE=context and GCC 5.1 and higher, wrt bugs #546882 and #555580 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.362 dev-libs/boost/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.362&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.362&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.361&r2=1.362 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v retrieving revision 1.361 retrieving revision 1.362 diff -u -r1.361 -r1.362 --- ChangeLog 23 Jul 2015 19:37:01 -0000 1.361 +++ ChangeLog 27 Jul 2015 13:06:41 -0000 1.362 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.361 2015/07/23 19:37:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.362 2015/07/27 13:06:41 pinkbyte Exp $ + + 27 Jul 2015; Sergey Popov <pinkb...@gentoo.org> boost-1.55.0-r2.ebuild, + boost-1.56.0-r1.ebuild, +files/boost-1.55.0-variadic-templates.patch: + Fix building with USE=context and GCC 5.1 and higher, wrt bugs #546882 and + #555580 23 Jul 2015; Pacho Ramos <pa...@gentoo.org> boost-1.56.0-r1.ebuild: ppc stable wrt bug #554712 1.16 dev-libs/boost/boost-1.55.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?r1=1.15&r2=1.16 Index: boost-1.55.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- boost-1.55.0-r2.ebuild 16 Apr 2015 12:55:41 -0000 1.15 +++ boost-1.55.0-r2.ebuild 27 Jul 2015 13:06:41 -0000 1.16 @@ -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/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.15 2015/04/16 12:55:41 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.16 2015/07/27 13:06:41 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -108,7 +108,8 @@ "${FILESDIR}/${PN}-1.48.0-disable_icu_rpath.patch" \ "${FILESDIR}/${PN}-1.55.0-context-x32.patch" \ "${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" \ - "${FILESDIR}/${PN}-1.52.0-threads.patch" + "${FILESDIR}/${PN}-1.52.0-threads.patch" \ + "${FILESDIR}/${PN}-1.55.0-variadic-templates.patch" epatch_user 1.13 dev-libs/boost/boost-1.56.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild?r1=1.12&r2=1.13 Index: boost-1.56.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- boost-1.56.0-r1.ebuild 23 Jul 2015 19:37:01 -0000 1.12 +++ boost-1.56.0-r1.ebuild 27 Jul 2015 13:06:41 -0000 1.13 @@ -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/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.12 2015/07/23 19:37:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.13 2015/07/27 13:06:41 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -113,7 +113,8 @@ "${FILESDIR}/${PN}-1.55.0-context-x32.patch" \ "${FILESDIR}/${PN}-1.55.0-tools-c98-compat.patch" \ "${FILESDIR}/${PN}-1.52.0-threads.patch" \ - "${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch" + "${FILESDIR}/${PN}-1.56.0-build-auto_index-tool.patch" \ + "${FILESDIR}/${PN}-1.55.0-variadic-templates.patch" # Do not try to build missing 'wave' tool, bug #522682 # Upstream bugreport - https://svn.boost.org/trac/boost/ticket/10507