pacho 15/01/06 14:29:54 Modified: libXaw-1.0.12.ebuild ChangeLog Log: Fix build with gcc -Werror=format-security, bug #512404 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.12 x11-libs/libXaw/libXaw-1.0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild?r1=1.11&r2=1.12 Index: libXaw-1.0.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libXaw-1.0.12.ebuild 18 Jun 2014 21:04:57 -0000 1.11 +++ libXaw-1.0.12.ebuild 6 Jan 2015 14:29:54 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild,v 1.11 2014/06/18 21:04:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.12.ebuild,v 1.12 2015/01/06 14:29:54 pacho Exp $ EAPI=5 @@ -22,6 +22,11 @@ >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" +PATCHES=( + # Fix build with gcc -Werror=format-security (from 'master') + "${FILESDIR}"/${P}-format-security.patch +) + src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable deprecated xaw6) 1.131 x11-libs/libXaw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 18 Jun 2014 21:04:57 -0000 1.130 +++ ChangeLog 6 Jan 2015 14:29:54 -0000 1.131 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXaw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.130 2014/06/18 21:04:57 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.131 2015/01/06 14:29:54 pacho Exp $ + + 06 Jan 2015; Pacho Ramos <[email protected]> + +files/libXaw-1.0.12-format-security.patch, libXaw-1.0.12.ebuild: + Fix build with gcc -Werror=format-security, bug #512404 18 Jun 2014; Michał Górny <[email protected]> libXaw-1.0.11-r2.ebuild, libXaw-1.0.12.ebuild:
