------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gophernicus 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 ------------------------------------------------------------------------------- ===> gophernicus-3.0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The gophernicus 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 ===> gophernicus-3.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gophernicus-3.0.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gophernicus 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 ===> gophernicus-3.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gophernicus-3.0.1 for building => SHA256 Checksum OK for gophernicus-gophernicus-3.0.1_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gophernicus 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 ===> gophernicus-3.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by gophernicus-3.0.1 for building ===> Extracting for gophernicus-3.0.1 => SHA256 Checksum OK for gophernicus-gophernicus-3.0.1_GH0.tar.gz. Extracted Memory Use: 0.30M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for gophernicus-3.0.1 ===> Applying ports patches for gophernicus-3.0.1 from /xports/www/gophernicus/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for gophernicus-3.0.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for gophernicus-3.0.1 --- functions.h --- --- bin2c --- --- README --- --- functions.h --- echo "/* Automatically generated function definitions */" > functions.h --- bin2c --- cc bin2c.c -o bin2c --- functions.h --- echo >> functions.h --- README --- cat README.md > README --- functions.h --- grep -h "^[a-z]" gophernicus.c file.c menu.c string.c platform.c session.c options.c | grep -v "int main" | grep -v "strlc" | grep -v "[a-z]:" | sed -e "s/ =.*$//" -e "s/ *$/;/" >> functions.h --- files.h --- sed -e '/^(end of option list)/,$d' README > README.options ./bin2c -0 -n README README.options > files.h ./bin2c -0 LICENSE >> files.h ./bin2c -n ERROR_GIF error.gif >> files.h --- headers --- --- all --- --- withwrap --- /usr/bin/make EXTRA_CFLAGS="-DHAVE_LIBWRAP" EXTRA_LIBS="-lwrap" gophernicus --- file.o --- --- menu.o --- --- string.o --- --- platform.o --- --- session.o --- --- options.o --- --- headers --- --- file.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" file.c -o file.o --- menu.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" menu.c -o menu.o --- platform.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" platform.c -o platform.o --- string.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" string.c -o string.o --- options.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" options.c -o options.o --- gophernicus.o --- --- session.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" session.c -o session.o --- gophernicus.o --- cc -c -pipe -fcommon -O2 -fno-strict-aliasing -DHAVE_LIBWRAP -DVERSION="\"3.0.1\"" -DCODENAME="\"Dungeon Edition\"" -DDEFAULT_ROOT="\"/var/gopher\"" gophernicus.c -o gophernicus.o --- gophernicus --- cc gophernicus.o file.o menu.o string.o platform.o session.o options.o -lwrap -o gophernicus SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for gophernicus-3.0.1 ===> Generating temporary packing list mkdir -p /construction/www/gophernicus/stage/usr/local/sbin install -s -m 755 gophernicus /construction/www/gophernicus/stage/usr/local/sbin cd /construction/www/gophernicus/gophernicus-3.0.1 && install -m 444 README.Gophermap README.md changelog gophermap gophertag /construction/www/gophernicus/stage/usr/local/share/doc/gophernicus ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for gophernicus-3.0.1 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03