------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The drm 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 ------------------------------------------------------------------------------- ===> drm-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The drm 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 ===> drm-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by drm-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The drm 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 ===> drm-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by drm-1.0 for building => SHA256 Checksum OK for dr_mario.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The drm 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 ===> drm-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by drm-1.0 for building ===> Extracting for drm-1.0 => SHA256 Checksum OK for dr_mario.tar.Z. Extracted Memory Use: 0.04M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for drm-1.0 ===> Applying ports patches for drm-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> drm-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> drm-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for drm-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for drm-1.0 --- main.o --- --- startup.o --- --- loop.o --- --- meat.o --- --- main.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -o main.o -c main.c --- startup.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c startup.c --- loop.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c loop.c --- meat.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c meat.c --- main.o --- main.c:12:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ main.c: In function 'main': main.c:21:2: warning: implicit declaration of function 'srandom'; did you mean 'standout'? [-Wimplicit-function-declaration] srandom(getpid() / 3 + 1);/*if you don't set different seeds, ^~~~~~~ standout --- startup.o --- startup.c: In function 'newstart': --- main.o --- main.c:21:10: warning: implicit declaration of function 'getpid'; did you mean 'getwin'? [-Wimplicit-function-declaration] srandom(getpid() / 3 + 1);/*if you don't set different seeds, ^~~~~~ getwin main.c:24:6: warning: implicit declaration of function 'getuid'; did you mean 'getwin'? [-Wimplicit-function-declaration] if (getuid()==952) ^~~~~~ getwin --- startup.o --- startup.c:15:3: warning: implicit declaration of function 'fatal' [-Wimplicit-function-declaration] fatal("memory error"); /*trouble- no memory!*/ ^~~~~ --- main.o --- main.c:32:7: warning: implicit declaration of function 'get_option'; did you mean 'getcontext'? [-Wimplicit-function-declaration] lv = get_option("Level", 0, 20); ^~~~~~~~~~ getcontext main.c:38:2: warning: implicit declaration of function 'newstart'; did you mean 'newterm'? [-Wimplicit-function-declaration] newstart(); /*set up gameboard*/ ^~~~~~~~ newterm --- startup.o --- In file included from startup.c:1: startup.c: In function 'start': info.h:3:19: warning: implicit declaration of function 'random' [-Wimplicit-function-declaration] #define rx(a,b) ((random()%a)+b) /*probably should use function here*/ ^~~~~~ startup.c:37:8: note: in expansion of macro 'rx' z = rx(3, 0); /*which char?*/ ^~ --- main.o --- main.c:44:3: warning: implicit declaration of function 'start' [-Wimplicit-function-declaration] start(); /*put bugs on board*/ ^~~~~ main.c:45:3: warning: implicit declaration of function 'loop'; did you mean 'bool'? [-Wimplicit-function-declaration] loop(); /*gameplay*/ ^~~~ bool main.c: In function 'fatal': main.c:68:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ main.c:68:2: warning: incompatible implicit declaration of built-in function 'exit' main.c:68:2: note: include '' or provide a declaration of 'exit' main.c:11:1: +#include void bleed(); main.c:68:2: exit(0); ^~~~ main.c: In function 'fatal_err': main.c:79:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ main.c:79:5: note: include '' or provide a declaration of 'exit' --- meat.o --- meat.c: In function 'meat': meat.c:12:11: warning: implicit declaration of function 'row'; did you mean 'raw'? [-Wimplicit-function-declaration] remove = row(p1->y) + cols(p1->x); ^~~ raw meat.c:12:24: warning: implicit declaration of function 'cols'; did you mean 'scroll'? [-Wimplicit-function-declaration] remove = row(p1->y) + cols(p1->x); ^~~~ scroll --- loop.o --- loop.c: In function 'loop': loop.c:21:3: warning: implicit declaration of function 'nextpiece'; did you mean 'new_prescr'? [-Wimplicit-function-declaration] nextpiece(); ^~~~~~~~~ new_prescr loop.c:31:4: warning: implicit declaration of function 'fatal' [-Wimplicit-function-declaration] fatal("Game Over"); ^~~~~ loop.c:34:3: warning: implicit declaration of function 'meat'; did you mean 'meta'? [-Wimplicit-function-declaration] meat(); /*checks for removal and removes pieces if necessary ^~~~ meta loop.c: In function 'loop2': loop.c:62:4: warning: implicit declaration of function 'mvcheck'; did you mean 'fmtcheck'? [-Wimplicit-function-declaration] mvcheck(0, -1); ^~~~~~~ fmtcheck loop.c:96:14: warning: implicit declaration of function 'bleed'; did you mean 'beep'? [-Wimplicit-function-declaration] refresh();bleed(0,0); ^~~~~ beep loop.c:105:1: warning: implicit declaration of function 'usleep'; did you mean 'beep'? [-Wimplicit-function-declaration] usleep(250000L - sp*50000); ^~~~~~ beep --- bugs --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -o bugs main.o startup.o loop.o meat.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> drm-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for drm-1.0 ===> drm-1.0 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/games/drm/dr_mario/bugs /construction/games/drm/stage/usr/local/bin/drm install -m 0644 /construction/games/drm/dr_mario/README /construction/games/drm/stage/usr/local/share/doc/drm ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for drm-1.0 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:01 TOTAL TIME 00:00:04