pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/atlc Make "find" command in tests/find-zero-length...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06b6f5fea6ca
branches:  trunk
changeset: 501937:06b6f5fea6ca
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 18:09:42 2005 +0000

description:
Make "find" command in tests/find-zero-length.test more correct.

diffstat:

 cad/atlc/distinfo         |   3 ++-
 cad/atlc/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 990e52863f61 -r 06b6f5fea6ca cad/atlc/distinfo
--- a/cad/atlc/distinfo Mon Oct 31 17:53:26 2005 +0000
+++ b/cad/atlc/distinfo Mon Oct 31 18:09:42 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 14:59:23 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/10/31 18:09:42 tv Exp $
 
 SHA1 (atlc-4.6.0.tar.gz) = 4c2185e17812925351345465094e2036fefa9724
 RMD160 (atlc-4.6.0.tar.gz) = 1923ed83762fec124662c7a628c337f46857ca78
 Size (atlc-4.6.0.tar.gz) = 2445849 bytes
+SHA1 (patch-aa) = 73158578f1f7ef6f1466a2c875fad1f08bf609fc
diff -r 990e52863f61 -r 06b6f5fea6ca cad/atlc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/atlc/patches/patch-aa Mon Oct 31 18:09:42 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/10/31 18:09:42 tv Exp $
+
+--- tests/find-zero-length.test.orig   2003-10-28 17:40:59.000000000 -0500
++++ tests/find-zero-length.test
+@@ -12,7 +12,7 @@ mkdir $top_builddir/tmp 2> /dev/null
+ rm -f $top_builddir/tmp/atlc-zero-bytes
+ 
+ # since tmp/atlc-zero-bytes will be found, that must be ignored.
+-find $top_srcdir -size 0c | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes 
++find $top_srcdir -type f -size 0c -print | grep -v tmp/atlc-zero-bytes > $top_builddir/tmp/atlc-zero-bytes 
+ 
+ # The file $top_builddir/tmp/atlc-zero-bytes contains a list of all the 
+ # files which are zero bytes. Hopefully there are none, in



Home | Main Index | Thread Index | Old Index