WARNING: [license.mk] Every package should define a LICENSE.
===> Building for vfu-3.04nb16
cd /Users/pbulk/build/misc/vfu/work/vfu-3.04 && /usr/bin/env PKG_SYSCONFDIR=/opt/pkg/etc USETOOLS=no GOTMPDIR=/Users/pbulk/build MACOSX_DEPLOYMENT_TARGET=12.3 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include/ncurses CPPFLAGS=-I/opt/pkg/include/ncurses CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include/ncurses COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/misc/vfu/work/.cwrapper/bin:/Users/pbulk/build/misc/vfu/work/.buildlink/bin:/Users/pbulk/build/misc/vfu/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/pkg/etc HOME=/Users/pbulk/build/misc/vfu/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/misc/vfu/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/misc/vfu/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/misc/vfu/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/misc/vfu/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/misc/vfu/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/misc/vfu/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/misc/vfu/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/misc/vfu/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/misc/vfu/work/.cwrapper/config /opt/pkg/bin/mksh build.netbsd
Compiling VSLIB...
mkdir -p .OBJ.0.libvslib.a
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c clusters.cpp -o .OBJ.0.libvslib.a/clusters.o
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c dlog.cpp -o .OBJ.0.libvslib.a/dlog.o
dlog.cpp:71:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  fprintf( f, tmp );
              ^~~
dlog.cpp:71:15: note: treat the string as an argument to avoid this
  fprintf( f, tmp );
              ^
              "%s", 
dlog.cpp:72:35: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  if (on_stdout) fprintf( stdout, tmp );
                                  ^~~
dlog.cpp:72:35: note: treat the string as an argument to avoid this
  if (on_stdout) fprintf( stdout, tmp );
                                  ^
                                  "%s", 
dlog.cpp:73:35: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
  if (on_stderr) fprintf( stderr, tmp );
                                  ^~~
dlog.cpp:73:35: note: treat the string as an argument to avoid this
  if (on_stderr) fprintf( stderr, tmp );
                                  ^
                                  "%s", 
3 warnings generated.
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c eval.cpp -o .OBJ.0.libvslib.a/eval.o
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c fnmatch2.cpp -o .OBJ.0.libvslib.a/fnmatch2.o
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c getopt2.cpp -o .OBJ.0.libvslib.a/getopt2.o
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c regexp3.cpp -o .OBJ.0.libvslib.a/regexp3.o
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c scroll.cpp -o .OBJ.0.libvslib.a/scroll.o
scroll.cpp:42:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
      else
      ^
scroll.cpp:63:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
      else
      ^
2 warnings generated.
g++ -pipe -Os -I/opt/pkg/include/ncurses -I. -I/opt/pkg/include -c vscrc.cpp -o .OBJ.0.libvslib.a/vscrc.o
In file included from vscrc.cpp:11:
In file included from ./vsuti.h:14:
./target.h:80:4: error: "Unknown target please define one manually!"
  #error "Unknown target please define one manually!"
   ^
./target.h:81:4: error: "Supported are _TARGET_LINUX_, _TARGET_DJGPP_, _TARGET_NETBSD_"
  #error "Supported are _TARGET_LINUX_, _TARGET_DJGPP_, _TARGET_NETBSD_"
   ^
./target.h:82:4: error: "Read README or COMPILE file(s) for details"
  #error "Read README or COMPILE file(s) for details"
   ^
3 errors generated.
*** Error code 1

Stop.
make: stopped making "default" in /Users/pbulk/build/misc/vfu/work/vfu-3.04/vslib
VSLIB compilation failed...
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/misc/vfu
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/misc/vfu