pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Tell people to fetch the JCE file if necessary.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae74de34c515
branches:  trunk
changeset: 481890:ae74de34c515
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Oct 14 14:32:32 2004 +0000

description:
Tell people to fetch the JCE file if necessary.
Update sun-j*4 to 14-2.6 (aka sun-jdk/jre version 1.4.2_06).
Bugs fixed since last according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html:
- jResourceBundle holds ClassLoader references using SoftReference (not weak)
- enablev006: JVMPI_EVENT_ OBJECT_ALLOC request crashes Server VM
- Update cacerts with new VeriSign ca certs
- (so) Selector.select() throws CancelledKeyException
- Internal Error occurs during offet conversion of byte code in rewrite/relocate
- SEGV in MapLoops test
-       REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- REGRESSION 1.5: Introspector.getBeanInfo throws NPE if a primitive type is passe d
- CMS: vtest died with tiger b26
- JVM crashes during deoptimization phase
- CMS thread/SLT deadlock problem
- Unable to create Logger during JVM shutdown
- 64bit j2sdk1.4.2_01 and j2sdk1.4.2_03 dump core with oracle 64bit jdbc oci driver
- Cannot set different runtime parameters for different 1.4.2_x versions
- "java_g -version" dies on an assertion on RH9.0 and RHEL 3.0
- 1.4.2_05: 3 JCK tests failing with -Xcheck:jni flag on Linux
- RH Enterprise 3 and Suse Ent 8 server / desktop asian font properties needed
- Clent VM crash while compiling a large JSP generated method
- NullPointerException in reading an rtf-file into a javax.swing.text.rtf.RTFEdito
- RTFEditorKit wrongly parses rtf if fontname has unicode characters
- 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris
- bf) Direct memory cannot be unreserved while reserving thread sleeps
- Hotspot compiler changes behaviour of program
- VM segv's running jvmti/jvmpi profiler
- J2SE 1.4.2 cannot display certain awt components in Asian characters in RH2.1 AS
- exception thows from jconsole when run any GUI which works fine with jdk1.4.x
- Can not eliminate implicit null checks for method invocations based on profile
- Regression 1.4.2_06b1 4937429 failing. cacerts in javaws and security dirs diffe
- /api/javax_swing/ SwingUtilities/descriptions.html fails for JCK14a, 1.4.2_06b1
- Regression:4683022 fails for 1.4.2_06-b01
- REGRESSION: ResourceBundle.getBundle(String, Locale) is broken in jdk 1.4.2_05

diffstat:

 lang/sun-jdk14/Makefile        |  11 +++++------
 lang/sun-jdk14/distinfo        |   6 +++---
 lang/sun-jre14/Makefile        |   9 ++++-----
 lang/sun-jre14/Makefile.common |  10 ++++++++--
 lang/sun-jre14/PLIST           |   5 ++++-
 lang/sun-jre14/distinfo        |   6 +++---
 6 files changed, 27 insertions(+), 20 deletions(-)

diffs (130 lines):

diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jdk14/Makefile
--- a/lang/sun-jdk14/Makefile   Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jdk14/Makefile   Thu Oct 14 14:32:32 2004 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.21 2004/10/11 14:07:38 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/14 14:32:32 jschauma Exp $
 
-DISTNAME=      j2sdk-1_4_2_05-linux-i586
-PKGNAME=       sun-jdk14-2.5
-PKGREVISION=   2
+DISTNAME=      j2sdk-1_4_2_06-linux-i586
+PKGNAME=       sun-jdk14-2.6
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 SDK, Standard Edition 1.4.2
 
 SHORT=         SDK
 
-DEPENDS=       sun-jre14>=2.5:../../lang/sun-jre14
+DEPENDS=       sun-jre14>=2.6:../../lang/sun-jre14
 
-WRKSRC=                ${WRKDIR}/j2sdk1.4.2_05
+WRKSRC=                ${WRKDIR}/j2sdk1.4.2_06
 JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \
                javac javadoc javah javap jdb rmic serialver
 
diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jdk14/distinfo
--- a/lang/sun-jdk14/distinfo   Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jdk14/distinfo   Thu Oct 14 14:32:32 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2004/07/02 14:40:21 jschauma Exp $
+$NetBSD: distinfo,v 1.12 2004/10/14 14:32:32 jschauma Exp $
 
-SHA1 (j2sdk-1_4_2_05-linux-i586.bin) = d7961739360721cc801382b71364acbb78babbd4
-Size (j2sdk-1_4_2_05-linux-i586.bin) = 36384457 bytes
+SHA1 (j2sdk-1_4_2_06-linux-i586.bin) = fa02d491e26700c14817585c1f970669c9e885c6
+Size (j2sdk-1_4_2_06-linux-i586.bin) = 36417364 bytes
diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jre14/Makefile
--- a/lang/sun-jre14/Makefile   Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jre14/Makefile   Thu Oct 14 14:32:32 2004 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.20 2004/10/05 22:09:23 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/14 14:32:32 jschauma Exp $
 
 # Note: Regen distinfo with SUN_JRE14_USE_JCE=YES
 
