pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/jdk bump stack size when calling the java compile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96407a58b895
branches:  trunk
changeset: 463157:96407a58b895
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 30 11:30:10 2003 +0000

description:
bump stack size when calling the java compiler from 8mb -> 12mb.

fixes build problem of apache-ant in a recent bulk build. from rtr@.

diffstat:

 lang/jdk/distinfo         |   3 ++-
 lang/jdk/patches/patch-aa |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 94e93b5db43a -r 96407a58b895 lang/jdk/distinfo
--- a/lang/jdk/distinfo Thu Oct 30 11:20:56 2003 +0000
+++ b/lang/jdk/distinfo Thu Oct 30 11:30:10 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:00:52 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/10/30 11:30:10 grant Exp $
 
 SHA1 (jdk1.1.8-rc1-elf.tgz) = 88483693d388887daf7e6568af924a8ef565c48e
 Size (jdk1.1.8-rc1-elf.tgz) = 9930832 bytes
+SHA1 (patch-aa) = 43b5e49ecaf3e4c4a4e3bf48f6e1e5a2d814042c
diff -r 94e93b5db43a -r 96407a58b895 lang/jdk/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/jdk/patches/patch-aa Thu Oct 30 11:30:10 2003 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.4 2003/10/30 11:30:10 grant Exp $
+
+--- bin/i386/green_threads/javac.orig  1999-12-13 12:31:44.000000000 +1100
++++ bin/i386/green_threads/javac
+@@ -8,4 +8,4 @@
+ #
+ # Run the compiler
+ #
+-`dirname $0`/java $RUNTIME_ARGS -ms8m $RUNTIME_ARGS sun.tools.javac.Main $APP_ARGS
++`dirname $0`/java $RUNTIME_ARGS -ms12m $RUNTIME_ARGS sun.tools.javac.Main $APP_ARGS



Home | Main Index | Thread Index | Old Index