pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/darktable/patches
Module Name: pkgsrc
Committed By: hauke
Date: Fri Jul 14 10:10:39 UTC 2017
Added Files:
pkgsrc/graphics/darktable/patches: patch-tools_noise_benchmark.sh
Log Message:
I forgot to add a patch file - here it is.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 \
pkgsrc/graphics/darktable/patches/patch-tools_noise_benchmark.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/darktable/patches/patch-tools_noise_benchmark.sh
diff -u /dev/null pkgsrc/graphics/darktable/patches/patch-tools_noise_benchmark.sh:1.3
--- /dev/null Fri Jul 14 10:10:39 2017
+++ pkgsrc/graphics/darktable/patches/patch-tools_noise_benchmark.sh Fri Jul 14 10:10:39 2017
@@ -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