------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/libtool-2.4.6_1.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/bglibs-2.04_1,1.txz ===== Message from bglibs-2.04_1,1: -- ===> NOTICE: The bglibs 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:13 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ucspi-proxy 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 ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ucspi-proxy 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 ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ucspi-proxy 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 ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building => SHA256 Checksum OK for ucspi-proxy-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ucspi-proxy 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 ===> ucspi-proxy-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucspi-proxy-1.1 for building ===> Extracting for ucspi-proxy-1.1 => SHA256 Checksum OK for ucspi-proxy-1.1.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ucspi-proxy-1.1 ===> Applying ports patches for ucspi-proxy-1.1 from /xports/sysutils/ucspi-proxy/files ===> Applying dragonfly patches for ucspi-proxy-1.1 from /xports/sysutils/ucspi-proxy/dragonfly SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on executable: libtool - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on shared library: libbg.so - found (/usr/local/lib/bglibs/libbg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ucspi-proxy-1.1 depends on executable: libtool - found ===> ucspi-proxy-1.1 depends on shared library: libbg.so - found (/usr/local/lib/bglibs/libbg.so) ===> Configuring for ucspi-proxy-1.1 echo "/construction/sysutils/ucspi-proxy/stage/usr/local/bin" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bin echo "/construction/sysutils/ucspi-proxy/stage/usr/local/man" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-man echo "cc -pipe -O2 -fno-strict-aliasing " > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-cc echo "cc -s " > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-ld echo "/usr/local/include/bglibs" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bgincs echo "/usr/local/lib/bglibs" > /construction/sysutils/ucspi-proxy/ucspi-proxy-1.1/conf-bglibs SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ucspi-proxy-1.1 --- makelib --- --- compile --- --- load --- --- makelib --- ( echo '#!/bin/sh'; echo 'lib="$1"; shift'; echo 'rm -f "$lib"'; echo 'ar cr "$lib" ${1+"$@"}'; echo 'ranlib "$lib"'; ) >makelib --- compile --- ( bgincs=`head -n 1 conf-bgincs`; echo '#!/bin/sh'; echo 'source=$1; shift'; echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; echo exec `head -n 1 conf-cc` -I. "-I'${bgincs}'" "-I /usr/local/include/" '-o ${base}.o -c $source ${1+"$@"}'; ) >compile --- load --- ( bglibs=`head -n 1 conf-bglibs`; echo '#!/bin/sh'; echo 'main="$1"; shift'; echo exec `head -n 1 conf-ld` -L. "-L'${bglibs}'" "-Wl,-R'${bglibs}'" '-o "$main" "$main.o" ${1+"$@"}'; ) >load --- compile --- chmod 755 compile --- load --- chmod 755 load --- makelib --- chmod 755 makelib --- auth-lib.o --- --- base64.o --- --- http-xlate-filter.o --- --- imap-filter.o --- --- log-filter.o --- --- null-filter.o --- --- pop3-filter.o --- --- relay-filter.o --- --- tcp-connect.o --- --- auth-lib.o --- ./compile auth-lib.c --- base64.o --- ./compile base64.c --- http-xlate-filter.o --- ./compile http-xlate-filter.c --- imap-filter.o --- ./compile imap-filter.c --- null-filter.o --- ./compile null-filter.c --- pop3-filter.o --- ./compile pop3-filter.c --- relay-filter.o --- ./compile relay-filter.c --- tcp-connect.o --- ./compile tcp-connect.c --- log-filter.o --- ./compile log-filter.c --- ucspi-proxy-http-xlate.o --- ./compile ucspi-proxy-http-xlate.c --- ucspi-proxy-imap.o --- ./compile ucspi-proxy-imap.c --- tcp-connect.o --- In file included from tcp-connect.c:8: /usr/local/include/bglibs/bglibs/resolve.h:30:48: warning: 'struct dns_transmit' declared inside parameter list will not be visible outside of this definition or declaration extern int resolve_qualdns(int (*dnsfn)(struct dns_transmit*, struct dns_result* out, const char*), ^~~~~~~~~~~~ --- ucspi-proxy-log.o --- ./compile ucspi-proxy-log.c --- ucspi-proxy-pop3.o --- ./compile ucspi-proxy-pop3.c --- ucspi-proxy.o --- ./compile ucspi-proxy.c --- ucspi-proxy.a --- ./makelib ucspi-proxy.a base64.o tcp-connect.o ucspi-proxy.o --- ucspi-proxy --- --- ucspi-proxy-log --- --- ucspi-proxy --- ./load ucspi-proxy null-filter.o ucspi-proxy.a -lbg --- ucspi-proxy-log --- ./load ucspi-proxy-log log-filter.o ucspi-proxy.a -lbg --- ucspi-proxy-imap --- --- ucspi-proxy-pop3 --- --- ucspi-proxy-imap --- ./load ucspi-proxy-imap imap-filter.o relay-filter.o auth-lib.o ucspi-proxy.a -lbg --- ucspi-proxy-pop3 --- ./load ucspi-proxy-pop3 pop3-filter.o relay-filter.o auth-lib.o ucspi-proxy.a -lbg --- ucspi-proxy-http-xlate --- ./load ucspi-proxy-http-xlate http-xlate-filter.o ucspi-proxy.a -lbg SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ucspi-proxy-1.1 ===> Generating temporary packing list bg-installer -v 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:00 ------------------------------------------------------------------------------- -- 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ucspi-proxy-1.1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:17