WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xbanner-1.31nb1 clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c backg.c backg.c:28:22: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType BgCycDir = CYC_FORWARD; ~~~~~~~~ ^~~~~~~~~~~ backg.c:86:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:113:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:140:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:189:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:232:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:278:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:304:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:330:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:362:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:51:23: warning: variable 'bpp' set but not used [-Wunused-but-set-variable] int scrn_no, depth, bpp; ^ 11 warnings generated. clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c colors.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c effect.c effect.c:383:12: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ int effect.c:383:14: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ int effect.c:383:18: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ int effect.c:566:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType BkltCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:567:23: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FatCycDir = CYC_FORWARD; ~~~~~~~~~ ^~~~~~~~~~~ effect.c:568:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FadeCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:598:14: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] cdir = CYC_FORWARD; ~ ^~~~~~~~~~~ effect.c:609:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = cdir; ~ ^~~~ effect.c:637:26: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FgGradCycDir = CYC_FORWARD; ~~~~~~~~~~~~ ^~~~~~~~~~~ effect.c:664:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = FgGradCycDir; ~ ^~~~~~~~~~~~ effect.c:718:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FgplCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:741:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = FgplCycDir; ~ ^~~~~~~~~~ effect.c:775:9: warning: variable 'fgc' set but not used [-Wunused-but-set-variable] Pixel fgc,lghtc; ^ effect.c:798:9: warning: variable 'fgc' set but not used [-Wunused-but-set-variable] Pixel fgc,shdc,lghtc; ^ effect.c:876:12: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ int effect.c:876:14: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ int effect.c:876:16: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ int 17 warnings generated. clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c linger.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c pix.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c plasma.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c ripples.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c util.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xbanner.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xres.c clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c freetemp.c freetemp.c:53:7: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ freetemp.c:53:7: note: include the header or explicitly provide a declaration for 'exit' 1 warning generated. clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xb_check.c xb_check.c:148:5: error: conflicting types for 'isnumber' int isnumber(char *s) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/_ctype.h:323:1: note: previous definition is here isnumber(int _c) ^ xb_check.c:255:16: warning: variable 'min' set but not used [-Wunused-but-set-variable] int numper=0,min=0; ^ xb_check.c:306:9: warning: 'gets' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of gets(3), it is highly recommended that you use fgets(3) instead. [-Wdeprecated-declarations] while(gets(line)!=NULL) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:162:1: note: 'gets' has been explicitly marked deprecated here __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of gets(3), it is highly recommended that you use fgets(3) instead.") ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) ^ xb_check.c:366:17: warning: incompatible pointer to integer conversion passing 'char[512]' to parameter of type 'int' [-Wint-conversion] if(!isnumber(val)) ^~~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/_ctype.h:323:14: note: passing argument to parameter '_c' here isnumber(int _c) ^ xb_check.c:376:17: warning: incompatible pointer to integer conversion passing 'char[512]' to parameter of type 'int' [-Wint-conversion] if(!isnumber(val)) ^~~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/_ctype.h:323:14: note: passing argument to parameter '_c' here isnumber(int _c) ^ 4 warnings and 1 error generated. *** [xb_check.o] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/x11/xbanner/work/XBanner1.31 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/x11/xbanner/work/XBanner1.31 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/xbanner *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/xbanner