------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/gmake-4.2.1_3.txz Installing /packages/All/uchardet-0.0.6.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/psutils-1.17_5.txz Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/groff-1.22.4_3.txz ===== Message from groff-1.22.4_3: -- In order to be able to use the html driver, you need to install the following packages: - ghostscript - netpbm SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The dot-forward 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 ------------------------------------------------------------------------------- ===> dot-forward-0.71 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The dot-forward 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 ===> dot-forward-0.71 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dot-forward-0.71 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The dot-forward 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 ===> dot-forward-0.71 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dot-forward-0.71 for building => SHA256 Checksum OK for dot-forward-0.71.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The dot-forward 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 ===> dot-forward-0.71 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dot-forward-0.71 for building ===> Extracting for dot-forward-0.71 => SHA256 Checksum OK for dot-forward-0.71.tar.gz. Extracted Memory Use: 0.43M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dot-forward-0.71 ===> Applying dragonfly patches for dot-forward-0.71 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> dot-forward-0.71 depends on executable: gmake - found ===> dot-forward-0.71 depends on executable: groff - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> dot-forward-0.71 depends on executable: gmake - found ===> dot-forward-0.71 depends on executable: groff - found ===> Configuring for dot-forward-0.71 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dot-forward-0.71 gmake[1]: Entering directory '/construction/mail/dot-forward/dot-forward-0.71' ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh nroff -man dot-forward.1 > dot-forward.0 cat auto-ccld.sh make-load.sh > make-load cat auto-ccld.sh find-systype.sh > find-systype cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh make-makelib.sh > make-makelib chmod 755 make-load chmod 755 find-systype chmod 755 make-compile chmod 755 make-makelib ./find-systype > systype ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \ makelib chmod 755 compile chmod 755 makelib ./compile dot-forward.c chmod 755 load ./compile control.c ./compile auto-str.c ./compile substdio.c ./compile substdi.c ./compile substdo.c ./compile subfderr.c ./compile substdio_copy.c ./compile error.c ./compile error_str.c In file included from subfderr.c:2: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'it.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ subfderr.c:6:22: note: in expansion of macro 'SUBSTDIO_FDBUF' static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256); ^~~~~~~~~~~~~~ In file included from auto-str.c:1: substdio.h:12:64: warning: initialization of 'int (*)()' from incompatible pointer type 'ssize_t (*)(int, const void *, size_t)' {aka 'long int (*)(int, const void *, long unsigned int)'} [-Wincompatible-pointer-types] #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); ^~~~~~~~~~~~~~ substdio.h:12:64: note: (near initialization for 'ss1.op') #define SUBSTDIO_FDBUF(op,fd,buf,len) { (buf), 0, (len), (fd), (op) } ^ auto-str.c:6:16: note: in expansion of macro 'SUBSTDIO_FDBUF' substdio ss1 = SUBSTDIO_FDBUF(write,1,buf1,sizeof(buf1)); ^~~~~~~~~~~~~~ auto-str.c:8:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch] void puts(s) ^~~~ dot-forward.c: In function 'run': dot-forward.c:86:11: warning: implicit declaration of function 'fd_move'; did you mean 'fd_mask'? [-Wimplicit-function-declaration] if (fd_move(0,pi[0]) == -1) ^~~~~~~ fd_mask dot-forward.c:89:7: warning: implicit declaration of function 'sig_pipedefault' [-Wimplicit-function-declaration] sig_pipedefault(); ^~~~~~~~~~~~~~~ dot-forward.c: In function 'gotaddr': dot-forward.c:189:12: warning: implicit declaration of function 'case_diffb'; did you mean 'str_diffn'? [-Wimplicit-function-declaration] if (!case_diffb(address.s,address.len,user)) { ^~~~~~~~~~ str_diffn dot-forward.c: In function 'main': dot-forward.c:389:3: warning: implicit declaration of function 'sig_pipeignore'; did you mean 'sgoptprogname'? [-Wimplicit-function-declaration] sig_pipeignore(); ^~~~~~~~~~~~~~ sgoptprogname ./compile str_len.c ./compile str_diffn.c ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile token822.c ./compile envread.c ./compile getln.c ./compile getln2.c ./compile subgetopt.c ./compile sgetopt.c ./compile strerr_sys.c ./compile strerr_die.c ./compile stralloc_eady.c ./compile stralloc_pend.c ./compile stralloc_copy.c ./compile stralloc_opys.c ./compile stralloc_opyb.c ./compile stralloc_cat.c ./compile stralloc_cats.c ./compile stralloc_catb.c ./compile alloc.c ./compile alloc_re.c ./compile case_diffb.c ( ( ./compile trysgact.c && ./load trysgact ) >/dev/null \ 2>&1 \ && echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h ./compile sig_pipe.c ./compile seek_set.c alloc.c:3:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ ./compile open_read.c ./compile open_trunc.c ( ( ./compile trywaitp.c && ./load trywaitp ) >/dev/null \ 2>&1 \ && echo \#define HASWAITPID 1 || exit 0 ) > haswaitp.h ./compile fd_copy.c fd_copy.c: In function 'fd_copy': fd_copy.c:10:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(to); ^~~~~ ./compile fd_move.c ./compile fmt_ulong.c ./compile scan_ulong.c fd_move.c: In function 'fd_move': fd_move.c:9:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(from); ^~~~~ ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \ 2>&1 \ && cat fork.h2 || cat fork.h1 ) > fork.h rm -f trysgact.o trysgact ./makelib substdio.a substdio.o substdi.o substdo.o \ subfderr.o substdio_copy.o ./makelib error.a error.o error_str.o ./makelib str.a str_len.o str_diffn.o byte_chr.o \ byte_copy.o byte_cr.o ./makelib env.a envread.o ./makelib getln.a getln.o getln2.o ./makelib getopt.a subgetopt.o sgetopt.o ./makelib strerr.a strerr_sys.o strerr_die.o ./makelib stralloc.a stralloc_eady.o stralloc_pend.o \ stralloc_copy.o stralloc_opys.o stralloc_opyb.o \ stralloc_cat.o stralloc_cats.o stralloc_catb.o ./makelib alloc.a alloc.o alloc_re.o ./makelib case.a case_diffb.o ./compile sig_catch.c ./makelib seek.a seek_set.o ./makelib open.a open_read.o open_trunc.o ./makelib fd.a fd_copy.o fd_move.o ./load auto-str substdio.a error.a str.a rm -f trywaitp.o trywaitp ./compile wait_pid.c ./makelib fs.a fmt_ulong.o scan_ulong.o ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c rm -f tryvfork.o tryvfork ./compile auto_qmail.c ./compile qmail.c ./makelib sig.a sig_catch.o sig_pipe.o ./makelib wait.a wait_pid.o ./load dot-forward control.o qmail.o auto_qmail.o \ token822.o env.a getln.a getopt.a strerr.a error.a \ substdio.a stralloc.a alloc.a case.a str.a sig.a seek.a \ open.a wait.a fd.a fs.a gmake[1]: Leaving directory '/construction/mail/dot-forward/dot-forward-0.71' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dot-forward-0.71 ===> Generating temporary packing list install -s -m 555 /construction/mail/dot-forward/dot-forward-0.71/dot-forward /construction/mail/dot-forward/stage/usr/local/bin/dot-forward install -m 444 /construction/mail/dot-forward/dot-forward-0.71/dot-forward.1 /construction/mail/dot-forward/stage/usr/local/man/man1/dot-forward.1 install -m 444 /construction/mail/dot-forward/dot-forward-0.71/dot-forward.0 /construction/mail/dot-forward/stage/usr/local/man/cat1/dot-forward.0 ====> 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 dot-forward-0.71 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:17