pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/liblognorm Fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/388d50338fca
branches:  trunk
changeset: 413411:388d50338fca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 20 00:00:34 2020 +0000

description:
Fix shell portability

diffstat:

 sysutils/liblognorm/distinfo                          |   3 ++-
 sysutils/liblognorm/patches/patch-tests_options.sh.in |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 9e39a670cfc8 -r 388d50338fca sysutils/liblognorm/distinfo
--- a/sysutils/liblognorm/distinfo      Thu Mar 19 23:59:58 2020 +0000
+++ b/sysutils/liblognorm/distinfo      Fri Mar 20 00:00:34 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/04/27 14:06:56 fhajny Exp $
+$NetBSD: distinfo,v 1.11 2020/03/20 00:00:34 joerg Exp $
 
 SHA1 (liblognorm-2.0.5.tar.gz) = 3cd01b4218d38d22209fb2f7e47d98f64b6bd11c
 RMD160 (liblognorm-2.0.5.tar.gz) = 656f8d4be11013c1a74569221b220dfcf9819686
 SHA512 (liblognorm-2.0.5.tar.gz) = 2b36fabfa8b751127d47f307833414d339ae43bad5b687ce6ac42a961021f9a515703ca0c4808e098ef49be3a943abdbf307f90995a2331c6e266167ef041d00
 Size (liblognorm-2.0.5.tar.gz) = 667709 bytes
+SHA1 (patch-tests_options.sh.in) = 63c4a4df4d2adc03a6c8be2cf77b84a3b5a6d028
diff -r 9e39a670cfc8 -r 388d50338fca sysutils/liblognorm/patches/patch-tests_options.sh.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/liblognorm/patches/patch-tests_options.sh.in     Fri Mar 20 00:00:34 2020 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-tests_options.sh.in,v 1.1 2020/03/20 00:00:34 joerg Exp $
+
+--- tests/options.sh.in.orig   2020-03-18 20:02:09.442824914 +0000
++++ tests/options.sh.in
+@@ -1,6 +1,6 @@
+ use_valgrind=@VALGRIND@
+ 
+ echo "Using valgrind: $use_valgrind"
+-if [ $use_valgrind == "yes" ]; then
++if [ $use_valgrind = "yes" ]; then
+     cmd="valgrind --error-exitcode=191 --malloc-fill=ff --free-fill=fe --leak-check=full --trace-children=yes $cmd"
+ fi



Home | Main Index | Thread Index | Old Index