summaryrefslogtreecommitdiff
path: root/lang/jikes/patches
diff options
context:
space:
mode:
authorrecht <recht>2004-04-27 23:23:03 +0000
committerrecht <recht>2004-04-27 23:23:03 +0000
commit624fedd3fd60f5473dab96eaf27df706cefafdba (patch)
treec5893aff2476003ac415b2fe4d677c6a74d861fe /lang/jikes/patches
parenta0c26a3a2826e47d45aa01eb23a432cbc3e059aa (diff)
downloadpkgsrc-624fedd3fd60f5473dab96eaf27df706cefafdba.tar.gz
update to 1.20
*** Jikes 1.20 was released 18 April 2004 Many new diagnostics have been added. These include detection of overflow in integer constant expressions, serialization-related checks made by Java 1.5's javac, detection of locals shadowing fields (often caused by an unfinished refactoring that promotes a local to a field) and fields in subclasses that hide fields in superclasses. New command-line options generalize the old -nowarn/+Z to also allow all warnings to be considered errors (with +Z2). The default on vs. off state of several warnings added in 1.19 have been changed, by popular demand. [...] *** 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). [...] And many fixes/changes more. See the NEWS file for a complete list.
Diffstat (limited to 'lang/jikes/patches')
-rw-r--r--lang/jikes/patches/patch-ab17
1 files changed, 9 insertions, 8 deletions
diff --git a/lang/jikes/patches/patch-ab b/lang/jikes/patches/patch-ab
index c99cc91a5cd..4dd2d1edcd0 100644
--- a/lang/jikes/patches/patch-ab
+++ b/lang/jikes/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.8 2004/04/16 17:49:59 tv 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.9 2004/04/27 23:23:03 recht Exp $
+
+--- doc/Makefile.in.orig 2004-03-25 14:32:26.000000000 +0100
++++ doc/Makefile.in 2004-04-28 01:11:43.000000000 +0200
+@@ -158,7 +158,7 @@
+ sysconfdir = @sysconfdir@
target_alias = @target_alias@
man_MANS = jikes.1
-
--docdir = $(prefix)/doc/${PACKAGE}-${VERSION}
-+docdir = $(prefix)/share/doc/html/${PACKAGE}
-
+-docdir = $(datadir)/doc/${PACKAGE}-${VERSION}
++docdir = $(datadir)/doc/html/${PACKAGE}
doc_DATA = \
license.htm
+