pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/darktable/patches I forgot to add a patch fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/245fb1c212fd
branches:  trunk
changeset: 365341:245fb1c212fd
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Jul 14 10:10:39 2017 +0000

description:
I forgot to add a patch file - here it is.

diffstat:

 graphics/darktable/patches/patch-tools_noise_benchmark.sh |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 28867afcf774 -r 245fb1c212fd graphics/darktable/patches/patch-tools_noise_benchmark.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/darktable/patches/patch-tools_noise_benchmark.sh Fri Jul 14 10:10:39 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_noise_benchmark.sh,v 1.3 2017/07/14 10:10:39 hauke Exp $
+
+We bash bashisms.
+
+--- tools/noise/benchmark.sh.orig      2017-05-28 14:22:21.000000000 +0000
++++ tools/noise/benchmark.sh
+@@ -14,7 +14,7 @@ REF="reference.pfm"
+ 
+ for i in *.pfm
+ do
+-  if [ "$i" == "$REF" ]
++  if [ "$i" = "$REF" ]
+   then
+     continue
+   fi



Home | Main Index | Thread Index | Old Index