=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for cfengine-3.7.3nb1
Making all in libcompat
  CC     memdup.lo
  CC     rpl_ctime.lo
  CC     generic_at.lo
  CC     strrstr.lo
  CC     getopt.lo
  CC     getopt1.lo
  CCLD   libcompat.la
Making all in libutils
  CC     atexit.lo
  CC     hashes.lo
  CC     alloc.lo
  CC     sequence.lo
  CC     set.lo
  CC     string_lib.lo
  CC     statistics.lo
  CC     proc_keyvalue.lo
  CC     json.lo
  CC     json-yaml.lo
  CC     refcount.lo
  CC     list.lo
  CC     logging.lo
  CC     buffer.lo
  CC     map.lo
  CC     ip_address.lo
hashes.c:50:20: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
        EVP_MD_CTX context;
                   ^
/usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'struct evp_md_ctx_st'
typedef struct evp_md_ctx_st EVP_MD_CTX;
               ^
1 error generated.
Makefile:522: recipe for target 'hashes.lo' failed
gmake[3]: *** [hashes.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
ip_address.c:135:20: warning: array subscript is of type 'char' [-Wchar-subscripts]
        is_digit = isdigit(*p);
                   ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
ip_address.c:403:23: warning: array subscript is of type 'char' [-Wchar-subscripts]
        is_hexdigit = isxdigit(*p);
                      ^~~~~~~~~~~~
/usr/include/sys/ctype_inline.h:58:45: note: expanded from macro 'isxdigit'
#define isxdigit(c)     ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_X))
                                                ^~~~
ip_address.c:404:20: warning: array subscript is of type 'char' [-Wchar-subscripts]
        is_digit = isdigit(*p);
                   ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit'
#define isdigit(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D))
                                                ^~~~
ip_address.c:408:17: warning: array subscript is of type 'char' [-Wchar-subscripts]
            if (isalpha(*p))
                ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha'
#define isalpha(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A))
                                                ^~~~
ip_address.c:410:37: warning: array subscript is of type 'char' [-Wchar-subscripts]
                is_upper_hexdigit = isupper(*p);
                                    ^~~~~~~~~~~
/usr/include/sys/ctype_inline.h:57:44: note: expanded from macro 'isupper'
#define isupper(c)      ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U))
                                                ^~~~
5 warnings generated.
Makefile:402: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
Makefile:560: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
Makefile:480: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/cfengine3
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/cfengine3