=> 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 gimp-ufraw-0.22nb27
/usr/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/work/graphics/gimp-ufraw/work/ufraw-0.22'
Making all in po
gmake[2]: Entering directory '/work/graphics/gimp-ufraw/work/ufraw-0.22/po'
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ca.po
file=./`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file cs.po
file=./`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file da.po
file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file de.po
file=./`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file es.po
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file fr.po
file=./`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file it.po
file=./`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ja.po
file=./`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ko.po
file=./`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nb.po
file=./`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nl.po
file=./`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pl.po
file=./`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pt.po
file=./`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ru.po
file=./`echo sr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr.po
file=./`echo sr@latin | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr@latin.po
file=./`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sv.po
file=./`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_CN.po
file=./`echo zh_TW | sed 's,.*/,,'`.gmo \
  && rm -f $file && /work/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_TW.po
gmake[2]: Leaving directory '/work/graphics/gimp-ufraw/work/ufraw-0.22/po'
Making all in icons
gmake[2]: Entering directory '/work/graphics/gimp-ufraw/work/ufraw-0.22/icons'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/work/graphics/gimp-ufraw/work/ufraw-0.22/icons'
gmake[2]: Entering directory '/work/graphics/gimp-ufraw/work/ufraw-0.22'
  CXX      dcraw.o
  CC       ufraw_ufraw.o
ufraw_ufraw.c: In function 'ufraw_convert_import_buffer':
ufraw_ufraw.c:1430:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
     img->buffer = g_memdup(dcimg->image, img->height * img->rowstride);
     ^
In file included from /work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib.h:84:0,
                 from uf_glib.h:20,
                 from ufraw.h:21,
                 from ufraw_ufraw.c:13:
/work/graphics/gimp-ufraw/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:259:23: note: declared here
 gpointer              g_memdup         (gconstpointer mem,
                       ^
In file included from /work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_seq.h:80:0,
                 from /work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_image.h:81,
                 from /work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jasper.h:84,
                 from dcraw.cc:80:
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h: In function 'bool jas_safe_size_mul(size_t, size_t, size_t*)':
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:227:15: error: 'SIZE_MAX' was not declared in this scope
  if (x && y > SIZE_MAX / x) {
               ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h: In function 'bool jas_safe_size_add(size_t, size_t, size_t*)':
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:262:10: error: 'SIZE_MAX' was not declared in this scope
  if (y > SIZE_MAX - x) {
          ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h: In function 'bool jas_safe_intfast32_mul(int_fast32_t, int_fast32_t, int_fast32_t*)':
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:305:12: error: 'INT_FAST32_MAX' was not declared in this scope
    if (x > INT_FAST32_MAX / y) {
            ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:310:12: error: 'INT_FAST32_MIN' was not declared in this scope
    if (y < INT_FAST32_MIN / x) {
            ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:318:12: error: 'INT_FAST32_MIN' was not declared in this scope
    if (x < INT_FAST32_MIN / y) {
            ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:322:22: error: 'INT_FAST32_MAX' was not declared in this scope
    if (x != 0 && y < INT_FAST32_MAX / x) {
                      ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h: In function 'bool jas_safe_intfast32_add(int_fast32_t, int_fast32_t, int_fast32_t*)':
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:360:20: error: 'INT_FAST32_MAX' was not declared in this scope
  if ((y > 0 && x > INT_FAST32_MAX - y) ||
                    ^
/work/graphics/gimp-ufraw/work/.buildlink/include/jasper/jas_math.h:361:18: error: 'INT_FAST32_MIN' was not declared in this scope
    (y < 0 && x < INT_FAST32_MIN - y)) {
                  ^
gmake[2]: *** [Makefile:886: dcraw.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/work/graphics/gimp-ufraw/work/ufraw-0.22'
gmake[1]: *** [Makefile:1026: all-recursive] Error 1
gmake[1]: Leaving directory '/work/graphics/gimp-ufraw/work/ufraw-0.22'
gmake: *** [Makefile:581: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/graphics/gimp-ufraw
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/graphics/gimp-ufraw