------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.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 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:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The wmflame 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 ------------------------------------------------------------------------------- ===> wmflame-0.60_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The wmflame 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 ===> wmflame-0.60_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmflame-0.60_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The wmflame 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 ===> wmflame-0.60_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmflame-0.60_3 for building => SHA256 Checksum OK for wmflame-0.60.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The wmflame 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 ===> wmflame-0.60_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmflame-0.60_3 for building ===> Extracting for wmflame-0.60_3 => SHA256 Checksum OK for wmflame-0.60.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wmflame-0.60_3 ===> Applying ports patches for wmflame-0.60_3 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wmflame-0.60_3 depends on package: gmake>=4.3 - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wmflame-0.60_3 depends on package: gmake>=4.3 - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmflame-0.60_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wmflame-0.60_3 gmake[1]: Entering directory '/construction/sysutils/wmflame/wmflame.app/wmflame' cc -pipe -O2 -fno-strict-aliasing -c -Wall -I/usr/local/include -DDragonFly wmflame.c -o wmflame.o cc -pipe -O2 -fno-strict-aliasing -c -Wall -I/usr/local/include -DDragonFly ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o wmflame.c: In function 'do_frame2': wmflame.c:173:24: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [48][x] = ((seed_line [x - 1] + seed_line [x] + seed_line [x + 1]) / 2); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmflame.c:172:3: note: within this loop for (x = 1; x < 63; x ++) { ^~~ wmflame.c:216:25: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] if (wmflame_pm [y][x] > 63) { ~~~~~~~~~~~~~~^~~ wmflame.c:215:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c:195:26: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [y][x] = ((float) (-(rand() % random_amt) + pix_right [0] + pix_down [0] + pix_last [0] + pix_cur [0] + pix_next [0])) / divisor; ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmflame.c:193:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c: In function 'do_frame': wmflame.c:234:24: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [48][x] = ((seed_line [x - 1] + seed_line [x] + seed_line [x + 1]) / 2); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmflame.c:233:3: note: within this loop for (x = 1; x < 63; x ++) { ^~~ wmflame.c:257:25: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] if (wmflame_pm [y][x] > 63) { ~~~~~~~~~~~~~~^~~ wmflame.c:256:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c:248:67: warning: iteration 46 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [y][x] = (-(rand() % random_amt) + wmflame_pm [y][x + 1] + wmflame_pm [y][x] + wmflame_pm [y + 1][x - 1] + wmflame_pm [y + 1][x] + wmflame_pm [y + 1][x + 1]) / divisor; ~~~~~~~~~~~~~~^~~~~~~ wmflame.c:247:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c: In function 'loaded_burn': wmflame.c:276:24: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [48][x] = ((seed_line [x - 1] + seed_line [x] + seed_line [x + 1]) / 2); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wmflame.c:275:3: note: within this loop for (x = 1; x < 63; x ++) { ^~~ wmflame.c:299:25: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] if (wmflame_pm [y][x] > 63) { ~~~~~~~~~~~~~~^~~ wmflame.c:298:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c:289:42: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] wmflame_pm [y][x] = (wmflame_pm [y][x] + wmflame_pm [y + 1][x - 1] + wmflame_pm [y + 1][x] + wmflame_pm [y + 1][x + 1]) / ~~~~~~~~~~~~~~^~~ wmflame.c:288:5: note: within this loop for (x = 1; x < 62; x ++) { ^~~ wmflame.c: In function 'paint_frame': wmflame.c:340:85: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] XCopyArea (display, wmgen.pixmap, wmgen.pixmap, NormalGC, 70 + cmap, wmflame_pm [y][x], 1, 1, x, y); ~~~~~~~~~~~~~~^~~ wmflame.c:338:7: note: within this loop for (x = 1; x < 63; x ++) { ^~~ cc -o wmflame wmflame.o ../wmgeneral/wmgeneral.o -L/usr/local/lib -lXpm -lXext -lX11 gmake[1]: Leaving directory '/construction/sysutils/wmflame/wmflame.app/wmflame' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wmflame-0.60_3 ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> wmflame-0.60_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -m 555 /construction/sysutils/wmflame/wmflame.app/wmflame/wmflame /construction/sysutils/wmflame/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wmflame is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wmflame-0.60_3 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09