summaryrefslogtreecommitdiff
path: root/java/jikes/files/patch-aa
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-16 06:03:37 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-16 06:03:37 +0000
commit73b2343d03ee11f2b28e9599ed39b4c36c57e483 (patch)
treecbd8e1d3fef07ffd1ce9855a5f19c4ae0df5402a /java/jikes/files/patch-aa
parentFix error 'make clean' (diff)
Create ports patches for patches found on ftp site maintained by
Vadim Zaliva. See Makefile comments. * add extended version info to 'jikes -h' so we can track bugs with the port * unused variables warnings * patch for array cloning bug * patch for makedepend bug * patch for ANSI fp handling (i.e. avoid faulting out on divide by 0 an such).
Notes
Notes: svn path=/head/; revision=15378
Diffstat (limited to '')
-rw-r--r--java/jikes/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jikes/files/patch-aa b/java/jikes/files/patch-aa
index 6713c7bb4f28..649e3bf7b552 100644
--- a/java/jikes/files/patch-aa
+++ b/java/jikes/files/patch-aa
@@ -25,3 +25,14 @@
OBJECTS=jikes.$(O) scanner.$(O) code.$(O) zip.$(O) unzip.$(O) ast.$(O) diagnose.$(O) \
parser.$(O) lpginput.$(O) lcase.$(O) javaact.$(O) error.$(O) set.$(O) symbol.$(O) \
+--- jikes/src/jikes.cpp.orig Tue Dec 15 21:46:33 1998
++++ jikes/src/jikes.cpp Tue Dec 15 21:47:17 1998
+@@ -75,7 +75,7 @@
+ << "+U do full dependence check including Zip and Jar files\n"
+ << "+V generate veracious listing\n"
+ << "+Z treat cautions as errors\n"
+- << "\nVersion 0.41 (01 Dec 98)"
++ << "\nVersion 0.41-FreeBSD-ae (15 Dec 98)"
+ << " by Philippe Charles and David Shields, IBM Research.\n";
+ cerr << "Please report problems to shields@watson.ibm.com.\n" ;
+ cerr << "or via browser at http://www.ibm.com/research/jikes\n";