------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The rtty 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 ------------------------------------------------------------------------------- ===> rtty-4.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The rtty 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 ===> rtty-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rtty-4.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The rtty 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 ===> rtty-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rtty-4.0 for building => SHA256 Checksum OK for rtty-4.0.shar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The rtty 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 ===> rtty-4.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rtty-4.0 for building ===> Extracting for rtty-4.0 => SHA256 Checksum OK for rtty-4.0.shar.gz. x - README x - Makefile x - connutil.c x - locbrok.c x - misc.c x - rtty.c x - ttyprot.c x - ttysrv.c x - bitypes.h x - locbrok.h x - misc.h x - rtty.h x - ttyprot.h x - Startup.sh x - agelog.sh x - agelogs.sh x - console.sh x - startsrv.sh Extracted Memory Use: 0.11M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for rtty-4.0 ===> Applying ports patches for rtty-4.0 ===> Cleanly applied ports patch(es) patch-Makefile patch-startsrv.sh SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for rtty-4.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for rtty-4.0 --- version.c --- --- ttysrv.o --- --- ttyprot.o --- --- connutil.o --- --- misc.o --- --- rtty.o --- --- locbrok.o --- --- Startup --- --- console --- --- startsrv --- --- version.c --- rm -f version.c --- rtty.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c rtty.c --- Startup --- sed -e 's:DESTPATH:/usr/local/rtty:g' Startup --- ttysrv.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c ttysrv.c --- console --- sed -e 's:DESTPATH:/usr/local/rtty:g' console --- startsrv --- sed -e 's:DESTPATH:/usr/local/rtty:g' startsrv --- ttyprot.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c ttyprot.c --- Startup --- chmod +x Startup --- misc.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c misc.c --- console --- chmod +x console --- version.c --- ( echo "#ifndef LINT"; echo "char Copyright[] ="; echo ' "Copyright 1996,1997,2001 by Internet Software Consortium, Inc.";'; echo "char Version[] ="; echo ' "Version 4.0 ('`whoami`'@'`hostname`' '`date`')";'; echo "#endif"; ) >version.c --- startsrv --- chmod +x startsrv --- agelogs --- --- agelog --- --- connutil.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c connutil.c --- agelog --- cat agelog --- agelogs --- sed -e 's:DESTPATH:/usr/local/rtty:g' agelogs --- agelog --- chmod +x agelog --- version.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c version.c --- agelogs --- chmod +x agelogs --- locbrok.o --- cc -pipe -O2 -fno-strict-aliasing -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_INET_ATON -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c locbrok.c locbrok.c: In function 'main': locbrok.c:303:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ locbrok.c:303:2: warning: incompatible implicit declaration of built-in function 'exit' locbrok.c:303:2: note: include '' or provide a declaration of 'exit' locbrok.c:299:1: +#include locbrok.c:303:2: exit(1); ^~~~ --- locbrok --- cc -o locbrok locbrok.o misc.o version.o -lcrypt --- rtty --- cc -o rtty rtty.o ttyprot.o connutil.o misc.o version.o -lcrypt --- ttysrv --- cc -o ttysrv ttysrv.o ttyprot.o connutil.o misc.o version.o -lcrypt SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for rtty-4.0 ===> Generating temporary packing list set -x; test -d /construction/sysutils/rtty/stage/usr/local/rtty || mkdir /construction/sysutils/rtty/stage/usr/local/rtty + test -d /construction/sysutils/rtty/stage/usr/local/rtty + mkdir /construction/sysutils/rtty/stage/usr/local/rtty set +e -x; for x in bin dev sock log pid opt out; do test -d /construction/sysutils/rtty/stage/usr/local/rtty/$x || mkdir /construction/sysutils/rtty/stage/usr/local/rtty/$x; done + test -d /construction/sysutils/rtty/stage/usr/local/rtty/bin + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/bin + test -d /construction/sysutils/rtty/stage/usr/local/rtty/dev + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/dev + test -d /construction/sysutils/rtty/stage/usr/local/rtty/sock + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/sock + test -d /construction/sysutils/rtty/stage/usr/local/rtty/log + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/log + test -d /construction/sysutils/rtty/stage/usr/local/rtty/pid + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/pid + test -d /construction/sysutils/rtty/stage/usr/local/rtty/opt + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/opt + test -d /construction/sysutils/rtty/stage/usr/local/rtty/out + mkdir /construction/sysutils/rtty/stage/usr/local/rtty/out set -x; for x in ttysrv rtty locbrok; do install -c -s -m 111 $x /construction/sysutils/rtty/stage/usr/local/rtty/bin/$x; done + install -c -s -m 111 ttysrv /construction/sysutils/rtty/stage/usr/local/rtty/bin/ttysrv + install -c -s -m 111 rtty /construction/sysutils/rtty/stage/usr/local/rtty/bin/rtty + install -c -s -m 111 locbrok /construction/sysutils/rtty/stage/usr/local/rtty/bin/locbrok set -x; for x in Startup console startsrv agelogs agelog; do install -c -m 555 $x /construction/sysutils/rtty/stage/usr/local/rtty/bin/$x; done + install -c -m 555 Startup /construction/sysutils/rtty/stage/usr/local/rtty/bin/Startup + install -c -m 555 console /construction/sysutils/rtty/stage/usr/local/rtty/bin/console + install -c -m 555 startsrv /construction/sysutils/rtty/stage/usr/local/rtty/bin/startsrv + install -c -m 555 agelogs /construction/sysutils/rtty/stage/usr/local/rtty/bin/agelogs + install -c -m 555 agelog /construction/sysutils/rtty/stage/usr/local/rtty/bin/agelog /bin/chmod u+r /construction/sysutils/rtty/stage/usr/local/rtty/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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for rtty-4.0 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [6]: 0% packing directories [6]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03