------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The isc-cron 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 ------------------------------------------------------------------------------- ===> isc-cron-4.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The isc-cron 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 ===> isc-cron-4.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by isc-cron-4.1_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The isc-cron 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 ===> isc-cron-4.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by isc-cron-4.1_2 for building => SHA256 Checksum OK for cron_4.1.shar. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The isc-cron 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 ===> isc-cron-4.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by isc-cron-4.1_2 for building ===> Extracting for isc-cron-4.1_2 => SHA256 Checksum OK for cron_4.1.shar. cd /construction/sysutils/isc-cron/isc-cron-4.1_2 && /bin/sh /distfiles/cron_4.1.shar x - README x - CHANGES x - FEATURES x - INSTALL x - CONVERSION x - THANKS x - MAIL x - bitstring.3 x - crontab.5 x - crontab.1 x - cron.8 x - putman.sh x - Makefile x - bitstring.h x - cron.h x - config.h x - pathnames.h x - externs.h x - macros.h x - structs.h x - funcs.h x - globals.h x - cron.c x - crontab.c x - database.c x - do_command.c x - entry.c x - env.c x - job.c x - user.c x - popen.c x - misc.c x - pw_dup.c Extracted Memory Use: 0.25M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for isc-cron-4.1_2 ===> Applying ports patches for isc-cron-4.1_2 ===> Applying dragonfly patches for isc-cron-4.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for isc-cron-4.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for isc-cron-4.1_2 --- cron.o --- --- database.o --- --- user.o --- --- entry.o --- --- job.o --- --- do_command.o --- --- misc.o --- --- env.o --- --- popen.o --- --- pw_dup.o --- --- job.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c job.c --- cron.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c cron.c --- database.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c database.c --- user.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c user.c --- entry.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c entry.c --- do_command.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c do_command.c --- crontab.o --- --- pw_dup.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c pw_dup.c --- misc.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c misc.c --- popen.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c popen.c --- crontab.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c crontab.c --- env.o --- cc -Wall -Wno-unused -Wno-comment -pipe -O2 -fno-strict-aliasing -I. -c env.c --- misc.o --- misc.c: In function 'acquire_daemonlock': misc.c:315:4: warning: 'otherpid' may be used uninitialized in this function [-Wmaybe-uninitialized] sprintf(buf, "can't lock %s, otherpid may be %ld: %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pidfile, otherpid, strerror(save_errno)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- cron --- cc -Wall -Wno-unused -Wno-comment -o cron cron.o database.o user.o entry.o job.o do_command.o misc.o env.o popen.o pw_dup.o --- crontab --- cc -Wall -Wno-unused -Wno-comment -o crontab crontab.o misc.o entry.o env.o pw_dup.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for isc-cron-4.1_2 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/isc-cron/isc-cron-4.1_2/cron /construction/sysutils/isc-cron/stage/usr/local/sbin install -s -m 555 /construction/sysutils/isc-cron/isc-cron-4.1_2/crontab /construction/sysutils/isc-cron/stage/usr/local/bin install -m 444 /construction/sysutils/isc-cron/isc-cron-4.1_2/crontab.1 /construction/sysutils/isc-cron/stage/usr/local/man/man1 install -m 444 /construction/sysutils/isc-cron/isc-cron-4.1_2/crontab.5 /construction/sysutils/isc-cron/stage/usr/local/man/man5 install -m 444 /construction/sysutils/isc-cron/isc-cron-4.1_2/cron.8 /construction/sysutils/isc-cron/stage/usr/local/man/man8 ====> 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 isc-cron-4.1_2 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04