------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gup 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 ------------------------------------------------------------------------------- ===> gup-0.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The gup 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 ===> gup-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gup-0.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gup 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 ===> gup-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gup-0.4 for building => SHA256 Checksum OK for gup-0.4.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gup 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 ===> gup-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gup-0.4 for building ===> Extracting for gup-0.4 ===> NOTICE: The gup 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 ===> gup-0.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gup-0.4 for building => SHA256 Checksum OK for gup-0.4.tar.gz. Extracted Memory Use: 0.21M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gup-0.4 ===> Applying ports patches for gup-0.4 ===> Cleanly applied ports patch(es) patch-Makefile patch-gup.c patch-main.mk patch-rfc822.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for gup-0.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gup-0.4 --- xmakefile --- Constructing xmakefile with ./config/freebsd ( cat ./config/freebsd ; echo CONFIG=freebsd ; echo BINDIR=/usr/local/bin ; echo MANDIR=/usr/local/man/man1 ; echo ACTIVE_PATH=/var/db/news/active ; echo NEWSGROUPS_PATH=/var/db/news/newsgroups ; echo BACKSTOP_MAILID=usenet ; echo MAIL_COMMAND="/usr/sbin/sendmail -oi -t" ; echo LOG_MATCH_LIMIT=28 ; echo UMASK=022 ; cat main.mk ; ) >xmakefile --- all --- make -f xmakefile all --- gup.o --- --- wildmat.o --- --- misc.o --- --- prune.o --- --- help.o --- --- mail.o --- --- log.o --- --- newsgroups.o --- --- lock.o --- --- sort.o --- --- gup.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c gup.c --- wildmat.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c wildmat.c --- misc.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c misc.c --- prune.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c prune.c --- help.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c help.c --- log.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c log.c --- newsgroups.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c newsgroups.c --- lock.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c lock.c --- sort.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c sort.c --- mail.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c mail.c --- gup.o --- In file included from gup.c:36: rfc822.h:57:20: warning: extra tokens at end of #undef directive #undef IN_SPOOLDIR "/usr/spool/news" ^~~~~~~~~~~~~~~~~ rfc822.h:58:18: warning: extra tokens at end of #undef directive #undef IN_CMDDIR "/usr/lib/news/.admin" ^~~~~~~~~~~~~~~~~~~~~~ rfc822.h:69:21: warning: extra tokens at end of #undef directive #undef GATEWAY_NAME "gateway" ^~~~~~~~~ rfc822.h:90:17: warning: extra tokens at end of #undef directive #undef TRUSTED 1 ^ --- rfc822.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c rfc822.c --- posix_gunk.o --- --- rfc822.o --- In file included from rfc822.c:6: rfc822.h:57:20: warning: extra tokens at end of #undef directive #undef IN_SPOOLDIR "/usr/spool/news" ^~~~~~~~~~~~~~~~~ rfc822.h:58:18: warning: extra tokens at end of #undef directive #undef IN_CMDDIR "/usr/lib/news/.admin" ^~~~~~~~~~~~~~~~~~~~~~ rfc822.h:69:21: warning: extra tokens at end of #undef directive #undef GATEWAY_NAME "gateway" ^~~~~~~~~ rfc822.h:90:17: warning: extra tokens at end of #undef directive #undef TRUSTED 1 ^ --- posix_gunk.o --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' -c posix_gunk.c --- gup --- cc -pipe -D__FreeBSD__=9 -O2 -fno-strict-aliasing -DNO_MALLOC_H -DCONFIG='"freebsd"' -DACTIVE_PATH='"/var/db/news/active"' -DNEWSGROUPS_PATH='"/var/db/news/newsgroups"' -DBACKSTOP_MAILID='"usenet"' -DLOG_MATCH_LIMIT=28 -DUMASK=022 -DMAIL_COMMAND='"/usr/sbin/sendmail -oi -t"' gup.o wildmat.o misc.o prune.o help.o mail.o log.o newsgroups.o lock.o sort.o rfc822.o posix_gunk.o -o gup SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gup-0.4 ===> Generating temporary packing list install -s -m 555 /construction/news/gup/gup/gup /construction/news/gup/stage/usr/local/libexec install -m 444 /construction/news/gup/gup/gup.1 /construction/news/gup/stage/usr/local/man/man1 ====> 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 gup-0.4 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03