polynomial-c 14/03/11 13:36:51 Modified: xlockmore-5.43.ebuild ChangeLog Log: Fixed compilation with >=freetype-2.5.1 (bug #498782) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.10 x11-misc/xlockmore/xlockmore-5.43.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.9&r2=1.10 Index: xlockmore-5.43.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xlockmore-5.43.ebuild 2 Sep 2013 08:33:12 -0000 1.9 +++ xlockmore-5.43.ebuild 11 Mar 2014 13:36:51 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.9 2013/09/02 08:33:12 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.10 2014/03/11 13:36:51 polynomial-c Exp $ EAPI=4 inherit autotools eutils flag-o-matic pam @@ -47,7 +47,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-5.31-configure.in.patch \ - "${FILESDIR}"/${PN}-5.31-ldflags.patch + "${FILESDIR}"/${PN}-5.31-ldflags.patch \ + "${FILESDIR}"/${PN}-5.43-freetype251.patch eautoreconf } 1.139 x11-misc/xlockmore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.138&r2=1.139 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 2 Sep 2013 08:33:12 -0000 1.138 +++ ChangeLog 11 Mar 2014 13:36:51 -0000 1.139 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xlockmore -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.138 2013/09/02 08:33:12 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.139 2014/03/11 13:36:51 polynomial-c Exp $ + + 11 Mar 2014; Lars Wendler <[email protected]> xlockmore-5.43.ebuild, + +files/xlockmore-5.43-freetype251.patch: + Fixed compilation with >=freetype-2.5.1 (bug #498782). 02 Sep 2013; Sergey Popov <[email protected]> xlockmore-5.43.ebuild: Make PAM and xlockrc support mutually exclusive as defined in configure file,
