=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for geneweb-5.01nb19
cd wserver; /usr/pkg/bin/gmake all
gmake[1]: Entering directory '/pbulk/work/databases/geneweb/work/geneweb-5.01/wserver'
camlp5r pa_macro.cmo -DUNIX -o wserver.ppi wserver.mli
ocamlc.opt  -I +camlp5 -c -intf wserver.ppi
File "wserver.mli", line 60, characters 32-45:
60 | value get_request_and_content : Stream.t char -> (list string * string);
                                     ^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
/bin/rm -f wserver.ppi
camlp5r pa_macro.cmo -DUNIX -o wserver.ppo wserver.ml
ocamlc.opt   -I +camlp5 -c -impl wserver.ppo
File "wserver.ml", line 82, characters 13-26:
82 |     let s1 = String.create len in
                  ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create/BytesLabels.create instead.
File "wserver.ml", line 84, characters 59-60:
84 |     if strip_spaces then strip_heading_and_trailing_spaces s else s
                                                                ^
Error: This expression has type bytes but an expression was expected of type
         string
gmake[1]: *** [../tools/Makefile.inc:36: wserver.cmo] Error 2
gmake[1]: Leaving directory '/pbulk/work/databases/geneweb/work/geneweb-5.01/wserver'
gmake: *** [Makefile:15: out] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/databases/geneweb
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/databases/geneweb