=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libdlna-0.2.4nb15
make -C src
make[1]: Entering directory '/Users/pbulk/build/net/libdlna/work/libdlna-0.2.4/src'
clang -MM -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc profiles.c containers.c image_jpeg.c image_png.c audio_aac.c audio_ac3.c audio_amr.c audio_atrac3.c audio_g726.c audio_lpcm.c audio_mp2.c audio_mp3.c audio_wma.c av_mpeg1.c av_mpeg2.c av_mpeg4_part2.c av_mpeg4_part10.c av_wmv9.c upnp_dms.c  1>.depend

#############################################
#         Building static objects           #
#############################################
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o profiles.o profiles.c
profiles.c:160:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations]
  av_register_all ();
  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1954:1: note: 'av_register_all' has been explicitly marked deprecated here
attribute_deprecated
^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:208:26: warning: 'codec' is deprecated [-Wdeprecated-declarations]
        ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO)
                         ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:214:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
             ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO)
                              ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:222:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->ac = audio_stream >= 0 ? ctx->streams[audio_stream]->codec : NULL;
                                                               ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:225:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->vc = video_stream >= 0 ? ctx->streams[video_stream]->codec : NULL;
                                                               ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
5 warnings generated.
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o containers.o containers.c
containers.c:110:47: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mpeg_find_container_type (ctx->filename);
                                              ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
containers.c:112:46: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mov_find_container_type (ctx->filename);
                                             ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_jpeg.o image_jpeg.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_png.o image_png.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_aac.o audio_aac.c
audio_aac.c:491:19: warning: 'filename' is deprecated [-Wdeprecated-declarations]
  fd = open (ctx->filename, O_RDONLY);
                  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
audio_aac.c:514:19: warning: 'filename' is deprecated [-Wdeprecated-declarations]
  fd = open (ctx->filename, O_RDONLY);
                  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_ac3.o audio_ac3.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_amr.o audio_amr.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_atrac3.o audio_atrac3.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_g726.o audio_g726.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_lpcm.o audio_lpcm.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp2.o audio_mp2.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp3.o audio_mp3.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_wma.o audio_wma.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg1.o av_mpeg1.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg2.o av_mpeg2.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part2.o av_mpeg4_part2.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part10.o av_mpeg4_part10.c
av_mpeg4_part10.c:1154:38: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]
      if (vs->r_frame_rate.num == 15 && vs->r_frame_rate.num == 1)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_wmv9.o av_wmv9.c
clang -c -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o upnp_dms.o upnp_dms.c

#############################################
#         Linking static objects            #
#############################################
ar r libdlna.a profiles.o containers.o image_jpeg.o image_png.o audio_aac.o audio_ac3.o audio_amr.o audio_atrac3.o audio_g726.o audio_lpcm.o audio_mp2.o audio_mp3.o audio_wma.o av_mpeg1.o av_mpeg2.o av_mpeg4_part2.o av_mpeg4_part10.o av_wmv9.o upnp_dms.o
ar: creating archive libdlna.a
ranlib libdlna.a

#############################################
#         Building shared objects           #
#############################################
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o profiles.lo profiles.c
profiles.c:160:3: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations]
  av_register_all ();
  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1954:1: note: 'av_register_all' has been explicitly marked deprecated here
attribute_deprecated
^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:208:26: warning: 'codec' is deprecated [-Wdeprecated-declarations]
        ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO)
                         ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:214:31: warning: 'codec' is deprecated [-Wdeprecated-declarations]
             ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO)
                              ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:222:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->ac = audio_stream >= 0 ? ctx->streams[audio_stream]->codec : NULL;
                                                               ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
profiles.c:225:64: warning: 'codec' is deprecated [-Wdeprecated-declarations]
  codecs->vc = video_stream >= 0 ? ctx->streams[video_stream]->codec : NULL;
                                                               ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
5 warnings generated.
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o containers.lo containers.c
containers.c:110:47: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mpeg_find_container_type (ctx->filename);
                                              ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
containers.c:112:46: warning: 'filename' is deprecated [-Wdeprecated-declarations]
        return mov_find_container_type (ctx->filename);
                                             ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_jpeg.lo image_jpeg.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o image_png.lo image_png.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_aac.lo audio_aac.c
audio_aac.c:491:19: warning: 'filename' is deprecated [-Wdeprecated-declarations]
  fd = open (ctx->filename, O_RDONLY);
                  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
audio_aac.c:514:19: warning: 'filename' is deprecated [-Wdeprecated-declarations]
  fd = open (ctx->filename, O_RDONLY);
                  ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here
    attribute_deprecated
    ^
/Users/pbulk/build/net/libdlna/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
#    define attribute_deprecated __attribute__((deprecated))
                                                ^
2 warnings generated.
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_ac3.lo audio_ac3.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_amr.lo audio_amr.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_atrac3.lo audio_atrac3.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_g726.lo audio_g726.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_lpcm.lo audio_lpcm.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp2.lo audio_mp2.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_mp3.lo audio_mp3.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o audio_wma.lo audio_wma.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg1.lo av_mpeg1.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg2.lo av_mpeg2.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part2.lo av_mpeg4_part2.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_mpeg4_part10.lo av_mpeg4_part10.c
av_mpeg4_part10.c:1154:38: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]
      if (vs->r_frame_rate.num == 15 && vs->r_frame_rate.num == 1)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o av_wmv9.lo av_wmv9.c
clang -c -fPIC -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Isrc -pipe -Os -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -W -Wall -Wno-unused-but-set-variable -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o upnp_dms.lo upnp_dms.c

#############################################
#         Linking shared objects            #
#############################################
clang -shared -Wl,-soname,libdlna.so.0 profiles.lo containers.lo image_jpeg.lo image_png.lo audio_aac.lo audio_ac3.lo audio_amr.lo audio_atrac3.lo audio_g726.lo audio_lpcm.lo audio_mp2.lo audio_mp3.lo audio_wma.lo av_mpeg1.lo av_mpeg2.lo av_mpeg4_part2.lo av_mpeg4_part10.lo av_wmv9.lo upnp_dms.lo \
  -L/opt/pkg/lib/ffmpeg4 -L/opt/pkg/lib -lavformat -lavcodec -o libdlna.so.0.2.4
ld: unknown options: -soname 
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:100: lib_shared] Error 1
make[1]: Leaving directory '/Users/pbulk/build/net/libdlna/work/libdlna-0.2.4/src'
gmake: *** [Makefile:31: lib] Error 2
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/libdlna
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/net/libdlna