------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> binkd-1.0.4_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> binkd-1.0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by binkd-1.0.4_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> binkd-1.0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by binkd-1.0.4_1 for building => SHA256 Checksum OK for binkd-1.0.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> binkd-1.0.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by binkd-1.0.4_1 for building ===> Extracting for binkd-1.0.4_1 => SHA256 Checksum OK for binkd-1.0.4.tar.gz. Extracted Memory Use: 2.53M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for binkd-1.0.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for binkd-1.0.4_1 configure: loading site script /xports/Templates/config.site checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking for sys/statvfs.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/mount.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for stdarg.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for netinet/in.h... (cached) yes checking for netdb.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for resolv.h... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for vsyslog... yes checking for waitpid... yes checking for statvfs... (cached) yes checking for statfs... (cached) yes checking for uname... (cached) yes checking for daemon... (cached) yes checking for setsid... (cached) yes checking for getopt... (cached) yes checking for localtime_r... yes checking for strtoumax... yes checking for sigprocmask... (cached) yes checking for gettimeofday... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for socket... yes checking for gethostbyname... (cached) yes checking for setproctitle... (cached) yes checking for res_search... checking for res_search... yes checking for ns_initparse... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for socklen_t... yes checking for intmax_t... yes checking for reliable signals... yes checking for facilitynames... yes checking for TIOCNOTTY... yes checking for MSG_NOSIGNAL... yes checking for libz... yes: /usr checking for libbz2... yes: /usr configure: creating ./config.status config.status: creating Makefile SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for binkd-1.0.4_1 Compiling md5b.c... Compiling binkd.c... Compiling readcfg.c... Compiling tools.c... tools.c: In function 'pkt_getaddr': tools.c:1248:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (oz) *oz = -1; if (onet) *onet = -1; if (onode) *onode = -1; if (op) *op = -1; ^~ tools.c:1248:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (oz) *oz = -1; if (onet) *onet = -1; if (onode) *onode = -1; if (op) *op = -1; ^~ tools.c:1249:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dz) *dz = -1; if (dnet) *dnet = -1; if (dnode) *dnode = -1; if (dp) *dp = -1; ^~ tools.c:1249:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (dz) *dz = -1; if (dnet) *dnet = -1; if (dnode) *dnode = -1; if (dp) *dp = -1; ^~ tools.c:1253:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (onode) *onode = GET_BYTE2(raw, 0); if (onet) *onet = GET_BYTE2(raw, 20); ^~ tools.c:1253:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (onode) *onode = GET_BYTE2(raw, 0); if (onet) *onet = GET_BYTE2(raw, 20); ^~ tools.c:1254:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dnode) *dnode = GET_BYTE2(raw, 2); if (dnet) *dnet = GET_BYTE2(raw, 22); ^~ tools.c:1254:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (dnode) *dnode = GET_BYTE2(raw, 2); if (dnet) *dnet = GET_BYTE2(raw, 22); ^~ tools.c:1262:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (oz) *oz = GET_BYTE2(raw, 46); if (op) *op = GET_BYTE2(raw, 50); ^~ tools.c:1262:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (oz) *oz = GET_BYTE2(raw, 46); if (op) *op = GET_BYTE2(raw, 50); ^~ tools.c:1263:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dz) *dz = GET_BYTE2(raw, 48); if (dp) *dp = GET_BYTE2(raw, 52); ^~ tools.c:1263:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (dz) *dz = GET_BYTE2(raw, 48); if (dp) *dp = GET_BYTE2(raw, 52); ^~ Compiling ftnaddr.c... Compiling ftnq.c... Compiling client.c... Compiling server.c... Compiling protocol.c... Compiling bsy.c... Compiling inbound.c... Compiling breaksig.c... Compiling branch.c... Compiling unix/rename.c... Compiling unix/getfree.c... Compiling ftndom.c... Compiling ftnnode.c... Compiling srif.c... Compiling pmatch.c... Compiling readflo.c... Compiling prothlp.c... Compiling iptools.c... Compiling rfc2553.c... Compiling run.c... Compiling binlog.c... Compiling exitproc.c... Compiling getw.c... Compiling xalloc.c... Compiling crypt.c... Compiling unix/setpttl.c... Compiling unix/daemonize.c... Compiling srv_gai.c... Compiling compress.c... Linking binkd... Binkd is successfully compiled. If you want to install Binkd files into /usr/local 1. Run `make -n install' to be sure this makefile will do not something criminal during the installation; 2. `su' to root; 3. Run `make install' to install Binkd. 4. Edit /usr/local/etc/binkd.conf-dist and RENAME it or MOVE it somewhere (so another `make install' will not overwrite it during your next Binkd upgrade) If you want to put the files into some other directory just run `configure --prefix=/another/path' and go to step 1. SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for binkd-1.0.4_1 ===> Generating temporary packing list ===> Creating groups. ===> Creating users install -m 444 /construction/net/binkd/binkd-1.0.4/binkd.8 /construction/net/binkd/stage/usr/local/man/man8 install -m 0644 /construction/net/binkd/binkd-1.0.4/binkd.cfg /construction/net/binkd/stage/usr/local/etc/binkd.cfg.sample install -m 0644 /construction/net/binkd/binkd-1.0.4/!README /construction/net/binkd/stage/usr/local/share/doc/binkd/README install -m 0644 /construction/net/binkd/binkd-1.0.4/!README.FIX /construction/net/binkd/stage/usr/local/share/doc/binkd/README.FIX install -m 0644 /construction/net/binkd/binkd-1.0.4/!SRIF.TXT /construction/net/binkd/stage/usr/local/share/doc/binkd/SRIF.TXT ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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 binkd-1.0.4_1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14