=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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 php80-ssdeep-1.1.0
/bin/cp /usr/pkgsrc/security/php-ssdeep/../../lang/php/ext.ini /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.ini
--- ssdeep.lo ---
/bin/sh /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/libtool --mode=compile gcc -I. -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0 -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/include -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/main -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0 -I/usr/pkg/include/php -I/usr/pkg/include/php/main -I/usr/pkg/include/php/TSRM -I/usr/pkg/include/php/Zend -I/usr/pkg/include/php/ext -I/usr/pkg/include/php/ext/date/lib -I/usr/pkg/include  -I/usr/pkg/include -I/usr/include -DHAVE_CONFIG_H  -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include    -c /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c -o ssdeep.lo
libtool: compile:  gcc -I. -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0 -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/include -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/main -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/main -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/TSRM -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/Zend -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/ext -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/ext/date/lib -I/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include -DHAVE_CONFIG_H -O2 -mieee -D_FORTIFY_SOURCE=2 -c /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c  -fPIC -DPIC -o .libs/ssdeep.o
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c: In function 'zif_ssdeep_fuzzy_hash':
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:110:47: error: expected ')' before 'TSRMLS_CC'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &to_hash, &to_hash_len) == FAILURE) {
                                               ^~~~~~~~~
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:110:9: error: too few arguments to function 'zend_parse_parameters'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &to_hash, &to_hash_len) == FAILURE) {
         ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/main/php.h:35:0,
                 from /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:44:
/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/Zend/zend_API.h:304:22: note: declared here
 ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...);
                      ^~~~~~~~~~~~~~~~~~~~~
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c: In function 'zif_ssdeep_fuzzy_hash_filename':
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:129:47: error: expected ')' before 'TSRMLS_CC'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file_name, &file_name_len) == FAILURE) {
                                               ^~~~~~~~~
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:129:9: error: too few arguments to function 'zend_parse_parameters'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file_name, &file_name_len) == FAILURE) {
         ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/main/php.h:35:0,
                 from /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:44:
/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/Zend/zend_API.h:304:22: note: declared here
 ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...);
                      ^~~~~~~~~~~~~~~~~~~~~
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c: In function 'zif_ssdeep_fuzzy_compare':
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:150:47: error: expected ')' before 'TSRMLS_CC'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &signature1, &signature1_len, &signature2, &signature2_len) == FAILURE) {
                                               ^~~~~~~~~
/tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:150:9: error: too few arguments to function 'zend_parse_parameters'
     if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &signature1, &signature1_len, &signature2, &signature2_len) == FAILURE) {
         ^~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/main/php.h:35:0,
                 from /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0/ssdeep.c:44:
/tmp/pkgbuild/security/php-ssdeep/work.alpha/.buildlink/include/php/Zend/zend_API.h:304:22: note: declared here
 ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...);
                      ^~~~~~~~~~~~~~~~~~~~~
*** [ssdeep.lo] Error code 1

make: stopped in /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0
1 error

make: stopped in /tmp/pkgbuild/security/php-ssdeep/work.alpha/ssdeep-1.1.0
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/security/php-ssdeep
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/security/php-ssdeep