Comparing builds

Builds retreat@2020-12-05 17:00:55Z on freebsd-12 and retreat@2020-12-17 12:52:25Z on freebsd-12

Compare in reverse direction

Opam packages with changes in their opam file

ocaml-base-compiler.4.11.1 (and additional changes)

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"]

System packages changed

bash 5.0.18_3->5.1
curl 7.73.0->7.74.0