------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/a2png XDG_CONFIG_HOME=/construction/graphics/a2png XDG_CACHE_HOME=/construction/graphics/a2png/.cache HOME=/construction/graphics/a2png TMPDIR="/tmp" PATH=/construction/graphics/a2png/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/a2png/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --enable-gd --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/a2png XDG_CONFIG_HOME=/construction/graphics/a2png XDG_CACHE_HOME=/construction/graphics/a2png/.cache HOME=/construction/graphics/a2png TMPDIR="/tmp" PATH=/construction/graphics/a2png/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/a2png/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -DDEFAULT_FONTPATH='\"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts\"' -O2 -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS=" -pipe -DDEFAULT_FONTPATH='\"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts\"' -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/graphics/a2png/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/a2png" EXAMPLESDIR="share/examples/a2png" DATADIR="share/a2png" WWWDIR="www/a2png" ETCDIR="etc/a2png" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/a2png DOCSDIR=/usr/local/share/doc/a2png EXAMPLESDIR=/usr/local/share/examples/a2png WWWDIR=/usr/local/www/a2png ETCDIR=/usr/local/etc/a2png SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). Installing /packages/All/expat-2.5.0.pkg Installing /packages/All/fontconfig-2.14.2,1.pkg Running fc-cache to build fontconfig cache... Installing /packages/All/libdeflate-1.18.pkg Installing /packages/All/jbigkit-2.1_1.pkg Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/jpeg-turbo-2.1.5.1.pkg Installing /packages/All/tiff-4.4.0_1.pkg Installing /packages/All/giflib-5.2.1.pkg Installing /packages/All/webp-1.3.0_1.pkg Installing /packages/All/libgd-2.3.3_5,1.pkg SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The a2png 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://docs.freebsd.org/en/articles/contributing/#ports-contributing SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> a2png-0.1.5_11 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The a2png 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://docs.freebsd.org/en/articles/contributing/#ports-contributing ===> a2png-0.1.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by a2png-0.1.5_11 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The a2png 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://docs.freebsd.org/en/articles/contributing/#ports-contributing ===> a2png-0.1.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by a2png-0.1.5_11 for building => SHA256 Checksum OK for a2png-0.1.5.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The a2png 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://docs.freebsd.org/en/articles/contributing/#ports-contributing ===> a2png-0.1.5_11 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by a2png-0.1.5_11 for building ===> Extracting for a2png-0.1.5_11 => SHA256 Checksum OK for a2png-0.1.5.tar.bz2. Extracted Memory Use: 0.80M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for a2png-0.1.5_11 ===> Applying ports patches for a2png-0.1.5_11 from /xports/graphics/a2png/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> a2png-0.1.5_11 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> a2png-0.1.5_11 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> a2png-0.1.5_11 depends on file: /usr/local/bin/ccache - found ===> a2png-0.1.5_11 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) ===> Configuring for a2png-0.1.5_11 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 gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking --enable-cairo... no checking --enable-gd... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of cc... gcc3 checking for gdlib-config... /construction/graphics/a2png/.bin/gdlib-config checking for gdImageCreate in -lgd... 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... (cached) yes checking for memset... (cached) yes checking for strcasecmp... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking whether stat accepts an empty string... no checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating src/config.h config.status: executing depfiles commands Build settings: Use cairo graphics ........ no Use gdlib ................. yes CFLAGS = -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing CPPFLAGS = -isystem /usr/local/include LDFLAGS = You can now make a2png and test it by typing: make check SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for a2png-0.1.5_11 --- all-recursive --- Making all in src/ --- all --- /usr/bin/make all-am --- a2png.o --- --- engine_t.o --- --- image.o --- --- image_point_t.o --- --- options_t.o --- --- parse.o --- --- a2png.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT a2png.o -MD -MP -MF ".deps/a2png.Tpo" -c -o a2png.o a2png.c; then mv -f ".deps/a2png.Tpo" ".deps/a2png.Po"; else rm -f ".deps/a2png.Tpo"; exit 1; fi --- image.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT image.o -MD -MP -MF ".deps/image.Tpo" -c -o image.o image.c; then mv -f ".deps/image.Tpo" ".deps/image.Po"; else rm -f ".deps/image.Tpo"; exit 1; fi --- image_point_t.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT image_point_t.o -MD -MP -MF ".deps/image_point_t.Tpo" -c -o image_point_t.o image_point_t.c; then mv -f ".deps/image_point_t.Tpo" ".deps/image_point_t.Po"; else rm -f ".deps/image_point_t.Tpo"; exit 1; fi --- options_t.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT options_t.o -MD -MP -MF ".deps/options_t.Tpo" -c -o options_t.o options_t.c; then mv -f ".deps/options_t.Tpo" ".deps/options_t.Po"; else rm -f ".deps/options_t.Tpo"; exit 1; fi --- parse.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT parse.o -MD -MP -MF ".deps/parse.Tpo" -c -o parse.o parse.c; then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo"; exit 1; fi --- engine_t.o --- if cc -DHAVE_CONFIG_H -I. -I. -I. -isystem /usr/local/include -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -MT engine_t.o -MD -MP -MF ".deps/engine_t.Tpo" -c -o engine_t.o engine_t.c; then mv -f ".deps/engine_t.Tpo" ".deps/engine_t.Po"; else rm -f ".deps/engine_t.Tpo"; exit 1; fi --- a2png --- cc -pipe -DDEFAULT_FONTPATH='"/usr/local/share/fonts/TTF:/usr/local/share/fonts/Type1:/usr/local/share/fonts"' -O2 -isystem /usr/local/include -fno-strict-aliasing -o a2png a2png.o engine_t.o image.o image_point_t.o options_t.o parse.o -lgd -L/usr/local/lib Making all in test/ SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for a2png-0.1.5_11 ===> Generating temporary packing list install -s -m 555 /construction/graphics/a2png/a2png-0.1.5/src/a2png /construction/graphics/a2png/stage/usr/local/bin install -m 444 /construction/graphics/a2png/a2png-0.1.5/man/a2png.1 /construction/graphics/a2png/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: 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 a2png-0.1.5_11 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% Service unavailablepacking files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08