------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/gccmakedep-1.0.3.txz Installing /packages/All/makedepend-1.0.6,1.txz Installing /packages/All/xorg-cf-files-1.0.6.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/imake-1.0.8,1.txz Installing /packages/All/tradcpp-0.5.3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz SUCCEEDED 00:00:24 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xroach-4.4_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xroach-4.4_2 for building => SHA256 Checksum OK for xroach.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xroach-4.4_2 for building ===> Extracting for xroach-4.4_2 => SHA256 Checksum OK for xroach.tar.gz. Extracted Memory Use: 0.15M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xroach-4.4_2 ===> Applying ports patches for xroach-4.4_2 ===> Cleanly applied ports patch(es) patch-xroach.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on executable: imake - found ===> xroach-4.4_2 depends on executable: tradcpp - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on executable: imake - found ===> xroach-4.4_2 depends on executable: tradcpp - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> Configuring for xroach-4.4_2 imake -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- xroach.c > .depend SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xroach-4.4_2 --- xroach.o --- --- xroach._man --- --- xroach.o --- cc -pipe -I/usr/local/include -O2 -fno-strict-aliasing -std=gnu99 -O -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xroach.c --- xroach._man --- rm -f xroach._man if test -z "" ; then cd `dirname xroach` && ln -s `basename xroach.man` `basename xroach._man`; else tradcpp -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/local -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" < xroach.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/\@\@$/\\/' >xroach._man; fi --- xroach.o --- xroach.c: In function 'main': xroach.c:321:29: warning: passing argument 1 of 'checkSquish' from incompatible pointer type [-Wincompatible-pointer-types] checkSquish(&ev); ^~~ xroach.c:109:32: note: expected 'XButtonEvent *' {aka 'struct *'} but argument is of type 'XEvent *' {aka 'union _XEvent *'} void checkSquish(XButtonEvent *buttonEvent); ~~~~~~~~~~~~~~^~~~~~~~~~~ xroach.c: In function 'CalcRootVisible': xroach.c:695:22: warning: passing argument 1 of 'XSetErrorHandler' from incompatible pointer type [-Wincompatible-pointer-types] XSetErrorHandler(RoachErrors); ^~~~~~~~~~~ In file included from xroach.c:33: /usr/local/include/X11/Xlib.h:1849:5: note: expected 'XErrorHandler' {aka 'int (*)(struct _XDisplay *, struct *)'} but argument is of type 'int (*)(XErrorEvent *)' {aka 'int (*)(struct *)'} XErrorHandler /* handler */ ^~~~~~~~~~~~~ --- xroach --- rm -f xroach cc -o xroach -O -L/usr/local/lib xroach.o -lXext -lX11 -lm -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xroach-4.4_2 ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xroach-4.4_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> Generating temporary packing list install -s -m 755 -s /construction/games/xroach/xroach/xroach /construction/games/xroach/stage/usr/local/bin install -m 444 /construction/games/xroach/xroach/xroach.man /construction/games/xroach/stage/usr/local/man/man6/xroach.6 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xroach-4.4_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:27