=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for libflash-0.4.10nb9
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions flash.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions flash.cc  -fno-common -DPIC -o .libs/flash.o
In file included from flash.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from flash.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from flash.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
3 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions flash.cc -o flash.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions character.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions character.cc  -fno-common -DPIC -o .libs/character.o
In file included from character.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from character.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from character.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
character.cc:116:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Bitmap";
                               ^
character.cc:118:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Font";
                               ^
character.cc:120:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Button";
                               ^
character.cc:122:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Sprite";
                               ^
character.cc:124:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Shape";
                               ^
character.cc:126:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Sound";
                               ^
character.cc:128:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Text";
                               ^
character.cc:130:11: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                        return "Unknown";
                               ^
11 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions character.cc -o character.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions shape.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions shape.cc  -fno-common -DPIC -o .libs/shape.o
In file included from shape.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from shape.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from shape.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
shape.cc:429:19: warning: unused function 'GetDWord' [-Wunused-function]
static inline U32 GetDWord(struct BitParser *b)
                  ^
4 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions shape.cc -o shape.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions button.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions button.cc  -fno-common -DPIC -o .libs/button.o
In file included from button.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from button.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from button.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
3 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions button.cc -o button.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions program.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions program.cc  -fno-common -DPIC -o .libs/program.o
In file included from program.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from program.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from program.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
program.cc:171:12: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                                name = "";
                                       ^
program.cc:670:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
        char *target = "";
                       ^
program.cc:878:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                f = prg->searchFrame(gd,label,"");
                                              ^
6 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions program.cc -o program.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions bitmap.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions bitmap.cc  -fno-common -DPIC -o .libs/bitmap.o
In file included from bitmap.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from bitmap.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from bitmap.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
bitmap.cc:289:6: warning: variable 'status' set but not used [-Wunused-but-set-variable]
        int status;
            ^
4 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions bitmap.cc -o bitmap.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions displaylist.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions displaylist.cc  -fno-common -DPIC -o .libs/displaylist.o
In file included from displaylist.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from displaylist.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from displaylist.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
displaylist.cc:542:23: warning: variable 'cur_focus' set but not used [-Wunused-but-set-variable]
        DisplayListEntry *e,*cur_focus;
                             ^
displaylist.cc:544:7: warning: variable 'n' set but not used [-Wunused-but-set-variable]
        long n = 0;
             ^
5 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions displaylist.cc -o displaylist.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions font.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions font.cc  -fno-common -DPIC -o .libs/font.o
In file included from font.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from font.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from font.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
font.cc:34:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
        setFontName("Unknown");
                    ^
In file included from font.cc:23:
In file included from ./swf.h:223:
./font.h:31:9: warning: private field 'ascent' is not used [-Wunused-private-field]
        long             ascent;
                         ^
./font.h:32:9: warning: private field 'descent' is not used [-Wunused-private-field]
        long             descent;
                         ^
./font.h:33:9: warning: private field 'leading' is not used [-Wunused-private-field]
        long             leading;
                         ^
7 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions font.cc -o font.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions graphic.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions graphic.cc  -fno-common -DPIC -o .libs/graphic.o
In file included from graphic.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from graphic.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from graphic.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
3 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions graphic.cc -o graphic.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions text.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions text.cc  -fno-common -DPIC -o .libs/text.o
In file included from text.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from text.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from text.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
3 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions text.cc -o text.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions matrix.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions matrix.cc  -fno-common -DPIC -o .libs/matrix.o
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions matrix.cc -o matrix.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions script.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions script.cc  -fno-common -DPIC -o .libs/script.o
In file included from script.cc:1:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from script.cc:1:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from script.cc:1:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
script.cc:293:11: warning: explicitly assigning value of variable of type 'U32' (aka 'unsigned long') to itself [-Wself-assign]
    tagid = tagid;
    ~~~~~ ^ ~~~~~
script.cc:640:14: warning: variable 'type' set but not used [-Wunused-but-set-variable]
    FillType type;
             ^
script.cc:1070:10: warning: variable 'menu' set but not used [-Wunused-but-set-variable]
    U8           menu;
                 ^
script.cc:1188:11: warning: explicitly assigning value of variable of type 'U32' (aka 'unsigned long') to itself [-Wself-assign]
    tagid = tagid;
    ~~~~~ ^ ~~~~~
script.cc:1508:11: warning: explicitly assigning value of variable of type 'U32' (aka 'unsigned long') to itself [-Wself-assign]
    tagid = tagid;
    ~~~~~ ^ ~~~~~
script.cc:1585:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    mixFormat = mixFormat;
    ~~~~~~~~~ ^ ~~~~~~~~~
script.cc:1586:12: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    format = format;
    ~~~~~~ ^ ~~~~~~
script.cc:1587:14: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    nSamples = nSamples;
    ~~~~~~~~ ^ ~~~~~~~~
script.cc:1600:15: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    mixFormat = mixFormat;
    ~~~~~~~~~ ^ ~~~~~~~~~
script.cc:1601:12: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    format = format;
    ~~~~~~ ^ ~~~~~~
script.cc:1602:14: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
    nSamples = nSamples;
    ~~~~~~~~ ^ ~~~~~~~~
script.cc:1706:6: warning: variable 'here' set but not used [-Wunused-but-set-variable]
        U32 here;
            ^
15 warnings generated.
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions script.cc -o script.o >/dev/null 2>&1
/Users/pbulk/build/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions sound.cc
libtool: compile:  clang++ -c -I/Users/pbulk/build/multimedia/libflash/work/.buildlink/include -pipe -Os -Wall -fno-rtti -fno-exceptions sound.cc  -fno-common -DPIC -o .libs/sound.o
In file included from sound.cc:23:
In file included from ./swf.h:220:
./displaylist.h:29:1: warning: 'DisplayListEntry' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct DisplayListEntry {
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
In file included from sound.cc:23:
In file included from ./swf.h:222:
./button.h:57:8: warning: 'Button::execute' hides overloaded virtual function [-Woverloaded-virtual]
        int              execute(GraphicDevice *gd, Matrix *matrix, 
                         ^
./character.h:46:16: note: hidden overloaded virtual function 'Character::execute' declared here: different number of parameters (3 vs 4)
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
In file included from sound.cc:23:
In file included from ./swf.h:226:
./program.h:124:1: warning: 'Program' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Program {
^
./displaylist.h:24:1: note: did you mean struct here?
class Program;
^~~~~
struct
sound.cc:32:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
         ^~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.
*** [sound.o] Error code 1

bmake: stopped in /Users/pbulk/build/multimedia/libflash/work/flash-0.4.10/Lib
1 error

bmake: stopped in /Users/pbulk/build/multimedia/libflash/work/flash-0.4.10/Lib
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/multimedia/libflash
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/multimedia/libflash