------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The nspmod 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 ------------------------------------------------------------------------------- ===> nspmod-0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The nspmod 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 ===> nspmod-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nspmod-0.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The nspmod 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 ===> nspmod-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nspmod-0.1 for building => SHA256 Checksum OK for nspmod-0.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The nspmod 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 ===> nspmod-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nspmod-0.1 for building ===> Extracting for nspmod-0.1 => SHA256 Checksum OK for nspmod-0.1.tar.gz. Extracted Memory Use: 0.24M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for nspmod-0.1 ===> Applying ports patches for nspmod-0.1 ===> Cleanly applied ports patch(es) patch-Makefile patch-dacio-linux.c patch-dacio.h patch-nspmod.c patch-nspmod.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for nspmod-0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for nspmod-0.1 --- nspmod.o --- --- play-s3m.o --- --- play-mod.o --- --- play-mtm.o --- --- ovs.o --- --- magic.o --- --- playnote.o --- --- inst.o --- --- hirev.o --- --- mem.o --- --- nspmod.o --- cc -pipe -O2 -fno-strict-aliasing -c nspmod.c --- play-s3m.o --- cc -pipe -O2 -fno-strict-aliasing -c play-s3m.c --- play-mod.o --- cc -pipe -O2 -fno-strict-aliasing -c play-mod.c --- play-mtm.o --- cc -pipe -O2 -fno-strict-aliasing -c play-mtm.c --- ovs.o --- cc -pipe -O2 -fno-strict-aliasing -c ovs.c --- playnote.o --- cc -pipe -O2 -fno-strict-aliasing -c playnote.c --- mem.o --- cc -pipe -O2 -fno-strict-aliasing -c mem.c --- hirev.o --- cc -pipe -O2 -fno-strict-aliasing -O2 -funroll-loops -c hirev.c --- magic.o --- cc -pipe -O2 -fno-strict-aliasing -c magic.c --- inst.o --- cc -pipe -O2 -fno-strict-aliasing -c inst.c --- play-mtm.o --- play-mtm.c: In function 'makeSampleInfo': play-mtm.c:304:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ play-mtm.c:304:6: warning: incompatible implicit declaration of built-in function 'exit' play-mtm.c:304:6: note: include '' or provide a declaration of 'exit' play-mtm.c:11:1: +#include play-mtm.c:304:6: exit(1); ^~~~ --- playnote.o --- playnote.c: In function 'playNoteSetOutRate': playnote.c:394:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ playnote.c:394:2: warning: incompatible implicit declaration of built-in function 'exit' playnote.c:394:2: note: include '' or provide a declaration of 'exit' playnote.c:7:1: +#include playnote.c:394:2: exit(1); ^~~~ --- hirev.o --- hirev.c: In function 'instHirevLoop': hirev.c:250:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] restS, restF, ihi.end-ihi.ptr, (u32x)ihi.ptr); ^ hirev.c:252:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (u32x)(ihi.ptr - (ihi.wAcc >> 16))); ^ hirev.c:253:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ hirev.c:253:6: warning: incompatible implicit declaration of built-in function 'exit' hirev.c:253:6: note: include '' or provide a declaration of 'exit' hirev.c:10:1: +#include hirev.c:253:6: exit(1); ^~~~ --- dacio.c --- ln -s dacio-linux.c dacio.c --- dacio.o --- cc -pipe -O2 -fno-strict-aliasing -O2 -funroll-loops -c dacio.c dacio-linux.c: In function 'dacioInit': dacio-linux.c:46:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ dacio-linux.c:46:2: warning: incompatible implicit declaration of built-in function 'exit' dacio-linux.c:46:2: note: include '' or provide a declaration of 'exit' dacio-linux.c:15:1: +#include dacio-linux.c:46:2: exit(1); ^~~~ dacio-linux.c: In function 'dacioConf': dacio-linux.c:83:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:83:2: note: include '' or provide a declaration of 'exit' dacio-linux.c:89:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:89:2: note: include '' or provide a declaration of 'exit' dacio-linux.c:96:6: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:96:6: note: include '' or provide a declaration of 'exit' dacio-linux.c:102:6: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:102:6: note: include '' or provide a declaration of 'exit' dacio-linux.c:111:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:111:2: note: include '' or provide a declaration of 'exit' dacio-linux.c:117:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:117:2: note: include '' or provide a declaration of 'exit' dacio-linux.c:123:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:123:2: note: include '' or provide a declaration of 'exit' dacio-linux.c: In function 'dacioSync': dacio-linux.c:143:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:143:2: note: include '' or provide a declaration of 'exit' dacio-linux.c: In function 'dacioFlush': dacio-linux.c:170:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ dacio-linux.c:170:2: note: include '' or provide a declaration of 'exit' --- nspmod --- cc -o nspmod nspmod.o play-s3m.o play-mod.o play-mtm.o ovs.o magic.o playnote.o inst.o hirev.o mem.o dacio.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for nspmod-0.1 ===> Generating temporary packing list install -s -m 555 /construction/audio/nspmod/nspmod-0.1/nspmod /construction/audio/nspmod/stage/usr/local/bin install -m 444 /construction/audio/nspmod/nspmod-0.1/nspmod.1 /construction/audio/nspmod/stage/usr/local/man/man1 ====> 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 nspmod-0.1 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:03