-DISTNAME=      j2re-1_4_2_05-linux-i586
-PKGNAME=       sun-jre14-2.5
-PKGREVISION=   1
+DISTNAME=      j2re-1_4_2_06-linux-i586
+PKGNAME=       sun-jre14-2.6
 MASTER_SITES=  # empty
 
 COMMENT=       Sun's Java(tm) 2 Runtime Environment 1.4.2
 
 SHORT=         JRE
 
-WRKSRC=                ${WRKDIR}/j2re1.4.2_05
+WRKSRC=                ${WRKDIR}/j2re1.4.2_06
 USE_PKGINSTALL=        yes
 JAVA_WRAPPERS= java keytool orbd policytool rmid rmiregistry \
                servertool tnameserv
diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jre14/Makefile.common    Thu Oct 14 14:32:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2004/07/06 11:32:49 abs Exp $
+# $NetBSD: Makefile.common,v 1.23 2004/10/14 14:32:32 jschauma Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -50,9 +50,15 @@
        ${ECHO} ; \
        ${ECHO} " Click 'Download J2SE ${SHORT}', read and accept the"; \
        ${ECHO} " license, then choose 'Linux self-extracting file'.";  \
-       ${ECHO} ;                                                       \
+       ${ECHO} -e ${END_MESSAGE};                                      \
        ${ECHO} "======================================================================"
 
+.if !empty(SUN_JRE14_USE_JCE:M[Yy][Ee][Ss])
+END_MESSAGE="\n The file jce_policy-1_4_2.zip must be fetched into:\n" \
+               "    ${DISTDIR}/jce_policy-1_4_2.zip\n\n"               \
+               "Under 'Other Downloads' / 'Java Cryptography Extension'\n" \
+               "click 'Download' and choose the .zip file.\n"
+.endif
 
 post-fetch:
        @if [ ! -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then        \
diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jre14/PLIST
--- a/lang/sun-jre14/PLIST      Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jre14/PLIST      Thu Oct 14 14:32:32 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2004/10/05 22:09:23 tv Exp $
+@comment $NetBSD: PLIST,v 1.16 2004/10/14 14:32:32 jschauma Exp $
 bin/sun14-java
 bin/sun14-keytool
 bin/sun14-orbd
@@ -91,6 +91,7 @@
 java/sun-1.4/lib/font.properties.zh_TW_UTF8.Sun2003
 java/sun-1.4/lib/font.properties.Redhat6.1.default
 java/sun-1.4/lib/font.properties.ja.default
+java/sun-1.4/lib/font.properties.ja.Redhat3
 java/sun-1.4/lib/font.properties.ja.Redhat6.1.default
 java/sun-1.4/lib/font.properties.ja.Redhat6.2.default
 java/sun-1.4/lib/font.properties.Redhat8.0
@@ -99,9 +100,11 @@
 java/sun-1.4/lib/font.properties.ja.Redhat7.3
 java/sun-1.4/lib/font.properties.ja.Redhat8.0
 java/sun-1.4/lib/font.properties.ko.Redhat
+java/sun-1.4/lib/font.properties.ko.Redhat2.1
 java/sun-1.4/lib/font.properties.zh_CN.Redhat
 java/sun-1.4/lib/font.properties.zh_CN.Redhat2.1
 java/sun-1.4/lib/font.properties.zh_TW.Redhat
+java/sun-1.4/lib/font.properties.zh_TW.Redhat2.1
 java/sun-1.4/lib/font.properties.ja.Turbo.default
 java/sun-1.4/lib/font.properties.ja.Turbo6.0.default
 java/sun-1.4/lib/font.properties.zh.Turbo.default
diff -r 893b53e2c01b -r ae74de34c515 lang/sun-jre14/distinfo
--- a/lang/sun-jre14/distinfo   Thu Oct 14 13:44:56 2004 +0000
+++ b/lang/sun-jre14/distinfo   Thu Oct 14 14:32:32 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2004/07/06 11:32:49 abs Exp $
+$NetBSD: distinfo,v 1.13 2004/10/14 14:32:32 jschauma Exp $
 
-SHA1 (j2re-1_4_2_05-linux-i586.bin) = 326a50523fbedb449596f2c502c2572d9b88114c
-Size (j2re-1_4_2_05-linux-i586.bin) = 14381383 bytes
+SHA1 (j2re-1_4_2_06-linux-i586.bin) = d86aca7f4c8e61ca9460f313ae853fad5d34c59c
+Size (j2re-1_4_2_06-linux-i586.bin) = 14396068 bytes
 SHA1 (jce_policy-1_4_2.zip) = ea17b649ebcaaf4246e9dd28dbc77926176c64ee
 Size (jce_policy-1_4_2.zip) = 12195 bytes



Home | Main Index | Thread Index | Old Index