summaryrefslogtreecommitdiff
path: root/lang/jikes
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-16 14:58:35 +0000
committertv <tv@pkgsrc.org>2004-04-16 14:58:35 +0000
commit49ee9875d3b63fb91cb212148f2b0b0d8bc507b8 (patch)
tree31ffa186a10dbe086632659c51f17d15dab62ea2 /lang/jikes
parentdaf04b6608accc81eff52c2b296a028698dd72b8 (diff)
downloadpkgsrc-49ee9875d3b63fb91cb212148f2b0b0d8bc507b8.tar.gz
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 (limited to 'lang/jikes')
-rw-r--r--lang/jikes/Makefile6
-rw-r--r--lang/jikes/distinfo8
-rw-r--r--lang/jikes/patches/patch-ab15
3 files changed, 15 insertions, 14 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index bef7a953c4b..94f65a89859 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -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
diff --git a/lang/jikes/distinfo b/lang/jikes/distinfo
index 81efef85460..256366ef38a 100644
--- a/lang/jikes/distinfo
+++ b/lang/jikes/distinfo
@@ -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 --git a/lang/jikes/patches/patch-ab b/lang/jikes/patches/patch-ab
index 2942d9460eb..7e955e1fdee 100644
--- a/lang/jikes/patches/patch-ab
+++ b/lang/jikes/patches/patch-ab
@@ -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
+