------------------------------------------------------------------------------- -- 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 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gbe 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:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> gbe-0.0.22_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The gbe 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 ===> gbe-0.0.22_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gbe-0.0.22_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gbe 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 ===> gbe-0.0.22_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gbe-0.0.22_3 for building => SHA256 Checksum OK for gbe-0.0.22.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gbe 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 ===> gbe-0.0.22_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gbe-0.0.22_3 for building ===> Extracting for gbe-0.0.22_3 => SHA256 Checksum OK for gbe-0.0.22.tar.gz. Extracted Memory Use: 0.34M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gbe-0.0.22_3 ===> Applying ports patches for gbe-0.0.22_3 ===> Cleanly applied ports patch(es) patch-Makefile patch-debug.c patch-vram.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> gbe-0.0.22_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> gbe-0.0.22_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for gbe-0.0.22_3 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gbe-0.0.22_3 --- main.o --- --- rom.o --- --- mem.o --- --- cpu.o --- --- vram.o --- --- debug.o --- --- joypad.o --- --- jlib.o --- --- x11.o --- --- svga.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o main.o -c main.c --- cpu.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o cpu.o -c cpu.c --- vram.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o vram.o -c vram.c --- debug.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o debug.o -c debug.c --- joypad.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o joypad.o -c joypad.c --- jlib.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o jlib.o -c jlib.c --- x11.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o x11.o -c x11.c --- mem.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o mem.o -c mem.c --- svga.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o svga.o -c svga.c --- rom.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o rom.o -c rom.c --- main.o --- main.c: In function 'main': main.c:194:5: warning: implicit declaration of function 'gbz80_debugger' [-Wimplicit-function-declaration] gbz80_debugger(current_processor); ^~~~~~~~~~~~~~ --- cpu.o --- cpu.c: In function 'gameboy_cpu_create_instruction': cpu.c:1160:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(string, "unknown"); ^~~~~~ cpu.c:1160:3: warning: incompatible implicit declaration of built-in function 'strcpy' cpu.c:1160:3: note: include '' or provide a declaration of 'strcpy' cpu.c:34:1: +#include cpu.c:1160:3: strcpy(string, "unknown"); ^~~~~~ cpu.c:1178:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(string, gbz80_instructions[i].name); ^~~~~~ cpu.c:1178:5: note: include '' or provide a declaration of 'strcpy' cpu.c: In function 'inst_unimplemented': cpu.c:1274:2: warning: implicit declaration of function 'gbz80_debugger' [-Wimplicit-function-declaration] gbz80_debugger(gameboy_proc); ^~~~~~~~~~~~~~ --- gbe --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -DBUILD_X11 -g3 -o gbe main.o rom.o mem.o cpu.o vram.o debug.o joypad.o jlib.o x11.o svga.o -lX11 -g3 -L/usr/local/lib SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> gbe-0.0.22_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gbe-0.0.22_3 ===> gbe-0.0.22_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -s -m 555 /construction/emulators/gbe/gbe/gbe /construction/emulators/gbe/stage/usr/local/bin ====> 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 gbe-0.0.22_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