>>> Building on exopi-6 under x11/lupe BDEPENDS = [devel/imake-cf;devel/imake] DIST = [x11/lupe:lupe008c.tar.gz] FULLPKGNAME = lupe-0.08p2 (Junk lock obtained for exopi-6 at 1713352366.18) >>> Running depends in x11/lupe at 1713352366.23 last junk was in net/websockify /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in x11/lupe at 1713352370.83 ===> x11/lupe ===> Building from scratch lupe-0.08p2 ===> lupe-0.08p2 depends on: imake-* -> imake-1.0.9 ===> lupe-0.08p2 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 Xau Xdmcp Xext c m ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.100.0 m.10.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-6 at 1713352371.76) Woken up devel/gobject-introspection distfiles size=20286 >>> Running build in x11/lupe at 1713352371.82 ===> x11/lupe ===> Checking files for lupe-0.08p2 `/exopi-cvs/ports/distfiles/lupe008c.tar.gz' is up to date. >> (SHA256) lupe008c.tar.gz: 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] void key_event(p) ^ lupe.c:342:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(argc, argv) ^ lupe.c:342:1: note: change return type to 'int' 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 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 1713352378.15 ===> 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 1713352379.98 ===> x11/lupe ===> Cleaning for lupe-0.08p2 >>> Ended at 1713352380.38 max_stuck=3.92/depends=4.57/show-prepare-results=1.01/build=6.34/package=1.84/clean=0.44