=> Bootstrap dependency digest>=20010302: found digest-20160304
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 tavrasm-1.22
bison -d -o avrparse avrparse.y
avrparse.y:122.25-30: warning: symbol STRING redeclared [-Wother]
 %token  <string>        STRING
                         ^^^^^^
mv avrparse avrparse.cc
mv avrparse.h avrparse.hh
clang -c -O2 -DAVRLANG=LANGUAGE_US  avrparse.cc
In file included from avrparse.y:50:
./avrasm.hh:81:54: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define INFOSTR   "Toms AVR macro assembler version "VERSIONSTR" ("__DATE__ \
                                                     ^
                                                      
avrparse:2131:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
      yyerror (YY_("syntax error"));
                   ^
avrparse:2275:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  yyerror (YY_("memory exhausted"));
               ^
2 warnings and 1 error generated.
*** Error code 1

Stop.
make: stopped in /data/scratch/devel/tavrasm/work/tavrasm.122/src
*** Error code 1

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

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