=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for xjig-2.4nb3 c++ -DUSE_MIT_SHM -DJIG_DEFAULT=\"/usr/pkg/lib/xjig/tina.gif\" -c xjig.C -o xjig.o In file included from xjig.C:42: ./objects.H:161:17: warning: '&&' within '||' [-Wlogical-op-parentheses] if ( help>17 && help<23 ~~~~~~~~^~~~~~~~~~ ./objects.H:161:17: note: place parentheses around the '&&' expression to silence this warning if ( help>17 && help<23 ^ ( ) xjig.C:114:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] char *dispname=""; ^ xjig.C:115:17: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] char *filename=JIG_DEFAULT; ^ :2:21: note: expanded from here #define JIG_DEFAULT "/usr/pkg/lib/xjig/tina.gif" ^ xjig.C:438:4: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { "xpuzzle", "-file", JIG_DEFAULT, 0 }; ^ xjig.C:438:15: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { "xpuzzle", "-file", JIG_DEFAULT, 0 }; ^ xjig.C:438:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] { "xpuzzle", "-file", JIG_DEFAULT, 0 }; ^ :2:21: note: expanded from here #define JIG_DEFAULT "/usr/pkg/lib/xjig/tina.gif" ^ xjig.C:546:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security] if (comment) { printf( comment ); putchar( '\n' ); } ^~~~~~~ 7 warnings generated. c++ -DUSE_MIT_SHM -c objects.C -o objects.o In file included from objects.C:10: ./objects.H:161:17: warning: '&&' within '||' [-Wlogical-op-parentheses] if ( help>17 && help<23 ~~~~~~~~^~~~~~~~~~ ./objects.H:161:17: note: place parentheses around the '&&' expression to silence this warning if ( help>17 && help<23 ^ ( ) 1 warning generated. c++ -DUSE_MIT_SHM -c stack.C -o stack.o In file included from stack.C:14: ./objects.H:161:17: warning: '&&' within '||' [-Wlogical-op-parentheses] if ( help>17 && help<23 ~~~~~~~~^~~~~~~~~~ ./objects.H:161:17: note: place parentheses around the '&&' expression to silence this warning if ( help>17 && help<23 ^ ( ) 1 warning generated. c++ -DUSE_MIT_SHM -c imgbuff.C -o imgbuff.o c++ -DUSE_MIT_SHM -c puzzle.C -o puzzle.o In file included from puzzle.C:5: In file included from ./puzzle.H:9: ./objects.H:161:17: warning: '&&' within '||' [-Wlogical-op-parentheses] if ( help>17 && help<23 ~~~~~~~~^~~~~~~~~~ ./objects.H:161:17: note: place parentheses around the '&&' expression to silence this warning if ( help>17 && help<23 ^ ( ) 1 warning generated. c++ -DUSE_MIT_SHM -c real.C -o real.o c++ -DUSE_MIT_SHM -c vec2.C -o vec2.o c++ -DUSE_MIT_SHM -c vec2list.C -o vec2list.o c++ -DUSE_MIT_SHM -c mat2.C -o mat2.o c++ -DUSE_MIT_SHM -c color_mapper.C -o color_mapper.o c++ -DUSE_MIT_SHM -c gif_image.C -o gif_image.o gif_image.C:324:39: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] ColorMapSize = 1 << (gifheader[10]&7)+1; ~~ ~~~~~~~~~~~~~~~~~^~ gif_image.C:324:39: note: place parentheses around the '+' expression to silence this warning ColorMapSize = 1 << (gifheader[10]&7)+1; ^ ( ) gif_image.C:364:41: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] ColorMapSize = 1 << (imageheader[8]&7)+1; ~~ ~~~~~~~~~~~~~~~~~~^~ gif_image.C:364:41: note: place parentheses around the '+' expression to silence this warning ColorMapSize = 1 << (imageheader[8]&7)+1; ^ ( ) 2 warnings generated. c++ -DUSE_MIT_SHM -c gifx_image.C -o gifx_image.o bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/games/xjig/work/xjig-2.4 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/games/xjig *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/games/xjig