=> 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 intel2gas-1.3.3nb1
--- warning ---
--- strhandle.o ---
--- loaddata.o ---
--- intel2gas.o ---
--- warning ---
Building intel2gas.. This might take a while!
--- strhandle.o ---
clang++ -c -O2 strhandle.cc
--- intel2gas.o ---
clang++ -c -O2 intel2gas.cc
--- loaddata.o ---
clang++ -c -O2 loaddata.cc
--- strhandle.o ---
strhandle.cc:27:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
    char *pos = strchr(str,cut);
          ^     ~~~~~~~~~~~~~~~
1 error generated.
*** [strhandle.o] Error code 1

make: stopped in /data/scratch/devel/intel2gas/work/intel2gas-1.3.3
--- intel2gas.o ---
intel2gas.cc:47:56: warning: '/*' within block comment [-Wcomment]
#define FLAG_CCOMMENTS          8  /* skip text inside /* ... */
                                                       ^
intel2gas.cc:308:6: warning: expression result unused [-Wunused-value]
            *parse;
            ^~~~~~
intel2gas.cc:356:25: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
              sprintf(str,"%d",text-oldpos);
                           ~~  ^~~~~~~~~~~
                           %ld
intel2gas.cc:451:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
    char *pos = strstr(source, comment[c].src);
          ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
intel2gas.cc:543:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bp",0x40000},{"ebp",0xc0000},
     ^
intel2gas.cc:543:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bp",0x40000},{"ebp",0xc0000},
                    ^
intel2gas.cc:544:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"sp",0x10000},{"esp",0x20000},
     ^
intel2gas.cc:544:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"sp",0x10000},{"esp",0x20000},
                    ^
intel2gas.cc:545:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"si",0x4000},{"esi",0xc000},
     ^
intel2gas.cc:545:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"si",0x4000},{"esi",0xc000},
                   ^
intel2gas.cc:546:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"di",0x1000},{"edi",0x3000},
     ^
intel2gas.cc:546:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"di",0x1000},{"edi",0x3000},
                   ^
intel2gas.cc:547:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
     ^
intel2gas.cc:547:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
                  ^
intel2gas.cc:547:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
                               ^
intel2gas.cc:547:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"dl",0x200},{"dh",0x400},{"dx",0x600},{"edx",0xe00},
                                            ^
intel2gas.cc:548:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
     ^
intel2gas.cc:548:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
                  ^
intel2gas.cc:548:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
                               ^
intel2gas.cc:548:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"cl",0x040},{"ch",0x080},{"cx",0x0c0},{"ecx",0x1c0},
                                            ^
intel2gas.cc:549:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
     ^
intel2gas.cc:549:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
                  ^
intel2gas.cc:549:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
                               ^
intel2gas.cc:549:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"bl",0x008},{"bh",0x010},{"bx",0x018},{"ebx",0x038},
                                            ^
intel2gas.cc:550:6: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
     ^
intel2gas.cc:550:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
                  ^
intel2gas.cc:550:32: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
                               ^
intel2gas.cc:550:45: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    {"al",0x001},{"ah",0x002},{"ax",0x003},{"eax",0x007},
                                            ^
intel2gas.cc:724:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    resource_path = RESOURCE_PATH;
                    ^
./i2gconf.h:2:27: note: expanded from macro 'RESOURCE_PATH'
#define RESOURCE_PATH     "/usr/pkg/share/intel2gas/"
                          ^
intel2gas.cc:755:30: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  if (!str_parse(syntaxlist, "General settings:", tempstr))
                             ^
intel2gas.cc:774:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    "if","define","else","endif",NULL,
    ^
intel2gas.cc:774:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    "if","define","else","endif",NULL,
         ^
intel2gas.cc:774:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    "if","define","else","endif",NULL,
                  ^
intel2gas.cc:774:26: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
    "if","define","else","endif",NULL,
                         ^
33 warnings and 1 error generated.
*** [intel2gas.o] Error code 1

make: stopped in /data/scratch/devel/intel2gas/work/intel2gas-1.3.3
2 errors

make: stopped in /data/scratch/devel/intel2gas/work/intel2gas-1.3.3
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/devel/intel2gas
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/devel/intel2gas