diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-06-24 20:57:16 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-06-24 20:57:16 +0000 |
commit | a23df1530599f85022c03a19a84dc8f727c50e3a (patch) | |
tree | 8d94fdfdf28cbdd8922d4ccc5f6117be0c163fb1 /dev-java/gnu-classpath | |
parent | Version bump (diff) | |
download | gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.tar.gz gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.tar.bz2 gentoo-2-a23df1530599f85022c03a19a84dc8f727c50e3a.zip |
Added comments to the ebuild about fastjar wrt bug #135688.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-java/gnu-classpath')
-rw-r--r-- | dev-java/gnu-classpath/ChangeLog | 4 | ||||
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.90.ebuild | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-java/gnu-classpath/ChangeLog b/dev-java/gnu-classpath/ChangeLog index c2b6d16d448a..9e3337c55e09 100644 --- a/dev-java/gnu-classpath/ChangeLog +++ b/dev-java/gnu-classpath/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for dev-java/gnu-classpath # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.61 2006/06/24 20:48:25 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.62 2006/06/24 20:57:16 betelgeuse Exp $ 24 Jun 2006; Petteri Räty <betelgeuse@gentoo.org> gnu-classpath-0.90.ebuild: - Disabled fastjar for now to workaround things like bug #135688. + Added comments to the ebuild about fastjar wrt bug #135688. 23 Jun 2006; Simon Stelling <blubb@gentoo.org> gnu-classpath-0.90.ebuild: stable on amd64 diff --git a/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild index c26288df8f81..2911c896f02e 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.90.ebuild,v 1.9 2006/06/24 20:49:51 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.90.ebuild,v 1.10 2006/06/24 20:57:16 betelgeuse Exp $ inherit eutils @@ -55,8 +55,10 @@ src_compile() { # Another possibility would be ECJ (from Eclipse). local compiler="--with-jikes" - # Disabling fastjar as some people have broken wrappers in /usr/bin - # Also lowers the combination of used tools to help debugging. + # Now this detects fastjar automatically and some people have broken + # wrappers in /usr/bin by eselect-compiler. Unfortunately + # --without-fastjar does not seem to work. + # http://bugs.gentoo.org/show_bug.cgi?id=135688 econf ${compiler} \ $(use_enable alsa) \ $(use_enable cairo gtk-cairo) \ @@ -66,7 +68,6 @@ src_compile() { $(use_enable xml xmlj) \ $(use_enable dssi ) \ --enable-jni \ - --without-fastjar \ --disable-dependency-tracking \ || die "configure failed" # disabled for now... see above. |