===> Building for newsraft-0.31 cc -std=c99 -O3 `pkg-config --cflags libcurl 2>/dev/null` `pkg-config --cflags expat 2>/dev/null` `pkg-config --cflags gumbo 2>/dev/null` `pkg-config --cflags sqlite3 2>/dev/null` -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -Isrc -o newsraft src/newsraft.c `pkg-config --libs libcurl 2>/dev/null || echo '-lcurl'` `pkg-config --libs expat 2>/dev/null || echo '-lexpat'` `pkg-config --libs gumbo 2>/dev/null || echo '-lgumbo'` `pkg-config --libs sqlite3 2>/dev/null || echo '-lsqlite3'` -lpthread In file included from src/newsraft.c:9: In file included from src/curses.c:3: src/termbox2.h:2146:5: warning: implicit declaration of function 'cfmakeraw' is invalid in C99 [-Wimplicit-function-declaration] cfmakeraw(&tios); ^ src/termbox2.h:2300:19: error: use of undeclared identifier 'SIGWINCH' if (sigaction(SIGWINCH, &sa, NULL) != 0) { ^ src/termbox2.h:2434:15: error: use of undeclared identifier 'SIGWINCH' sigaction(SIGWINCH, &sa, NULL); ^ 1 warning and 2 errors generated. *** [newsraft] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/news/newsraft/work/newsraft bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/news/newsraft/work/newsraft *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/news/newsraft *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/news/newsraft