------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ fsh-1.2_4: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The fsh 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:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ fsh-1.2_4: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The fsh 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 ===> Fetching all distfiles required by fsh-1.2_4 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ fsh-1.2_4: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The fsh 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 ===> Fetching all distfiles required by fsh-1.2_4 for building => SHA256 Checksum OK for fsh-1.2.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ fsh-1.2_4: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> NOTICE: The fsh 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 ===> Fetching all distfiles required by fsh-1.2_4 for building ===> Extracting for fsh-1.2_4 => SHA256 Checksum OK for fsh-1.2.tar.gz. Extracted Memory Use: 0.61M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for fsh-1.2_4 /usr/bin/sed -i.bak -e '/^[^#]/s/FCNTL/fcntl/g' /construction/security/fsh/fsh-1.2/fshcompat.py SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for fsh-1.2_4 configure: loading site script /xports/Templates/config.site checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... (cached) /usr/bin/awk checking whether make sets ${MAKE}... yes checking for python... /usr/local/bin/python2.7 checking whether to use /bin/sh trampolines... no checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... (cached) yes checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for cc option to accept ANSI C... none needed configure: creating ./config.status config.status: creating Makefile config.status: creating fshconfig.py SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for fsh-1.2_4 --- fshversion.py --- rm -f fshversion.py fshversion.py.tmp echo 'version = "1.2"' > fshversion.py.tmp mv fshversion.py.tmp fshversion.py --- all --- /usr/bin/make all-am --- fcpwrap.o --- --- starter --- --- fcp --- --- fcpwrap.o --- source='fcpwrap.c' object='fcpwrap.o' libtool=no depfile='.deps/fcpwrap.Po' tmpdepfile='.deps/fcpwrap.TPo' depmode=gcc3 /bin/sh ./depcomp cc -DPACKAGE=\"fsh\" -DVERSION=\"1.2\" -I. -I. -pipe -O2 -fno-strict-aliasing -c `test -f fcpwrap.c || echo './'`fcpwrap.c --- starter --- rm -f starter starter.tmp sed -e 's%@\PYTHON@%/usr/local/bin/python2.7%' -e 's%@\pkgdatadir@%/usr/local/share/fsh%' < ./simple > starter.tmp --- fcp --- rm -f fcp fcp.tmp sed -e 's%@\libexecdir@%/usr/local/libexec%g' < ./fcp.sh > fcp.tmp --- starter --- mv starter.tmp starter --- fcp --- chmod +x fcp.tmp mv fcp.tmp fcp --- fsh --- --- fshd --- --- in.fshd --- --- fshd --- rm -f fshd fshd.tmp cat starter > fshd.tmp sed -e 's%@\PYTHON@%/usr/local/bin/python2.7%' -e 's%@\pkgdatadir@%/usr/local/share/fsh%' < ./fshd.in >> fshd.tmp chmod +x fshd.tmp mv fshd.tmp fshd --- fsh --- rm -f fsh fsh.tmp cat starter > fsh.tmp sed -e 's%@\PYTHON@%/usr/local/bin/python2.7%' -e 's%@\pkgdatadir@%/usr/local/share/fsh%' < ./fsh.in >> fsh.tmp chmod +x fsh.tmp mv fsh.tmp fsh --- in.fshd --- rm -f in.fshd in.fshd.tmp cat starter > in.fshd.tmp sed -e 's%@\PYTHON@%/usr/local/bin/python2.7%' -e 's%@\pkgdatadir@%/usr/local/share/fsh%' < ./in.fshd.in >> in.fshd.tmp chmod +x in.fshd.tmp mv in.fshd.tmp in.fshd --- fcpwrap --- cc -pipe -O2 -fno-strict-aliasing -o fcpwrap fcpwrap.o /usr/local/bin/python2.7 -c 'import py_compile; py_compile.main()' /construction/security/fsh/fsh-1.2/*.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for fsh-1.2_4 ===> Generating temporary packing list /bin/sh ./mkinstalldirs /construction/security/fsh/stage/usr/local/bin install -m 555 fsh /construction/security/fsh/stage/usr/local/bin/fsh install -m 555 fshd /construction/security/fsh/stage/usr/local/bin/fshd install -m 555 in.fshd /construction/security/fsh/stage/usr/local/bin/in.fshd install -m 555 fcp /construction/security/fsh/stage/usr/local/bin/fcp /bin/sh ./mkinstalldirs /construction/security/fsh/stage/usr/local/libexec install -s -m 555 fcpwrap /construction/security/fsh/stage/usr/local/libexec/fcpwrap /bin/sh ./mkinstalldirs /construction/security/fsh/stage/usr/local/share/info/ install -m 0644 ./fsh.info /construction/security/fsh/stage/usr/local/share/info//fsh.info /bin/sh ./mkinstalldirs /construction/security/fsh/stage/usr/local/share/fsh mkdir /construction/security/fsh/stage/usr/local/share/fsh install -m 0644 fsh.py /construction/security/fsh/stage/usr/local/share/fsh/fsh.py install -m 0644 fshd.py /construction/security/fsh/stage/usr/local/share/fsh/fshd.py install -m 0644 fshlib.py /construction/security/fsh/stage/usr/local/share/fsh/fshlib.py install -m 0644 infshd.py /construction/security/fsh/stage/usr/local/share/fsh/infshd.py install -m 0644 fshversion.py /construction/security/fsh/stage/usr/local/share/fsh/fshversion.py install -m 0644 fshconfig.py /construction/security/fsh/stage/usr/local/share/fsh/fshconfig.py install -m 0644 fshcompat.py /construction/security/fsh/stage/usr/local/share/fsh/fshcompat.py install -m 0644 /construction/security/fsh/fsh-1.2/*.pyc /construction/security/fsh/stage/usr/local/share/fsh ====> 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 ------------------------------------------------------------------------------- x====> 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 ------------------------------------------------------------------------------- x===> Building package for fsh-1.2_4 file sizes/checksums [20]: 0% file sizes/checksums [20]: 100% packing files [20]: 0% packing files [20]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:48