=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xfreecell-1.0.5bnb3 g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include card.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include freecell.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include option.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include stack.cpp In file included from /usr/include/g++/ext/hash_set:60:0, from gnmanager.h:8, from freecell.cpp:15: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] #warning \ ^~~~~~~ g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include subwindows.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include undo.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include util.cpp g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include gnmanager.cpp In file included from /usr/include/g++/ext/hash_set:60:0, from gnmanager.h:8, from gnmanager.cpp:11: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] #warning \ ^~~~~~~ g++ -c -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include random.cpp make -C widget lib make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/tmp/games/xfreecell/work/xfreecell/widget' g++ -Wall -I/usr/X11R7/include -c window.cpp window.cpp: In member function 'void NSWindow::setMaxMinSize(unsigned int, unsigned int, unsigned int, unsigned int)': window.cpp:67:42: warning: 'hint.XSizeHints::flags' may be used uninitialized in this function [-Wmaybe-uninitialized] if (maxW != 0 && maxH != 0) hint.flags |= PMaxSize; g++ -Wall -I/usr/X11R7/include -c plate.cpp g++ -Wall -I/usr/X11R7/include -c string.cpp g++ -Wall -I/usr/X11R7/include -c button.cpp g++ -Wall -I/usr/X11R7/include -c label.cpp g++ -Wall -I/usr/X11R7/include -c textfield.cpp g++ -Wall -I/usr/X11R7/include -c container.cpp g++ -Wall -I/usr/X11R7/include -c frame.cpp g++ -Wall -I/usr/X11R7/include -c util.cpp g++ -Wall -I/usr/X11R7/include -c scrollbar.cpp g++ -Wall -I/usr/X11R7/include -c font.cpp g++ -Wall -I/usr/X11R7/include -c main.cpp ar r libns.a window.o plate.o string.o button.o label.o textfield.o container.o frame.o util.o scrollbar.o font.o main.o ar: creating libns.a ranlib libns.a mv libns.a .. touch dummy make[1]: Leaving directory '/tmp/games/xfreecell/work/xfreecell/widget' g++ -o xfreecell -Wall -DSHAPE -DBOGUSRANDOM -I/usr/X11R7/include card.o freecell.o option.o stack.o subwindows.o undo.o util.o gnmanager.o random.o -lm -L. -lns -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib -lXext -lX11