Comparing builds

Builds tlstunnel@2020-12-05 15:20:09Z on freebsd-12 and tlstunnel@2020-12-07 15:20:58Z on freebsd-12

Compare in reverse direction

Opam packages with changes in their opam file

ocaml-base-compiler.4.11.1

build instruction (without common prefix) modifications, old:
[ "./configure" "--prefix=%{prefix}%" "-C" "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} ]
[make "-j%{jobs}%" {os != "cygwin"} "world"]
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
new
[ "./configure" "--prefix=%{prefix}%" "-C" "CC=cc" {os = "openbsd" | os = "macos"} "ASPP=cc -c" {os = "openbsd" | os = "macos"} ]
[make "-j%{jobs}%" {os != "cygwin"} "world"]
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]