=> 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 harvid-0.8.3nb1 /usr/pkg/bin/gmake -C libharvid all gmake[1]: Entering directory '/tmp/multimedia/harvid/work/harvid-0.8.3/libharvid' export PKG_CONFIG_PATH=;\ gcc -c -o decoder_ctrl.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` decoder_ctrl.c export PKG_CONFIG_PATH=;\ gcc -c -o ffdecoder.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` ffdecoder.c ffdecoder.c: In function 'ff_picture_bytesize': ffdecoder.c:91:3: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] const int bs = avpicture_get_size(render_fmt, w, h); ^~~~~ In file included from ffcompat.h:32:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3778:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ ffdecoder.c: In function 'ff_init_moviebuffer': ffdecoder.c:261:3: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] avpicture_fill((AVPicture *)ff->pFrameFMT, ff->buffer, ff->render_fmt, ff->out_width, ff->out_height); ^~~~~~~~~~~~~~ In file included from ffcompat.h:32:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3763:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ ffdecoder.c: In function 'ff_initialize': ffdecoder.c:266:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from ffcompat.h:33:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1955:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ ffdecoder.c:267:3: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^~~~~~~~~~~~~~~~~~~~ In file included from ffcompat.h:32:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:2767:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ ffdecoder.c: In function 'ff_set_framerate': ffdecoder.c:321:5: warning: 'av_stream_get_r_frame_rate' is deprecated [-Wdeprecated-declarations] AVRational fr = av_stream_get_r_frame_rate (av_stream); ^~~~~~~~~~ In file included from ffcompat.h:33:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1124:12: note: declared here AVRational av_stream_get_r_frame_rate(const AVStream *s); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ffdecoder.c: In function 'ff_open_movie': ffdecoder.c:410:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(ff->pFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) ^~ In file included from ffcompat.h:33:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ ffdecoder.c:461:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] ff->pCodecCtx = ff->pFormatCtx->streams[ff->videoStream]->codec; ^~ In file included from ffcompat.h:33:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888:21: note: declared here AVCodecContext *codec; ^~~~~ ffdecoder.c: In function 'parse_pts_from_frame': ffdecoder.c:538:5: warning: 'av_frame_get_best_effort_timestamp' is deprecated [-Wdeprecated-declarations] pts = av_frame_get_best_effort_timestamp (f); ^~~ In file included from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:38:0, from ffcompat.h:32, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavutil/frame.h:706:9: note: declared here int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffdecoder.c:550:5: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] pts = f->pkt_pts; ^~~ In file included from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:38:0, from ffcompat.h:32, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavutil/frame.h:419:13: note: declared here int64_t pkt_pts; ^~~~~~~ ffdecoder.c: In function 'my_seek_frame': ffdecoder.c:620:2: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30:0, from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffdecoder.c:627:7: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30:0, from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffdecoder.c:635:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] err = avcodec_decode_video2 (ff->pCodecCtx, ff->pFrame, &frameFinished, packet); ^~~ In file included from ffcompat.h:32:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3096:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ ffdecoder.c:637:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (packet); ^~~~~~~~~~~~~~ In file included from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/bsf.h:30:0, from /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:44, from ffcompat.h:32, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:569:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffdecoder.c: In function 'ff_set_bufferptr': ffdecoder.c:773:3: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] avpicture_fill((AVPicture *)ff->pFrameFMT, ff->buffer, ff->render_fmt, ff->out_width, ff->out_height); ^~~~~~~~~~~~~~ In file included from ffcompat.h:32:0, from ffdecoder.c:33: /tmp/multimedia/harvid/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3763:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ export PKG_CONFIG_PATH=;\ gcc -c -o frame_cache.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` frame_cache.c export PKG_CONFIG_PATH=;\ gcc -c -o image_cache.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` image_cache.c export PKG_CONFIG_PATH=;\ gcc -c -o timecode.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` timecode.c export PKG_CONFIG_PATH=;\ gcc -c -o vinfo.o -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ffmpeg4 -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm `pkg-config --cflags libavcodec libavformat libavutil libswscale` vinfo.c ar cru libharvid.a decoder_ctrl.o ffdecoder.o frame_cache.o image_cache.o timecode.o vinfo.o ranlib libharvid.a gmake[1]: Leaving directory '/tmp/multimedia/harvid/work/harvid-0.8.3/libharvid' /usr/pkg/bin/gmake -C src all gmake[1]: Entering directory '/tmp/multimedia/harvid/work/harvid-0.8.3/src' Makefile:20: *** "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev". Stop. gmake[1]: Leaving directory '/tmp/multimedia/harvid/work/harvid-0.8.3/src' gmake: *** [Makefile:7: src] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/multimedia/harvid *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/multimedia/harvid