=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/converters/bdf2sfd", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for bdf2sfd-1.1.8 [ 16%] Building C object CMakeFiles/bdf2sfd.dir/src/bdf2sfd.c.o [ 33%] Building C object CMakeFiles/bdf2sfd.dir/src/header.c.o /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c: In function 'main': /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:102:23: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] 102 | while ((opt = getopt(argc, argv, "f:p:hv")) != -1) { | ^~~~~~ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:130:9: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] 130 | clock_gettime(CLOCK_MONOTONIC, &begin); | ^~~~~~~~~~~~~ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:145:19: warning: implicit declaration of function 'fileno' [-Wimplicit-function-declaration] 145 | if (fstat(fileno(bdf), &bdf_stat)) { | ^~~~~~ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:150:16: warning: implicit declaration of function 'getline' [-Wimplicit-function-declaration] 150 | while (getline(&linebuffer, &linesize, bdf) != -1) { | ^~~~~~~ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:174:50: warning: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 174 | if ((font.name = strdup(value)) == NULL) | ^~~~~~ | strcmp /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:174:48: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 174 | if ((font.name = strdup(value)) == NULL) | ^ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:181:50: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 181 | if ((font.psname = strdup(value)) == NULL) | ^ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:190:45: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 190 | if ((font.copyright = strdup(value)) == NULL) | ^ /tmp/work/converters/bdf2sfd/work/bdf2sfd-1.1.8/src/bdf2sfd.c:244:43: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 244 | if ((font.version = strdup(value)) == NULL) | ^ [ 50%] Building C object CMakeFiles/bdf2sfd.dir/src/parse.c.o [ 66%] Building C object CMakeFiles/bdf2sfd.dir/compat/pledge.c.o [ 83%] Building C object CMakeFiles/bdf2sfd.dir/src/polygon.c.o [100%] Linking C executable bdf2sfd [100%] Built target bdf2sfd