=> Bootstrap dependency digest>=20010302: found digest-20190127
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for mdp-1.9a5nb1
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o mdp.o mdp.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpApp.o ../common/mdpApp.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpItem.o ../common/mdpItem.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/ackList.o ../common/ackList.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpApi.o ../common/mdpApi.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpBitMask.o ../common/mdpBitMask.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpMessage.o ../common/mdpMessage.cpp
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/mdpEncoder.o ../common/mdpEncoder.cpp
../common/mdpBitMask.cpp:568:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
           if ((num_bits == ((i << 3) + j))) break;
                ~~~~~~~~~^~~~~~~~~~~~~~~~~
../common/mdpBitMask.cpp:568:26: note: remove extraneous parentheses around the comparison to silence this warning
           if ((num_bits == ((i << 3) + j))) break;
               ~         ^                ~
../common/mdpBitMask.cpp:568:26: note: use '=' to turn this equality comparison into an assignment
           if ((num_bits == ((i << 3) + j))) break;
                         ^~
                         =
g++ -c -g -DPROTO_DEBUG -DUNIX -Wall -O -fPIC -DHAVE_GETLOGIN -DHAVE_ASSERT -DHAVE_FLOCK -DHAVE_DIRFD  -D__socklen_t_defined=1 -I/usr/pkg/include -I/usr/pkg/include  -I./ -I../common -I../protolib/common -o ../common/galois.o ../common/galois.cpp
../common/mdpMessage.cpp:65:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register unsigned int len = 0;
        ^~~~~~~~~
../common/mdpMessage.cpp:66:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register unsigned long temp_long;
    ^~~~~~~~~
../common/mdpMessage.cpp:67:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register unsigned short temp_short;
    ^~~~~~~~~
../common/mdpMessage.cpp:345:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register unsigned int len = 0;
        ^~~~~~~~~
../common/mdpMessage.cpp:772:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int len = 0;
    ^~~~~~~~~
../common/mdpMessage.cpp:787:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int len = 0;
    ^~~~~~~~~
In file included from mdp.cpp:43:
./mdp.h:63:14: warning: 'CmdMdpApp::SetPostProcessor' hides overloaded virtual function [-Woverloaded-virtual]
        void SetPostProcessor(char* theCmd);
             ^
../common/mdpApp.h:60:22: note: hidden overloaded virtual function 'MdpApp::SetPostProcessor' declared here: type mismatch at 1st parameter ('const char *' vs 'char *')
        virtual void SetPostProcessor(const char* theCmd);
                     ^
../common/mdpMessage.cpp:858:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int len = 0;
    ^~~~~~~~~
mdp.cpp:385:29: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    theApp.SetPostProcessor("xv -rmode 5 -root -quit");
                            ^
../common/mdpEncoder.cpp:321:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register unsigned char *S, *Omega, *data;
    ^~~~~~~~~
../common/mdpEncoder.cpp:321:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register unsigned char *S, *Omega, *data;
    ^~~~~~~~~
../common/mdpEncoder.cpp:321:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register unsigned char *S, *Omega, *data;
    ^~~~~~~~~
../common/mdpEncoder.cpp:325:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int nvecs = npar + ndata;
    ^~~~~~~~~
../common/mdpApp.cpp:662:19: error: assigning to 'char *' from 'const char *' discards qualifiers
            ptr = strchr(optarg, '/');
                  ^~~~~~~~~~~~~~~~~~~
12 error warning generateds generated.
.
gmake: *** [Makefile.common:47: ../common/mdpApp.o] Error 1
gmake: *** Waiting for unfinished jobs....
4 warnings generated.
7 warnings generated.
1 warning generated.
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/mbone/mdp
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/mbone/mdp