------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ------------------------------------------------------------------------------- ===> monitord-0.4.1_5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_5 for building => SHA256 Checksum OK for monitord-0.4.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_5 for building ===> Extracting for monitord-0.4.1_5 ===> NOTICE: The monitord 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 ===> monitord-0.4.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_5 for building => SHA256 Checksum OK for monitord-0.4.1.tar.gz. Extracted Memory Use: 0.06M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for monitord-0.4.1_5 ===> Applying ports patches for monitord-0.4.1_5 from /xports/sysutils/monitord/files /usr/bin/env WRKSRC=/construction/sysutils/monitord/monitord-0.4.1 REWARNFILE=/construction/sysutils/monitord/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's@getdate@getdate0@g' /construction/sysutils/monitord/monitord-0.4.1/monitord.c /construction/sysutils/monitord/monitord-0.4.1/monitord.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for monitord-0.4.1_5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for monitord-0.4.1_5 --- monitord.o --- --- mail.o --- --- monitord.o --- cc -pipe -O2 -fno-strict-aliasing -c -Wall monitord.c --- mail.o --- cc -pipe -O2 -fno-strict-aliasing -c -Wall mail.c --- monitord.o --- monitord.c: In function 'main': monitord.c:51:2: warning: 'strncpy' output truncated before terminating nul copying 28 bytes from a string of the same length [-Wstringop-truncation] strncpy (filename, _PATH_TO_CONFIG, strlen(_PATH_TO_CONFIG)); /* Default config file */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c: In function 'loop': monitord.c:295:5: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] strncat (param, " ", sizeof(*param)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:247:4: warning: 'strncpy' specified bound 100 equals destination size [-Wstringop-truncation] strncpy (var, strtok(buf, " =\t"), sizeof(var)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:248:4: warning: 'strncpy' specified bound 100 equals destination size [-Wstringop-truncation] strncpy (value, strtok(NULL, " =\t"), sizeof(value)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:275:4: warning: 'strncpy' specified bound 600 equals destination size [-Wstringop-truncation] strncpy (cmdline, file[i], sizeof(cmdline)); /* copy temporary copy of line */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:276:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (uid, strtok(cmdline, " \t"), sizeof(uid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:278:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (allopt, strtok(NULL, " \t"), sizeof(allopt)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:279:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (delaytime, strtok(NULL, " \t"), sizeof(delaytime)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:280:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (proc, strtok(NULL, " \t"), sizeof(proc)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:281:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (script_path, strtok(NULL, " \t"), sizeof(script_path)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:309:5: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (script, token, sizeof(script)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- monitord --- cc monitord.o mail.o -o monitord SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for monitord-0.4.1_5 ===> Generating temporary packing list install -cs monitord /construction/sysutils/monitord/stage/usr/local/sbin install -c monitord.conf.sample /construction/sysutils/monitord/stage/usr/local/etc install -c monitord.8 /construction/sysutils/monitord/stage/usr/local/man/man8 install -m 0644 /construction/sysutils/monitord/monitord-0.4.1/monitord.conf.sample /construction/sysutils/monitord/stage/usr/local/etc/monitord.conf.sample ====> 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:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for monitord-0.4.1_5 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:00 TOTAL TIME 00:00:03