=> Bootstrap dependency digest>=20010302: found digest-20190127
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for libflash-0.4.10nb9
--- flash.o ---
--- character.o ---
--- shape.o ---
--- button.o ---
--- program.o ---
--- bitmap.o ---
--- displaylist.o ---
--- font.o ---
--- flash.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions flash.cc
--- character.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions character.cc
--- shape.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions shape.cc
--- button.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions button.cc
--- program.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions program.cc
--- bitmap.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions bitmap.cc
--- displaylist.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions displaylist.cc
--- font.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions font.cc
--- flash.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions flash.cc  -fno-common -DPIC -o .libs/flash.o
--- character.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions character.cc  -fno-common -DPIC -o .libs/character.o
--- button.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions button.cc  -fno-common -DPIC -o .libs/button.o
--- font.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions font.cc  -fno-common -DPIC -o .libs/font.o
--- displaylist.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions displaylist.cc  -fno-common -DPIC -o .libs/displaylist.o
--- shape.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions shape.cc  -fno-common -DPIC -o .libs/shape.o
--- bitmap.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions bitmap.cc  -fno-common -DPIC -o .libs/bitmap.o
--- program.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions program.cc  -fno-common -DPIC -o .libs/program.o
--- shape.o ---
In file included from shape.cc:23:
In file included from ./swf.h:220:
--- 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]
--- shape.o ---
./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]
--- font.o ---
struct DisplayListEntry {
^
--- shape.o ---
struct DisplayListEntry {
--- font.o ---
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
--- shape.o ---
^
./character.h:33:1: note: did you mean struct here?
class DisplayListEntry;
^~~~~
struct
--- font.o ---
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
                                 ^
--- shape.o ---
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)
--- font.o ---
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
--- shape.o ---
        virtual int              execute(GraphicDevice *, Matrix *, Cxform *);  // Display, play or whatever
                                 ^
--- font.o ---
font.cc:34:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
        setFontName("Unknown");
                    ^
--- shape.o ---
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
--- font.o ---
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;
                         ^
--- 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
--- shape.o ---
shape.cc:429:19: warning: unused function 'GetDWord' [-Wunused-function]
static inline U32 GetDWord(struct BitParser *b)
                  ^
--- program.o ---
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 = "";
                       ^
--- 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
                                 ^
--- 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
                                 ^
--- 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
--- character.o ---
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
--- flash.o ---
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
--- character.o ---
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";
--- 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
                                 ^
--- program.o ---
program.cc:878:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
                f = prg->searchFrame(gd,label,"");
                                              ^
--- displaylist.o ---
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
--- font.o ---
7 warnings generated.
--- character.o ---
                               ^
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";
                               ^
--- button.o ---
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
--- font.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions font.cc -o font.o >/dev/null 2>&1
--- character.o ---
11 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions character.cc -o character.o >/dev/null 2>&1
--- flash.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions flash.cc -o flash.o >/dev/null 2>&1
--- 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
--- button.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions button.cc -o button.o >/dev/null 2>&1
--- program.o ---
6 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions program.cc -o program.o >/dev/null 2>&1
--- displaylist.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions displaylist.cc -o displaylist.o >/dev/null 2>&1
--- bitmap.o ---
3 warnings generated.
--- graphic.o ---
--- bitmap.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions bitmap.cc -o bitmap.o >/dev/null 2>&1
--- graphic.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions graphic.cc
--- text.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions text.cc
--- matrix.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions matrix.cc
--- script.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions script.cc
--- sound.o ---
--- shape.o ---
4 warnings generated.
--- sound.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions sound.cc
--- shape.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions shape.cc -o shape.o >/dev/null 2>&1
--- graphic.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions graphic.cc  -fno-common -DPIC -o .libs/graphic.o
--- text.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions text.cc  -fno-common -DPIC -o .libs/text.o
--- matrix.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions matrix.cc  -fno-common -DPIC -o .libs/matrix.o
--- script.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions script.cc  -fno-common -DPIC -o .libs/script.o
--- sprite.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions sprite.cc
--- movie.o ---
--- 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
--- movie.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions movie.cc
--- matrix.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions matrix.cc -o matrix.o >/dev/null 2>&1
--- 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
--- 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;
    ~~~~~ ^ ~~~~~
--- sound.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions sound.cc  -fno-common -DPIC -o .libs/sound.o
--- script.o ---
script.cc:1188:11: warning: explicitly assigning value of variable of type 'U32' (aka 'unsigned long') to itself [-Wself-assign]
    tagid = tagid;
    ~~~~~ ^ ~~~~~
--- text.o ---
3 warnings generated.
--- script.o ---
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;
    ~~~~~~~~ ^ ~~~~~~~~
--- text.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions text.cc -o text.o >/dev/null 2>&1
--- cxform.o ---
/opt/work/multimedia/libflash/work/.cwrapper/bin/libtool  --mode=compile clang++ -c -I/opt/pkg/include -O2 -I/opt/pkg/include -Wall -fno-rtti -fno-exceptions cxform.cc
--- graphic.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions graphic.cc -o graphic.o >/dev/null 2>&1
--- sprite.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions sprite.cc  -fno-common -DPIC -o .libs/sprite.o
--- movie.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions movie.cc  -fno-common -DPIC -o .libs/movie.o
--- 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 /opt/work/multimedia/libflash/work/flash-0.4.10/Lib
--- cxform.o ---
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions cxform.cc  -fno-common -DPIC -o .libs/cxform.o
--- movie.o ---
In file included from movie.cc:22:
In file included from ./movie.h: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
--- sprite.o ---
In file included from sprite.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 sprite.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
                                 ^
--- movie.o ---
In file included from movie.cc:22:
In file included from ./movie.h: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
                                 ^
--- sprite.o ---
In file included from sprite.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
--- movie.o ---
In file included from movie.cc:22:
In file included from ./movie.h: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
--- sprite.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions sprite.cc -o sprite.o >/dev/null 2>&1
--- movie.o ---
3 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions movie.cc -o movie.o >/dev/null 2>&1
--- cxform.o ---
In file included from cxform.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 cxform.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 cxform.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/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions cxform.cc -o cxform.o >/dev/null 2>&1
--- script.o ---
12 warnings generated.
libtool: compile:  clang++ -c -I/opt/work/multimedia/libflash/work/.buildlink/include -O2 -Wall -fno-rtti -fno-exceptions script.cc -o script.o >/dev/null 2>&1
1 error

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

Stop.
bmake[1]: stopped in /opt/pkgsrc/multimedia/libflash
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/multimedia/libflash