summaryrefslogtreecommitdiff
path: root/lang/jikes/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-10-30 06:46:06 +0000
committerskrll <skrll@pkgsrc.org>2002-10-30 06:46:06 +0000
commit2a53a2abfcc1e01079aa4a6a7b21c75df5774e83 (patch)
treeb9bc3db7a0f0410f7b88e2992f4b7ac433f19211 /lang/jikes/Makefile
parentd743e3ed6c38ba8a5d1b4ce16109c6661a1ee802 (diff)
downloadpkgsrc-2a53a2abfcc1e01079aa4a6a7b21c75df5774e83.tar.gz
Update jikes to 1.17
Jikes version 1.16 represents 9 months of development, 4 megs of patches (when consolidated into one unified diff) covering well over 100,000 lines of changes. Some of the focus of the releaes include: * spec support: - support for JSR 41 (java asserts available in JSDK 1.4!) - tighter JLS/JVMS obedience, including focus on: . Inner classes . Definite (un)assignment * adjusted options: - more gnu-like options available such as --help. - --source and --target options to control how jikes interprets source and emits classes. - more javac compatibility flags added, such as -J * 9 months of miscenalious bug fixes: - over 350 jacks test cases fixed - ZERO jacks test cases regressed This release is dedicated to geeks and the people who love them. Jikes version 1.17 contains a number of bug fixes from Jikes 1.16
Diffstat (limited to 'lang/jikes/Makefile')
-rw-r--r--lang/jikes/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index 3a17a402950..4f23d8b302e 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2002/09/29 07:36:49 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/30 06:46:07 skrll Exp $
#
-DISTNAME= jikes-1.15
+DISTNAME= jikes-1.17
CATEGORIES= lang
-MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
+MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.17/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/