------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.2.txz Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/curl-7.70.0.txz Installing /packages/All/jpeg-turbo-2.0.4.txz SUCCEEDED 00:00:18 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jp2a-1.0.9 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jp2a-1.0.9 for building => SHA256 Checksum OK for Talinx-jp2a-v1.0.9_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jp2a-1.0.9 for building ===> Extracting for jp2a-1.0.9 => SHA256 Checksum OK for Talinx-jp2a-v1.0.9_GH0.tar.gz. Extracted Memory Use: 2.14M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for jp2a-1.0.9 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/lib/libncurses.so.6 - found ===> jp2a-1.0.9 depends on package: pkgconf>=1.3.0_1 - found ===> jp2a-1.0.9 depends on package: autoconf>=2.69 - found ===> jp2a-1.0.9 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> jp2a-1.0.9 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/lib/libncurses.so.6 - found ===> jp2a-1.0.9 depends on package: pkgconf>=1.3.0_1 - found ===> jp2a-1.0.9 depends on package: autoconf>=2.69 - found ===> jp2a-1.0.9 depends on package: automake>=1.16.1 - found ===> jp2a-1.0.9 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> jp2a-1.0.9 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for jp2a-1.0.9 configure.ac:12: installing './compile' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' src/Makefile.am: installing './depcomp' 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 a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for jpeg_start_decompress in -ljpeg... yes checking enable-curl... yes checking for curl-config... no checking for curl_easy_init in -lcurl... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking for fcntl.h... (cached) yes checking curses.h usability... yes checking curses.h presence... no configure: WARNING: curses.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: curses.h: proceeding with the compiler's result checking for curses.h... yes checking term.h usability... yes checking term.h presence... no configure: WARNING: term.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: term.h: proceeding with the compiler's result checking for term.h... yes checking ncurses/term.h usability... yes checking ncurses/term.h presence... yes checking for ncurses/term.h... yes checking for tgetent in -lncurses... yes checking pkg-config is at least version 0.9.0... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for C/C++ restrict keyword... __restrict checking for size_t... (cached) yes checking for memset... (cached) yes checking for atexit... (cached) yes checking for pid_t... (cached) yes checking for vfork.h... (cached) no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for pid_t... (cached) yes checking whether to enable assertions... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for jp2a-1.0.9 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- aspect_ratio.o --- --- html.o --- --- terminal.o --- --- curl.o --- --- jp2a.o --- --- options.o --- --- image.o --- --- aspect_ratio.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT aspect_ratio.o -MD -MP -MF .deps/aspect_ratio.Tpo -c -o aspect_ratio.o aspect_ratio.c --- html.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT html.o -MD -MP -MF .deps/html.Tpo -c -o html.o html.c --- terminal.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT terminal.o -MD -MP -MF .deps/terminal.Tpo -c -o terminal.o terminal.c --- curl.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT curl.o -MD -MP -MF .deps/curl.Tpo -c -o curl.o curl.c --- options.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c --- jp2a.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT jp2a.o -MD -MP -MF .deps/jp2a.Tpo -c -o jp2a.o jp2a.c --- image.o --- cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.c --- terminal.o --- mv -f .deps/terminal.Tpo .deps/terminal.Po --- html.o --- mv -f .deps/html.Tpo .deps/html.Po --- curl.o --- mv -f .deps/curl.Tpo .deps/curl.Po --- jp2a.o --- mv -f .deps/jp2a.Tpo .deps/jp2a.Po --- aspect_ratio.o --- mv -f .deps/aspect_ratio.Tpo .deps/aspect_ratio.Po --- options.o --- mv -f .deps/options.Tpo .deps/options.Po --- image.o --- mv -f .deps/image.Tpo .deps/image.Po --- jp2a --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib -o jp2a aspect_ratio.o html.o terminal.o curl.o jp2a.o options.o image.o -ljpeg -lcurl -lncurses SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> jp2a-1.0.9 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for jp2a-1.0.9 ===> jp2a-1.0.9 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/graphics/jp2a/jp2a-1.0.9/src/jp2a /construction/graphics/jp2a/stage/usr/local/bin install -m 444 /construction/graphics/jp2a/jp2a-1.0.9/man/jp2a.1 /construction/graphics/jp2a/stage/usr/local/man/man1 install -m 0644 /construction/graphics/jp2a/jp2a-1.0.9/completion/bash/jp2a /construction/graphics/jp2a/stage/usr/local/etc/bash_completion.d ====> 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 jp2a-1.0.9 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:36