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.19. Change summary:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aea3b0267ca
branches:  trunk
changeset: 473123:4aea3b0267ca
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Apr 16 14:58:35 2004 +0000

description:
Update to 1.19.  Change summary:

*** Jikes 1.19 was released 1 February 2004.

The default -source and -target options are now 1.4 (that is, the
assert statement now compiles by default); for the old behavior you
must specify -source 1.3 or -target 1.3 at the command line.

Command line options have been improved.
* Some pedantic warnings are controlled by name, so that you can
select which warnings you get (for example, not everyone wants to know
that 1L is preferred over 1l when writing a long literal).
* More switches have long names.
* Default state of switches now printed with --help.
* New switch -Xswitchcheck: Warn about fallthrough in switch
statements (compatible with javac).
* New switch +Pnaming-convention: Warn about naming choices that
violate Java's naming conventions. This switch is currently ON by
default, +Pno-naming-convention will disable it for sites that use
a different naming convention.
* New switch --noassert: Omits assertions from .class files (not
recommended for normal development, but provided to allow you to do
-source 1.4 -target 1.3).
* Now supports -target 1.4.2 (compatible with javac, no changes from
-target 1.4 in emitted code).

[Much more detailed changes follow; see NEWS file for additional changes.]

diffstat:

 lang/jikes/Makefile         |   6 +++---
 lang/jikes/distinfo         |   8 ++++----
 lang/jikes/patches/patch-ab |  15 ++++++++-------
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r a1cfadb4f4f5 -r 4aea3b0267ca lang/jikes/Makefile
--- a/lang/jikes/Makefile       Fri Apr 16 14:55:30 2004 +0000
+++ b/lang/jikes/Makefile       Fri Apr 16 14:58:35 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2004/02/23 01:09:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/16 14:58:35 tv Exp $
 #
 
-DISTNAME=      jikes-1.18
+DISTNAME=      jikes-1.19
 CATEGORIES=    lang java
-MASTER_SITES=  http://oss.software.ibm.com/pub/jikes/1.18/
+MASTER_SITES=  http://oss.software.ibm.com/pub/jikes/1.19/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
diff -r a1cfadb4f4f5 -r 4aea3b0267ca lang/jikes/distinfo
--- a/lang/jikes/distinfo       Fri Apr 16 14:55:30 2004 +0000
+++ b/lang/jikes/distinfo       Fri Apr 16 14:58:35 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2003/01/21 11:18:25 skrll Exp $
+$NetBSD: distinfo,v 1.6 2004/04/16 14:58:35 tv Exp $
 
-SHA1 (jikes-1.18.tar.bz2) = 82569a81b6e6e28372e412abb4afea265c235db4
-Size (jikes-1.18.tar.bz2) = 536498 bytes
-SHA1 (patch-ab) = 7aa08474f5593743a5d012aa09ebe77d77ef438e
+SHA1 (jikes-1.19.tar.bz2) = 9914e96fe54d9f40544da5ce26410f68b0c1e18d
+Size (jikes-1.19.tar.bz2) = 563969 bytes
+SHA1 (patch-ab) = 0d9b9f3f23710d351a5671453fad20d53906c965
diff -r a1cfadb4f4f5 -r 4aea3b0267ca lang/jikes/patches/patch-ab
--- a/lang/jikes/patches/patch-ab       Fri Apr 16 14:55:30 2004 +0000
+++ b/lang/jikes/patches/patch-ab       Fri Apr 16 14:58:35 2004 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.6 2003/04/21 20:27:08 cjep Exp $
---- doc/Makefile.in.orig       Thu Nov 21 08:18:00 2002
-+++ doc/Makefile.in    Mon Jan  6 10:28:18 2003
-@@ -116,7 +116,7 @@
+$NetBSD: patch-ab,v 1.7 2004/04/16 14:58:35 tv Exp $
+
+--- doc/Makefile.in.orig       Fri Apr 16 10:46:32 2004
++++ doc/Makefile.in
+@@ -158,7 +158,7 @@ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  man_MANS = jikes.1
- 
--docdir = $(prefix)/doc/${PACKAGE}-${VERSION}
+-docdir = $(datadir)/doc/${PACKAGE}-${VERSION}
 +docdir = $(prefix)/share/doc/html/${PACKAGE}
- 
  doc_DATA = \
  license.htm
+ 



Home | Main Index | Thread Index | Old Index