pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hdf5/patches
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 8 12:30:51 UTC 2020
Added Files:
pkgsrc/devel/hdf5/patches: patch-tools_test_h5repack_h5repack.sh.in
Log Message:
hdf5: Missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in
diff -u /dev/null pkgsrc/devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in:1.1
--- /dev/null Wed Jan 8 12:30:51 2020
+++ pkgsrc/devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in Wed Jan 8 12:30:50 2020
@@ -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