pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/kaffe Added a patch for check_jni_methods.sh.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8311a4875dc
branches: trunk
changeset: 519559:b8311a4875dc
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 05 11:22:35 2006 +0000
description:
Added a patch for check_jni_methods.sh.
diffstat:
lang/kaffe/distinfo | 3 ++-
lang/kaffe/patches/patch-ae | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r ebccaeea788f -r b8311a4875dc lang/kaffe/distinfo
--- a/lang/kaffe/distinfo Thu Oct 05 11:15:41 2006 +0000
+++ b/lang/kaffe/distinfo Thu Oct 05 11:22:35 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2006/05/29 17:47:10 joerg Exp $
+$NetBSD: distinfo,v 1.24 2006/10/05 11:22:35 rillig Exp $
SHA1 (kaffe-1.1.7.tar.gz) = 5951d16a4a7b11689932583d134520ca6de00817
RMD160 (kaffe-1.1.7.tar.gz) = 7523a3470cd06cf60dbade8ea2f464dc9d85277b
@@ -7,3 +7,4 @@
SHA1 (patch-ab) = 51382ff9c9672eab7bb1729e8435af3d134a4ea1
SHA1 (patch-ac) = 2fb9d3d7bdfdecd6090403aae9485662d1bcfbc5
SHA1 (patch-ad) = 6ad03154e1874822d8a784cdcf6faa248e76c38f
+SHA1 (patch-ae) = 81e4a650fbb7fa18fa19597d27362bbb0155847f
diff -r ebccaeea788f -r b8311a4875dc lang/kaffe/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/kaffe/patches/patch-ae Thu Oct 05 11:22:35 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.7 2006/10/05 11:22:35 rillig Exp $
+
+Using the ">" operator conflicts with "set -C".
+
+--- libraries/javalib/external/classpath/scripts/check_jni_methods.sh.orig 2005-09-05 20:46:16.000000000 +0200
++++ libraries/javalib/external/classpath/scripts/check_jni_methods.sh 2006-10-05 13:21:27.000000000 +0200
+@@ -43,7 +43,7 @@ EOF
+ # Use fgrep and direct the output to /dev/null for compatibility with older
+ # grep instead of using the non portable -q.
+ if diff -b -U 0 $TMPFILE $TMPFILE2 | grep '^[+-]Java' | \
+- fgrep -v -f $TMPFILE3 > /dev/null;
++ fgrep -v -f $TMPFILE3 >> /dev/null;
+ then
+ PROBLEM=1
+ echo "Found a problem with the JNI methods declared and implemented."
Home |
Main Index |
Thread Index |
Old Index