diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-10-10 14:59:20 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-10-10 14:59:20 +0000 |
commit | e04c320df6379e6eebcb210fbc76bc68d82d75db (patch) | |
tree | 73c3303079a5c3aeac98a30e2bac11882e9b319c /lang/sun-jre13/Makefile | |
parent | dff74caa08e730d107c52c5bd1a970ec9d7e3940 (diff) | |
download | pkgsrc-e04c320df6379e6eebcb210fbc76bc68d82d75db.tar.gz |
Commit patch provided by Hauke Fath in PR pkg/31538 to update
sun-j*13 to version 1_3_1_16 aka 1.0.16.
Changes and bugs fixed, according to
http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16
SIGSEGV in Type*Type::meet(const Type*)const+0x0
JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11
JVM stops merging state vectors for blocks where there's a monitor mismatch.
Incorrect abstract interface semantics in JDK ValueHandler
1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix
java.util.zip stream classes do not close default {De,In}flaters
Unnecessary object retention in java.util.zip.Deflater
Test CTE_REGTEST/Generic/4894903 is unpredictable
Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults.
different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob
JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed
JNDI sending premature ABANDON after connection has closed
Diffstat (limited to 'lang/sun-jre13/Makefile')
-rw-r--r-- | lang/sun-jre13/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 97c7cafd7d7..749710c8f42 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2005/08/20 19:16:23 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/10/10 14:59:20 jschauma Exp $ -DISTNAME= j2re-1_3_1_15-linux-i586 -PKGNAME= sun-jre13-1.0.15 -PKGREVISION= 2 +DISTNAME= j2re-1_3_1_16-linux-i586 +PKGNAME= sun-jre13-1.0.16 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 @@ -10,7 +9,7 @@ COMMENT= Sun's Java(tm) Runtime Environment 1.3.1 SHORT= JRE JAVA_WRAPPERS= java keytool policytool rmid rmiregistry tnameserv -WRKSRC= ${WRKDIR}/jre1.3.1_15 +WRKSRC= ${WRKDIR}/jre1.3.1_16 USE_PKGINSTALL= yes OWN_DIRS= ${JAVA_HOME} OWN_DIRS+= ${JAVA_HOME}/lib |