pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Partially revert previous: exclude kaffe on x86_64 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/507a29fe1c69
branches: trunk
changeset: 603825:507a29fe1c69
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon May 14 06:06:43 2012 +0000
description:
Partially revert previous: exclude kaffe on x86_64 again as it builds
but apparently does not work.
I'm seeing two different problems on different machines, one where it
can't find classes in jar files that are clearly there and one where
it can't run even a trivial program without dying with a stack
overflow.
diffstat:
mk/java-vm.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 198e5cb8b4a7 -r 507a29fe1c69 mk/java-vm.mk
--- a/mk/java-vm.mk Mon May 14 05:47:09 2012 +0000
+++ b/mk/java-vm.mk Mon May 14 06:06:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: java-vm.mk,v 1.85 2012/05/14 05:31:21 dholland Exp $
+# $NetBSD: java-vm.mk,v 1.86 2012/05/14 06:06:43 dholland Exp $
#
# This Makefile fragment handles Java dependencies and make variables,
# and is meant to be included by packages that require Java either at
@@ -119,7 +119,8 @@
NetBSD-[2-9].*-i386 NetBSD-[4-9].*-x86_64
_ONLY_FOR_PLATFORMS.kaffe= \
*-*-alpha *-*-arm *-*-arm32 *-*-i386 *-*-m68k \
- *-*-mipsel* *-*-sparc *-*-powerpc *-*-x86_64
+ *-*-mipsel* *-*-sparc *-*-powerpc
+# exclude *-*-x86_64 from kaffe list as it apparently doesn't work
_ONLY_FOR_PLATFORMS.sun-jdk6= \
Darwin-9.*-i386 Darwin-9.*-x86_64 \
Darwin-10.*-i386 Darwin-10.*-x86_64 \
Home |
Main Index |
Thread Index |
Old Index