pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/jikes Update to 1.22, makes compatible with rt.ja...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3502c2fc5f47
branches:  trunk
changeset: 481512:3502c2fc5f47
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Oct 06 02:40:55 2004 +0000

description:
Update to 1.22, makes compatible with rt.jar from JDK 1.5.  NEWS file:
=====
*** Jikes 1.22 was released 3 October 2004

This release supports compilation using the rt.jar shipped with
the released version of Java 5.0, but otherwise has no more
support for new language features than 1.21 did.

These specification problems are fixed:

    3986  jikes compiles faulty source without error or warning
    4042  constructor of strictfp class not strictfp
    4046  no warning when overriding a deprecated method

These crashes on valid or invalid source are fixed:

    3934  Assertion failed: ! array tuple.h line 429
    3972  "Assertion failed" on incorrect String operations
    3974  Assertion failed: type == control.String()
    3989  Assertion `! array' failed with String.class literal

These problems with diagnostics are fixed:

    3424  Confusing error message for type not found error
    3947  static method local shouldn't shadow instance field

These other problems are fixed:

     495  classpath problems introduced by 1.14
    4018  errno undefined (freebsd-4.8

diffstat:

 lang/jikes/Makefile |  6 +++---
 lang/jikes/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 122d30ea8995 -r 3502c2fc5f47 lang/jikes/Makefile
--- a/lang/jikes/Makefile       Wed Oct 06 01:42:34 2004 +0000
+++ b/lang/jikes/Makefile       Wed Oct 06 02:40:55 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2004/05/28 22:31:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.27 2004/10/06 02:40:55 tv Exp $
 #
 
-DISTNAME=      jikes-1.21
+DISTNAME=      jikes-1.22
 CATEGORIES=    lang java
-MASTER_SITES=  http://oss.software.ibm.com/pub/jikes/1.21/
+MASTER_SITES=  http://oss.software.ibm.com/pub/${DISTNAME:S,-,/,}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
diff -r 122d30ea8995 -r 3502c2fc5f47 lang/jikes/distinfo
--- a/lang/jikes/distinfo       Wed Oct 06 01:42:34 2004 +0000
+++ b/lang/jikes/distinfo       Wed Oct 06 02:40:55 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/05/28 22:31:50 xtraeme Exp $
+$NetBSD: distinfo,v 1.11 2004/10/06 02:40:55 tv Exp $
 
-SHA1 (jikes-1.21.tar.bz2) = fb480862f10b0fce9f0eeb58652fa4bf181428c4
-Size (jikes-1.21.tar.bz2) = 614741 bytes
+SHA1 (jikes-1.22.tar.bz2) = 55bc20b609827e132e047d6c89084d4981905e11
+Size (jikes-1.22.tar.bz2) = 616655 bytes
 SHA1 (patch-aa) = 5b9271b45eaa2126e866bfee8d7e7789518ed27f
 SHA1 (patch-ab) = f5234321a55354b37c34efe7ba99af468e5b4963



Home | Main Index | Thread Index | Old Index