------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The tempcontrol 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 ------------------------------------------------------------------------------- ===> tempcontrol-1.2_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The tempcontrol 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 ===> tempcontrol-1.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tempcontrol-1.2_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The tempcontrol 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 ===> tempcontrol-1.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tempcontrol-1.2_3 for building => SHA256 Checksum OK for tempcontrol-1.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The tempcontrol 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 ===> tempcontrol-1.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tempcontrol-1.2_3 for building ===> Extracting for tempcontrol-1.2_3 => SHA256 Checksum OK for tempcontrol-1.2.tar.gz. Extracted Memory Use: 0.30M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tempcontrol-1.2_3 ===> Applying ports patches for tempcontrol-1.2_3 ===> Cleanly applied ports patch(es) patch-Makefile ===> Applying dragonfly patches for tempcontrol-1.2_3 ===> Cleanly applied dragonfly patch(es) patch-monitor.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> tempcontrol-1.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tempcontrol-1.2_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tempcontrol-1.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> tempcontrol-1.2_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for tempcontrol-1.2_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tempcontrol-1.2_3 /usr/bin/env XDG_DATA_HOME=/construction/misc/tempcontrol XDG_CONFIG_HOME=/construction/misc/tempcontrol HOME=/construction/misc/tempcontrol TMPDIR="/tmp" PATH=/construction/misc/tempcontrol/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/bin/make -f Makefile -j10 -C /construction/misc/tempcontrol/tempcontrol-1.2_3 depend --- parser.h --- ./makekw parser --- depend --- cc -M -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include main.c commands.c parser.c monitor.c statemachine.c > depend --- commands.o --- --- parser.o --- --- monitor.o --- --- statemachine.o --- --- main.o --- --- commands.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include -c commands.c --- monitor.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include -c monitor.c --- statemachine.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include -c statemachine.c --- parser.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include -c parser.c --- main.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include -c main.c --- tempcontrol --- cc -o tempcontrol -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -g -Wall -Wno-parentheses -I/usr/local/include main.o commands.o parser.o monitor.o statemachine.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib -lreadline -lncurses -lutil SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> tempcontrol-1.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tempcontrol-1.2_3 ===> tempcontrol-1.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/misc/tempcontrol/tempcontrol-1.2_3/tempcontrol /construction/misc/tempcontrol/stage/usr/local/bin/ install -m 0644 /construction/misc/tempcontrol/tempcontrol-1.2_3/temperaturecontrolrc.sample /construction/misc/tempcontrol/stage/usr/local/share/tempcontrol install -m 555 /construction/misc/tempcontrol/tempcontrol-1.2_3/temperaturecontrol.sh.sample /construction/misc/tempcontrol/stage/usr/local/etc/rc.d install -m 0644 /construction/misc/tempcontrol/tempcontrol-1.2_3/README /construction/misc/tempcontrol/stage/usr/local/share/doc/tempcontrol ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for tempcontrol-1.2_3 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:07