=> 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 gimp-ufraw-0.22nb6 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' Making all in po gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/po' file=./`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ca.po file=./`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file cs.po file=./`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file da.po file=./`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file de.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file es.po file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file fr.po file=./`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file it.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ja.po file=./`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ko.po file=./`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nb.po file=./`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file nl.po file=./`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pl.po file=./`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file pt.po file=./`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file ru.po file=./`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr.po file=./`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sr@latin.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file sv.po file=./`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_CN.po file=./`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /data/scratch/graphics/gimp-ufraw/work/.tools/bin/msgfmt -c -o $file zh_TW.po gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/po' Making all in icons gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22/icons' gmake[2]: Entering directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' CC ufraw_ufraw.o CXX dcraw.o CC ufraw_colorspaces.o CC ufraw_developer.o CC ufraw_conf.o CC ufraw_writer.o CC ufraw_embedded.o CC ufraw_message.o CXX ufobject.o CC ufraw_routines.o CXX ufraw_settings.o CC wb_presets.o CC nikon_curve.o CXX dcraw_api.o CC dcraw_indi.o CXX ufraw_lensfun.o ufraw_developer.c:390:19: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] for (try = 0; abs(bg - b) > 0.001 || try < 100; try++) { ^ ufraw_developer.c:390:19: note: use function 'fabs' instead for (try = 0; abs(bg - b) > 0.001 || try < 100; try++) { ^~~ fabs dcraw.cc:1100:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ip[col][c] = (ip[col-width][c] + ip[col+width][c] + 1) >> 1; ^ dcraw.cc:1124:19: warning: implicit conversion from 'int' to 'short' changes value from 65535 to -1 [-Wconstant-conversion] FORC3 rp[c] = CLIP(pix[c] * sraw_mul[c] >> 10); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcraw.cc:241:32: note: expanded from macro 'CLIP' #define CLIP(x) LIM((int)(x),0,65535) ^~~~~ dcraw.cc:239:38: note: expanded from macro 'LIM' #define LIM(x,min,max) MAX(min,MIN(x,max)) ^~~ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:300:42: note: expanded from macro 'MIN' #define MIN(a, b) (((a) < (b)) ? (a) : (b)) ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:297:42: note: expanded from macro 'MAX' #define MAX(a, b) (((a) > (b)) ? (a) : (b)) ^ CXX uf_gtk.o nikon_curve.c:1693:24: warning: address of array 'curve->m_anchors' will always evaluate to 'true' [-Wpointer-bool-conversion] if (curve->m_anchors) { ~~ ~~~~~~~^~~~~~~~~ CXX ufraw_exiv2.o CC iccjpeg.o CC ufraw_preview.o dcraw.cc:8852:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] is_raw += (i = get4()) && 1; ^ ~ dcraw.cc:8852:30: note: use '&' for a bitwise operation is_raw += (i = get4()) && 1; ^~ & dcraw.cc:8852:30: note: remove constant to silence this warning is_raw += (i = get4()) && 1; ~^~~~ dcraw.cc:9245:11: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] if (abs(i) < abs(c)) { ^ dcraw.cc:9245:11: note: remove the call to 'abs' since unsigned values cannot be negative if (abs(i) < abs(c)) { ^~~ dcraw.cc:9245:20: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] if (abs(i) < abs(c)) { ^ dcraw.cc:9245:20: note: remove the call to 'abs' since unsigned values cannot be negative if (abs(i) < abs(c)) { ^~~ CC ufraw_saver.o dcraw.cc:10601:44: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int] write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ dcraw.cc:10601:44: note: use array indexing to silence this warning write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5; ^ & [ ] 1 warning generated. 1 warning generated. CC ufraw_delete.o CC ufraw_chooser.o CC ufraw_icons.o CC ufraw_lens_ui.o CC curveeditor_widget.o CC ufraw-batch.o CC ufraw-ufraw.o ./generate_schemas.sh /usr/pkg ufraw.schemas ufraw_icons.c:20:25: warning: 'gdk_pixbuf_new_from_inline' is deprecated [-Wdeprecated-declarations] GdkPixbuf *pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL); ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:361:1: note: 'gdk_pixbuf_new_from_inline' has been explicitly marked deprecated here GDK_PIXBUF_DEPRECATED_IN_2_32 ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h:610:39: note: expanded from macro 'GDK_PIXBUF_DEPRECATED_IN_2_32' #define GDK_PIXBUF_DEPRECATED_IN_2_32 G_DEPRECATED _GDK_PIXBUF_EXTERN ^ /data/scratch/graphics/gimp-ufraw/work/.buildlink/include/glib/glib-2.0/glib/gmacros.h:393:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. curveeditor_widget.c:248:13: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] if (abs(event->x - curve->m_anchors[i].x * (w - 1)) < 7 && ^ curveeditor_widget.c:248:13: note: use function 'fabs' instead if (abs(event->x - curve->m_anchors[i].x * (w - 1)) < 7 && ^~~ fabs curveeditor_widget.c:249:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] abs(event->y - (1 - pow(curve->m_anchors[i].y, g)) * (h - 1)) < 7) { ^ curveeditor_widget.c:249:17: note: use function 'fabs' instead abs(event->y - (1 - pow(curve->m_anchors[i].y, g)) * (h - 1)) < 7) { ^~~ fabs 2 warnings generated. 6 warnings generated. AR libufraw.a GEN ufraw-batch CCLD ufraw gmake[2]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' gmake[1]: Leaving directory '/data/scratch/graphics/gimp-ufraw/work/ufraw-0.22' *** Please use pkgtools/verifypc to sanity check dependencies.