===> NOTICE: The nwreckdum 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 ===> License GPLv2 accepted by the user ===> nwreckdum-0cipiertest_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by nwreckdum-0cipiertest_2 for building ===> Extracting for nwreckdum-0cipiertest_2 => SHA256 Checksum OK for danfe-nwreckdum-0cipiertest-22cbc47_GH0.tar.gz. ===> Patching for nwreckdum-0cipiertest_2 ===> Configuring for nwreckdum-0cipiertest_2 ===> Building for nwreckdum-0cipiertest_2 --- nwreckdum.o --- --- shhopt.o --- --- nwreckdum.o --- cc -O2 -pipe -fstack-protector -fno-strict-aliasing -c nwreckdum.c -o nwreckdum.o --- shhopt.o --- cc -O2 -pipe -fstack-protector -fno-strict-aliasing -c shhopt.c -o shhopt.o --- nwreckdum.o --- nwreckdum.c:191:31: warning: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Wformat] printf("%3lu %8lu %s\n", i, dir[i].length, ~~~~ ^~~~~~~~~~~~~ %8u nwreckdum.c:250:30: warning: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Wformat] printf("%3i %8lu %s\n", i, dir[i].length, ~~~~ ^~~~~~~~~~~~~ %8u 2 warnings generated. --- nwreckdum --- cc -O2 -pipe -fstack-protector -fno-strict-aliasing -o nwreckdum nwreckdum.o shhopt.o 0