tomwij 14/04/27 14:18:30 Modified: gnu-classpath-0.98-r3.ebuild ChangeLog Log: Make gnu-classpath support freetype 2.5.3; fixes bug #504944, reported and patch contributed by darkbasic. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.10 dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild?r1=1.9&r2=1.10 Index: gnu-classpath-0.98-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnu-classpath-0.98-r3.ebuild 2 Mar 2013 19:55:16 -0000 1.9 +++ gnu-classpath-0.98-r3.ebuild 27 Apr 2014 14:18:30 -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/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v 1.9 2013/03/02 19:55:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.98-r3.ebuild,v 1.10 2014/04/27 14:18:30 tomwij Exp $ EAPI=4 @@ -63,6 +63,10 @@ S=${WORKDIR}/${MY_P} +java_prepare() { + epatch "${FILESDIR}"/${PF}-freetype-2.5.3-support.patch +} + src_configure() { # We require ecj anyway, so force it to avoid problems with bad versions of javac export JAVAC="${EPREFIX}/usr/bin/ecj" 1.120 dev-java/gnu-classpath/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-classpath/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 2 Mar 2013 19:55:16 -0000 1.119 +++ ChangeLog 27 Apr 2014 14:18:30 -0000 1.120 @@ -1,6 +1,12 @@ # ChangeLog for dev-java/gnu-classpath -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.119 2013/03/02 19:55:16 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.120 2014/04/27 14:18:30 tomwij Exp $ + + 27 Apr 2014; Tom Wijsman <[email protected]> + +files/gnu-classpath-0.98-r3-freetype-2.5.3-support.patch, + gnu-classpath-0.98-r3.ebuild, metadata.xml: + Make gnu-classpath support freetype 2.5.3; fixes bug #504944, reported and + patch contributed by darkbasic. 02 Mar 2013; Markos Chandras <[email protected]> gnu-classpath-0.98-r3.ebuild:
