=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xscavenger-1.4.4nb3 --- anim.o --- --- edit.o --- --- scav.o --- --- edit.o --- 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 -DLIBNAME=\"/opt/pkg/share/scavenger\" -DSOUNDDEV="\"\"" -I/opt/pkg/include -c edit.c --- anim.o --- 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 -DLIBNAME=\"/opt/pkg/share/scavenger\" -DSOUNDDEV="\"\"" -I/opt/pkg/include -c anim.c --- scav.o --- 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 -DLIBNAME=\"/opt/pkg/share/scavenger\" -DSOUNDDEV="\"\"" -I/opt/pkg/include -c scav.c --- anim.o --- In file included from anim.c:12: ./scav.h:384:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ void ./scav.h:427:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uchar *getgfx(int num); ^ --- scav.o --- In file included from scav.c:14: ./scav.h:384:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uchar *getgfx(); ^ void ./scav.h:427:15: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] extern uchar *getgfx(int num); ^ scav.c:211:8: warning: initializing 'uchar *' (aka 'unsigned char *') with an expression of type 'char[37]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] uchar *wantiff="Picture file must be in IFF format.\n"; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- anim.o --- anim.c:96:13: warning: passing 'uchar[576]' (aka 'unsigned char[576]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] getsquare(asquare,animbox); ^~~~~~~ ./anim.h:24:29: note: passing argument to parameter 'dest' here extern void getsquare(char *dest,int num); ^ --- scav.o --- scav.c:292:11: warning: returning 'char[40]' from a function with result type 'uchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return "Could not allocate memory for picture.\n"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scav.c:295:10: warning: passing 'uchar[256]' (aka 'unsigned char[256]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sprintf(temparea,"%s/%s/%s",localname,localdirname,name); ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ scav.c:296:13: warning: passing 'uchar[256]' (aka 'unsigned char[256]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ihand=open(temparea,O_RDONLY); ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/fcntl.h:554:26: note: passing argument to parameter here int open(const char *, int, ...) __DARWIN_ALIAS_C(open); ^ scav.c:299:11: warning: passing 'uchar[256]' (aka 'unsigned char[256]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sprintf(temparea,"%s/%s",libname,name); ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ scav.c:300:14: warning: passing 'uchar[256]' (aka 'unsigned char[256]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ihand=open(temparea,O_RDONLY); ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/fcntl.h:554:26: note: passing argument to parameter here int open(const char *, int, ...) __DARWIN_ALIAS_C(open); ^ scav.c:302:11: warning: returning 'char[27]' from a function with result type 'uchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return "Cannot open picture file.\n"; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scav.c:279:7: warning: variable 'comp' set but not used [-Wunused-but-set-variable] uchar comp; ^ --- anim.o --- anim.c:280:13: warning: passing 'uchar[1024]' (aka 'unsigned char[1024]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] copysquare(temp,userbrush); ^~~~ anim.c:270:23: note: passing argument to parameter 'dest' here void copysquare(char *dest,char *source) ^ anim.c:280:18: warning: passing 'uchar[576]' (aka 'unsigned char[576]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] copysquare(temp,userbrush); ^~~~~~~~~ anim.c:270:34: note: passing argument to parameter 'source' here void copysquare(char *dest,char *source) ^ --- scav.o --- scav.c:357:24: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] *picput++ = fixbyte(lines+i,1<