------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- 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/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xbanner port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xbanner-1.31_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xbanner port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xbanner-1.31_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xbanner-1.31_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xbanner port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xbanner-1.31_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xbanner-1.31_1 for building => SHA256 Checksum OK for XBanner1.31.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xbanner port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> xbanner-1.31_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xbanner-1.31_1 for building ===> Extracting for xbanner-1.31_1 => SHA256 Checksum OK for XBanner1.31.tar.gz. Extracted Memory Use: 1.01M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xbanner-1.31_1 ===> Applying ports patches for xbanner-1.31_1 ===> Cleanly applied ports patch(es) patch-Makefile patch-headers patch-samples__XBanner.ad patch-xb_check.c patch-xres.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for xbanner-1.31_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xbanner-1.31_1 --- xbanner.o --- --- effect.o --- --- xres.o --- --- backg.o --- --- pix.o --- --- colors.o --- --- linger.o --- --- util.o --- --- plasma.o --- --- ripples.o --- --- xbanner.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c xbanner.c --- effect.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c effect.c --- xres.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c xres.c --- backg.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c backg.c --- pix.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c pix.c --- linger.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c linger.c --- util.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c util.c --- plasma.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c plasma.c --- ripples.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c ripples.c --- colors.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c colors.c colors.c: In function 'AllocColorGrad': colors.c:115:26: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] RWpixels = (Pixel*)calloc(NumGrad,sizeof(Pixel)); ^~~~~~ colors.c:115:26: warning: incompatible implicit declaration of built-in function 'calloc' colors.c:115:26: note: include '' or provide a declaration of 'calloc' colors.c:22:1: +#include colors.c:115:26: RWpixels = (Pixel*)calloc(NumGrad,sizeof(Pixel)); ^~~~~~ colors.c: In function 'AllocGrad': colors.c:358:34: warning: incompatible implicit declaration of built-in function 'calloc' grad[grad_num].grad = (XColor*)calloc(steps,sizeof(XColor)); ^~~~~~ colors.c:358:34: note: include '' or provide a declaration of 'calloc' --- effect.o --- effect.c: In function 'GetXImage': effect.c:173:28: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] ZImage = (unsigned char*)calloc(rel_w*rel_h,1); ^~~~~~ effect.c:173:28: warning: incompatible implicit declaration of built-in function 'calloc' effect.c:173:28: note: include '' or provide a declaration of 'calloc' effect.c:22:1: +#include effect.c:173:28: ZImage = (unsigned char*)calloc(rel_w*rel_h,1); ^~~~~~ effect.c: In function 'PutXImage': effect.c:193:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(ZImage); ^~~~ effect.c:193:3: warning: incompatible implicit declaration of built-in function 'free' effect.c:193:3: note: include '' or provide a declaration of 'free' effect.c: In function 'FindCorners': effect.c:273:25: warning: incompatible implicit declaration of built-in function 'calloc' CornerList = (Corner*)calloc(NumCorners,sizeof(Corner)); ^~~~~~ effect.c:273:25: note: include '' or provide a declaration of 'calloc' effect.c: In function 'MakeZImageOutline': effect.c:388:12: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n,x=0,y=0; ^ effect.c:388:14: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int] register n,x=0,y=0; ^ effect.c:388:18: warning: type defaults to 'int' in declaration of 'y' [-Wimplicit-int] register n,x=0,y=0; ^ effect.c:457:17: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] pix1 = (long*)malloc(k*sizeof(long)); ^~~~~~ effect.c:457:17: warning: incompatible implicit declaration of built-in function 'malloc' effect.c:457:17: note: include '' or provide a declaration of 'malloc' effect.c:547:15: warning: incompatible implicit declaration of built-in function 'free' pixels=k; free(pix1); pix1=pix2; ^~~~ effect.c:547:15: note: include '' or provide a declaration of 'free' effect.c: In function 'DoCoinEffect': effect.c:881:12: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register n,x,y; ^ effect.c:881:14: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int] register n,x,y; ^ effect.c:881:16: warning: type defaults to 'int' in declaration of 'y' [-Wimplicit-int] register n,x,y; ^ effect.c:924:17: warning: incompatible implicit declaration of built-in function 'malloc' pix1 = (long*)malloc(k*sizeof(long)); ^~~~~~ effect.c:924:17: note: include '' or provide a declaration of 'malloc' effect.c:963:15: warning: incompatible implicit declaration of built-in function 'free' pixels=k; free(pix1); pix1=pix2; ^~~~ effect.c:963:15: note: include '' or provide a declaration of 'free' effect.c:985:15: warning: incompatible implicit declaration of built-in function 'free' pixels=k; free(pix1); pix1=pix2; ^~~~ effect.c:985:15: note: include '' or provide a declaration of 'free' --- freetemp.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c freetemp.c --- random_effect.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c random_effect.c --- xb_check.o --- cc -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DHAS_XPM -c xb_check.c --- freetemp.o --- freetemp.c: In function 'main': freetemp.c:53:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ freetemp.c:53:7: warning: incompatible implicit declaration of built-in function 'exit' freetemp.c:53:7: note: include '' or provide a declaration of 'exit' freetemp.c:17:1: +#include freetemp.c:53:7: exit(1); ^~~~ freetemp.c:60:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ freetemp.c:60:5: note: include '' or provide a declaration of 'exit' freetemp.c:67:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ freetemp.c:67:5: note: include '' or provide a declaration of 'exit' --- random_effect --- cc -pipe -O2 -fno-strict-aliasing -o random_effect random_effect.o --- freetemp --- cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -o freetemp freetemp.o util.o -lX11 --- xb_check --- cc -pipe -O2 -fno-strict-aliasing -o xb_check xb_check.o --- xbanner --- cc -pipe -O2 -fno-strict-aliasing -L/usr/local/lib -o xbanner xbanner.o colors.o plasma.o util.o linger.o pix.o effect.o xres.o backg.o ripples.o -lXpm -lX11 -lm SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xbanner-1.31_1 ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xbanner-1.31_1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -m 555 freetemp /construction/x11/xbanner/stage/usr/local/bin/freetemp install -s -m 555 xbanner /construction/x11/xbanner/stage/usr/local/bin/xbanner install -s -m 555 xb_check /construction/x11/xbanner/stage/usr/local/bin/xb_check install -s -m 555 random_effect /construction/x11/xbanner/stage/usr/local/bin/random_effect install -m 0644 /construction/x11/xbanner/XBanner1.31/samples/XBanner.ad /construction/x11/xbanner/stage/usr/local/lib/X11/app-defaults/XBanner install -m 0644 /construction/x11/xbanner/XBanner1.31/QuickStart /construction/x11/xbanner/stage/usr/local/share/doc/XBanner install -m 0644 /construction/x11/xbanner/XBanner1.31/docs/* /construction/x11/xbanner/stage/usr/local/share/doc/XBanner install -m 0644 /construction/x11/xbanner/XBanner1.31/samples/_other_ideas/* /construction/x11/xbanner/stage/usr/local/share/examples/XBanner ====> 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 xbanner-1.31_1 file sizes/checksums [27]: 0% file sizes/checksums [27]: 100% packing files [27]: 0% packing files [27]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08