2005-01-31 00:18:39 by Julio M. Merino Vidal | Files touched by this commit (13) |
Log message:
Convert the Java related packages to use the alternatives system. To do
this, we only need some simple logic in java-env.mk to automatically
generate an ALTERNATIVES file for us.
There are two exceptions, though: fastjar and jikes (pointed out by tv@),
which do not use this file; they have to be handled manually.
Bump PKGREVISION for all affected packages.
While doing this, remove the java-wrapper package, obsoleted by the new
functionality provided by pkg_alternatives.
|
2005-01-25 19:06:44 by Jan Schaumann | Files touched by this commit (4) |
Log message:
Update sun-j*13 to version 1.0.15.
Changes according to http://java.sun.com/j2se/1.3/ReleaseNotes.html
Incorrect clsid is registered in windows registry for jre 1.3.1_14 release
NullPointerException with no stack trace
Focus disappears after deiconifying frame
Runtime exec hangs if ulimit nofiles is unlimite
CTW assertion at srcsharevmoptolock.cpp, 379
A bug of javax.swing.JTextField
GregorianCalendar uses wrong ERA value in non-lenient mode
Application crashes using :XX+UseTLE and -server on Windows
REGRESSION: 4789981 fails for 1.3.1_13-b01 on Solaris for Mozilla 1.0.1
java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP
JCK: QuickSilver api test fails with -Xprof flag
|
2004-11-26 12:51:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix path in @exec command.
|
2004-11-23 17:56:33 by Jan Schaumann | Files touched by this commit (4) |
Log message:
Update to version 1.3.1_13.
Addresses security issue
http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1
Changes since _12 according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html
Can't display localized exception messages of the native method correctly
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
|
2004-10-06 00:09:23 by Todd Vierling | Files touched by this commit (12) |
Log message:
Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
|
2004-07-03 00:15:14 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Unused.
|
2004-06-15 14:00:09 by David Brownlee | Files touched by this commit (2) |
Log message:
When sugggesting the URL from which to download make the first choice easier
to cut and paste: ${DOWNLOAD}
or ${ARCHIVE}
rather than ${DOWNLOAD} or
${ARCHIVE}
|
2004-06-08 16:52:38 by Jan Schaumann | Files touched by this commit (4) | |
Log message:
Update Sun's JDK version 1.3 to latest release 1.3.1_12, making this
sun-jre13-1.0.12 and sun-jdk13-1.0.12 respectively. Patches provided by
Hauke Fath in PR pkg/25870 and PR pkg/25871. This update done during the
freeze as Sun removes the older distfiles when they release a new version.
Changes since latest version, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html:
- stack yellow zone not re-enabled after a StackOverflowError
- Gregorian calendar gives a java.lang.Illegal ArgumentException only on 12-31-00
- [server] stack yellow zone not re-enabled after a StackOverflowError
- compilation results in stack overflow while unrolling loop
- rmic uses AWT ?!
- -Xcheck:jni uses oop directly in _thread_in_native state
- Loop related Hotspot crash
- internal Error occurs during offet conversion of byte code in rewrite/relocate
- [1.3.1_09]JVM crashes when big number is specified in fillRect()
- Japanese characters not converting correctly from Codepage 930 to Codepage 943
- JVM crash with error "Fatal: null exception in compiled code"
- Client blocks on getInputStream even after server completes its response
- Error ID: e:\ws\1.3.1\hotspot\src\share \vm\ci\ciInstanceKlass.cpp, 121
- 5 JCK tests failing with -Xcheck:jni flag
|
2004-06-05 18:33:52 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Simplify BUILDLINK_JAVA_PREFIX.<jvm>.
|
2004-05-22 23:22:59 by Julio M. Merino Vidal | Files touched by this commit (7) | |
Log message:
Convert sun-{jre,jdk}13 to use java-env.mk. This implies that the
package now install several wrappers under ${PREFIX}/bin to run the
binaries installed under ${JAVA_HOME}/bin easily. While here, drop
the direct modification of PREFIX. No revision bump since these
packages were updated just some minutes ago.
|