pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdf5/patches hdf5: Missing patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/574bf098fb8f
branches: trunk
changeset: 347134:574bf098fb8f
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jan 08 12:30:50 2020 +0000
description:
hdf5: Missing patch
diffstat:
devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in | 15 +++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 9a3bd1341ad5 -r 574bf098fb8f devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in Wed Jan 08 12:30:50 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_test_h5repack_h5repack.sh.in,v 1.1 2020/01/08 12:30:50 nia Exp $
+
+test portability fix
+
+--- tools/test/h5repack/h5repack.sh.in.orig 2019-12-19 16:38:30.000000000 +0000
++++ tools/test/h5repack/h5repack.sh.in
+@@ -625,7 +625,7 @@ DIFFFAIL()
+ $RUNSERIAL $H5DIFF_BIN -q "$@"
+ )
+ RET=$?
+- if [ $RET == 0 ] ; then
++ if [ $RET = 0 ] ; then
+ echo "*FAILED*"
+ nerrors="`expr $nerrors + 1`"
+ else
Home |
Main Index |
Thread Index |
Old Index