[Pkg-tcltk-devel] Bug#840155: Bug#840155: xotcl: please make the build reproducible

Stefan Sobernig stefan.sobernig at wu.ac.at
Sun Oct 9 19:33:08 UTC 2016


My apologies:

> ...
> foreach {f fb} [lsort $fileList] {
> ...

The correct patch is:

...
foreach {f fb} [lsort -stride 2 $fileList] {
...

(assuming it is correct to assume Tcl 8.6 to be the default build-dep).

Stefan



More information about the Pkg-tcltk-devel mailing list