>>> Building on exopi-2 under x11/lupe BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/lupe:lupe008c.tar.gz] FULLPKGNAME = lupe-0.08p2 (Junk lock obtained for exopi-2 at 1764752485.30) >>> Running depends in x11/lupe at 1764752485.35 last junk was in fonts/farsifonts-ttf /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 >>> Running show-prepare-results in x11/lupe at 1764752487.06 ===> x11/lupe ===> Building from scratch lupe-0.08p2 ===> lupe-0.08p2 depends on: imake-* -> imake-1.0.10 ===> lupe-0.08p2 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: X11 Xau Xdmcp Xext c m ===> found X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.102.2 m.10.1 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-2 at 1764752487.62) distfiles size=20286 >>> Running build in x11/lupe at 1764752487.66 ===> x11/lupe ===> Checking files for lupe-0.08p2 `/exopi-cvs/ports/distfiles/lupe008c.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for lupe-0.08p2 ===> Patching for lupe-0.08p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for lupe-0.08p2 ===> Configuring for lupe-0.08p2 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config ===> Building for lupe-0.08p2 /bin/sh configure creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... yes checking for string.h... yes checking for strings.h... yes checking for stdarg.h... yes checking for varargs.h... no checking for signal.h... yes checking return type of signal handlers... void checking for index... yes checking for rindex... yes checking for bcopy... yes checking for bcmp... yes checking for bzero... yes checking for strdup... yes checking for usleep... yes checking for gettimeofday... yes updating cache ./config.cache creating ./config.status creating config.h cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c lupe.c lupe.c:97:3: 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] 97 | exit(1); | ^ lupe.c:97:3: note: include the header or explicitly provide a declaration for 'exit' lupe.c:100:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | void expose(x, y, w, h) | ^ lupe.c:150:35: warning: passing arguments to 'diff_time' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | if (photo_mode == 1 && diff_time(&cur_time, &photo_time) >= photo_delay) { | ^ lupe.c:289:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 289 | void key_event(p) | ^ lupe.c:342:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 342 | void main(argc, argv) | ^ lupe.c:342:1: note: change return type to 'int' 342 | void main(argc, argv) | ^~~~ | int lupe.c:353:21: warning: passing arguments to 'parse_option' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 353 | if (parse_option(&argc, &argv)) { | ^ lupe.c:366:20: warning: passing arguments to 'diff_time' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | if (diff_time(&tm1, &tm0) >= delay_time) | ^ lupe.c:342:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 342 | void main(argc, argv) | ^ 8 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c option.c option.c:75:9: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 75 | if (strcmp(**av, p->name) == 0) { | ^ option.c:75:9: note: include the header or explicitly provide a declaration for 'strcmp' option.c:67:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 67 | int parse_option(ac, av) | ^ 2 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c timer.c timer.c:15:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 15 | long diff_time(p1, p0) | ^ In file included from timer.c:12: ./timer.h:33:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 33 | long diff_time(); | ^ timer.c:32:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 32 | void add_time(p, n) | ^ In file included from timer.c:12: ./timer.h:34:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 34 | void add_time(); | ^ 4 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c avionics.c avionics.c:139:9: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 139 | len = strlen(str); | ^ avionics.c:139:9: note: include the header or explicitly provide a declaration for 'strlen' avionics.c:132:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 132 | void draw_hud_string(x, y, str) | ^ avionics.c:146:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 146 | void draw_reticle(x0, y0) | ^ avionics.c:172:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | void draw_altitule(x0, y0) | ^ avionics.c:196:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 196 | void draw_direction(x0, y0) | ^ avionics.c:220:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 220 | void draw_attitude_symbol(x0, y0) | ^ avionics.c:246:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 246 | void draw_attitude_line(x0, y0, dy, n, cv, sv) | ^ avionics.c:297:16: warning: passing arguments to 'diff_time' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 297 | t = diff_time(&cur_time, &old_time); | ^ avionics.c:289:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 289 | void draw_attitude(x0, y0) | ^ 9 warnings generated. rm -f lupe cc -o lupe -O2 -L/usr/X11R6/lib -L/usr/local/lib lupe.o option.o timer.o avionics.o -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib ld: warning: avionics.c(avionics.o:(draw_altitule)): warning: sprintf() is often misused, please use snprintf() rm -f lupe._man if test -z "" ; then cd `dirname lupe` && ln -s `basename lupe.man` `basename lupe._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < lupe.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >lupe._man; fi >>> Running package in x11/lupe at 1764752492.18 ===> x11/lupe ===> Faking installation for lupe-0.08p2 install -c lupe /exopi-obj/pobj/lupe-0.08/fake-amd64/usr/local/bin/lupe install in . done install -c -m 0444 lupe._man /exopi-obj/pobj/lupe-0.08/fake-amd64/usr/local/man/man1/lupe.1 install.man in . done ===> Building package for lupe-0.08p2 Create /exopi-cvs/ports/packages/amd64/all/lupe-0.08p2.tgz Creating package lupe-0.08p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/lupe-0.08p2.tgz >>> Running clean in x11/lupe at 1764752493.50 ===> x11/lupe ===> Cleaning for lupe-0.08p2 >>> Ended at 1764752493.69 max_stuck=1.57/depends=1.70/show-prepare-results=0.62/build=4.50/package=1.29/clean=0.27