Date: Sun, 13 May 2001 09:11:34 -0700 (PDT) From: Christopher Elkins <chrise@scardini.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27301: Update port: java/jikes - new version 1.14 Message-ID: <200105131611.f4DGBYS14692@tlon.scardini.com>
next in thread | raw e-mail | index | archive | help
>Number: 27301 >Category: ports >Synopsis: Update port: java/jikes - new version 1.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 13 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD tlon.scardini.com 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Sun Apr 29 19:34:52 PDT 2001 chrise@tlon.scardini.com:/usr/src/sys/compile/TLON i386 >Description: New version 1.14 Relevant changes: - Corrected configuration and compilation issues for HP/UX's aCC compiler and older versions of g++ on FreeBSD. - Better handling of floating point to string conversions, and vice versa, especially where constants are concerned. In addition floating point code is now emulated by default for better compliance with the JLS and JVMS. There were a number of other corrections for greater spec compliance as well. - Significantly improved command line options for classpath related issues. Including -bootclasspath, -extdirs, and -sourcepath options, all of which are also loaded from environment variables of the same name. - Fixed a number of assertion failures, including the much hated timestamp failure on windows. - Fixed one of the cases which prevented Jikes produced classes from being debugged with JPDA compilers. Sadly a second test case was submitted just days before the release was frozen... so while more classes are debug-able, some will continue to be unable to set breakpoints in any method in the class due to the lack of debugging information for unrelated other portions of the class. >How-To-Repeat: >Fix: diff -c -r jikes.orig/Makefile jikes/Makefile *** jikes.orig/Makefile Sun May 13 08:45:30 2001 --- jikes/Makefile Sun May 13 08:45:43 2001 *************** *** 6,12 **** # PORTNAME= jikes ! PORTVERSION= 1.13 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ --- 6,12 ---- # PORTNAME= jikes ! PORTVERSION= 1.14 CATEGORIES= java MASTER_SITES= http://oss.software.ibm.com/pub/jikes/ diff -c -r jikes.orig/distinfo jikes/distinfo *** jikes.orig/distinfo Sun May 13 08:45:30 2001 --- jikes/distinfo Sun May 13 08:45:49 2001 *************** *** 1 **** ! MD5 (jikes-1.13.tar.gz) = 56497fb2096d6c596d703af86c67ebd0 --- 1 ---- ! MD5 (jikes-1.14.tar.gz) = aa886e84278521f824a6ae6ad36e2994 diff -c -r jikes.orig/pkg-plist jikes/pkg-plist *** jikes.orig/pkg-plist Sun May 13 08:45:30 2001 --- jikes/pkg-plist Sun May 13 08:47:32 2001 *************** *** 1,3 **** bin/jikes ! share/doc/jikes-1.13/license.htm ! @dirrm share/doc/jikes-1.13 --- 1,3 ---- bin/jikes ! share/doc/jikes-1.14/license.htm ! @dirrm share/doc/jikes-1.14 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105131611.f4DGBYS14692>