------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- MAKE=gmake XDG_DATA_HOME=/construction/graphics/libgfx XDG_CONFIG_HOME=/construction/graphics/libgfx XDG_CACHE_HOME=/construction/graphics/libgfx/.cache HOME=/construction/graphics/libgfx TMPDIR="/tmp" PATH=/construction/graphics/libgfx/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/libgfx/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --enable-gzstream --with-libtiff-lzw --with-x --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/libgfx XDG_CONFIG_HOME=/construction/graphics/libgfx XDG_CACHE_HOME=/construction/graphics/libgfx/.cache HOME=/construction/graphics/libgfx TMPDIR="/tmp" PATH=/construction/graphics/libgfx/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/libgfx/.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 -fPIC -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -fPIC -O2 -fno-strict-aliasing " 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/libgfx/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/libgfx" EXAMPLESDIR="share/examples/libgfx" DATADIR="share/libgfx" WWWDIR="www/libgfx" ETCDIR="etc/libgfx" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libgfx DOCSDIR=/usr/local/share/doc/libgfx EXAMPLESDIR=/usr/local/share/examples/libgfx WWWDIR=/usr/local/www/libgfx ETCDIR=/usr/local/etc/libgfx SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- 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/indexinfo-0.3.1.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/gmake-4.3_2.pkg Installing /packages/All/xorgproto-2022.1_1.pkg Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/libXdmcp-1.1.3.pkg Installing /packages/All/libxcb-1.15_1.pkg Installing /packages/All/libX11-1.8.6,1.pkg Installing /packages/All/libXext-1.3.4,1.pkg 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/libXrender-0.9.10_2.pkg Installing /packages/All/libXft-2.3.7.pkg Installing /packages/All/libXinerama-1.1.4_2,1.pkg 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/libglvnd-1.6.0.pkg Installing /packages/All/libGLU-9.0.2_2.pkg Installing /packages/All/jpeg-turbo-2.1.5.1.pkg Installing /packages/All/libXfixes-6.0.0.pkg Installing /packages/All/libXcursor-1.2.0.pkg Installing /packages/All/fltk-1.3.8.pkg 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/tiff-4.4.0_1.pkg Installing /packages/All/gzstream-1.5_3.pkg ===== Message from gzstream-1.5_3: -- ===> NOTICE: The gzstream 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:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libgfx 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 ------------------------------------------------------------------------------- ===> libgfx-1.1.0_12 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libgfx 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 ===> libgfx-1.1.0_12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libgfx-1.1.0_12 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libgfx 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 ===> libgfx-1.1.0_12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libgfx-1.1.0_12 for building => SHA256 Checksum OK for libgfx-1.1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libgfx 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 ===> libgfx-1.1.0_12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libgfx-1.1.0_12 for building ===> Extracting for libgfx-1.1.0_12 => SHA256 Checksum OK for libgfx-1.1.0.tar.gz. Extracted Memory Use: 0.88M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libgfx-1.1.0_12 ===> Applying ports patches for libgfx-1.1.0_12 from /xports/graphics/libgfx/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libgfx-1.1.0_12 depends on package: gmake>=4.3 - found ===> libgfx-1.1.0_12 depends on package: xorgproto>=0 - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> libgfx-1.1.0_12 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so) ===> libgfx-1.1.0_12 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so) ===> libgfx-1.1.0_12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libgfx-1.1.0_12 depends on shared library: libgzstream.so - found (/usr/local/lib/libgzstream.so) ===> libgfx-1.1.0_12 depends on shared library: libGLU.so - found (/usr/local/lib/libGLU.so) ===> libgfx-1.1.0_12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libgfx-1.1.0_12 depends on package: gmake>=4.3 - found ===> libgfx-1.1.0_12 depends on package: xorgproto>=0 - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/bin/ccache - found ===> libgfx-1.1.0_12 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so) ===> libgfx-1.1.0_12 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so) ===> libgfx-1.1.0_12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libgfx-1.1.0_12 depends on shared library: libgzstream.so - found (/usr/local/lib/libgzstream.so) ===> libgfx-1.1.0_12 depends on shared library: libGLU.so - found (/usr/local/lib/libGLU.so) ===> libgfx-1.1.0_12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for libgfx-1.1.0_12 configure: loading site script /xports/Templates/config.site 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 ANSI C... none needed checking how to run the C preprocessor... cpp checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for ranlib... ranlib checking for rm... /bin/rm checking for fltk-config... fltk-config checking for sqrt in -lm... yes checking for zlibVersion in -lz... yes checking for jpeg_start_compress in -ljpeg... yes checking for TIFFOpen in -ltiff... yes checking for png_read_image in -lpng... yes checking for egrep... grep -E 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 GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for GL/glext.h... yes checking for GL/glxext.h... no checking for GL/wglext.h... no checking for OpenGL/glext.h... no checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... (cached) yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for glBegin in -lGL... yes checking for glPolygonOffset... yes checking for glPolygonOffsetEXT... yes checking for FLTK library... yes checking for FLTK GL support... in libfltk_gl checking for ANSI C header files... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking hash_map usability... yes checking hash_map presence... yes checking for hash_map... yes checking hash_set usability... yes checking hash_set presence... yes checking for hash_set... yes checking ext/hash_map usability... yes checking ext/hash_map presence... yes checking for ext/hash_map... yes checking ext/hash_set usability... yes checking ext/hash_set presence... yes checking for ext/hash_set... yes checking valarray usability... yes checking valarray presence... yes checking for valarray... yes checking sstream usability... yes checking sstream presence... yes checking for sstream... yes checking strstream usability... yes checking strstream presence... yes checking for strstream... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for type bool... yes checking for working alloca.h... yes checking for alloca... yes checking for rint... yes checking for getrusage... (cached) yes checking for times... (cached) yes checking for random... (cached) yes checking for getopt... (cached) yes checking for getopt_long... yes configure: creating ./config.status config.status: creating gfx-config config.status: creating include/gfx/config.h SUCCEEDED 00:00:17 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libgfx-1.1.0_12 gmake[1]: Entering directory '/construction/graphics/libgfx/libgfx-1.1.0/src' c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE mat2.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE mat3.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE mat4.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE quat.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE symmat2.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE symmat3.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE symmat4.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE geom3d.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE raster.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE raster-pnm.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE raster-tiff.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE raster-jpeg.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE raster-png.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE time.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE script.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE color.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE gui.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE gltools.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE baseball.cxx raster-tiff.cxx: In function 'bool gfx::__tiff_write(TIFF*, const gfx::ByteRaster&)': raster-tiff.cxx:47:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 scanline_size = img.channels() * img.width(); ^~~~~~~~~~~~~ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx: At global scope: raster-tiff.cxx:88:69: warning: 'uint32' is deprecated [-Wdeprecated-declarations] void unpack_tiff_raster(uint32 *raster, ByteRaster *img, int npixels) ^ raster-tiff.cxx: In function 'gfx::ByteRaster* gfx::__tiff_read(TIFF*)': raster-tiff.cxx:108:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 w, h; ^ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx:108:15: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 w, h; ^ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx:109:12: warning: 'uint16' is deprecated [-Wdeprecated-declarations] uint16 nchan; ^~~~~ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:81:38: note: declared here typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx:116:13: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 *raster = (uint32 *)_TIFFmalloc(npixels * sizeof(uint32)); ^~~~~~ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx:116:30: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 *raster = (uint32 *)_TIFFmalloc(npixels * sizeof(uint32)); ^ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ raster-tiff.cxx:116:61: warning: 'uint32' is deprecated [-Wdeprecated-declarations] uint32 *raster = (uint32 *)_TIFFmalloc(npixels * sizeof(uint32)); ^~~~~~ In file included from /usr/local/include/tiffio.h:31, from raster-tiff.cxx:14: /usr/local/include/tiff.h:84:38: note: declared here typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; ^~~~~~ c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE trackball.cxx c++ -c -pipe -fPIC -O2 -fno-strict-aliasing -I/usr/local/include -Wall -Wno-sign-compare -I/construction/graphics/libgfx/libgfx-1.1.0/include -DHAVE_CONFIG_H -I/usr/local/include -DGFX_NAMESPACE arcball.cxx cc -pipe -fPIC -O2 -fno-strict-aliasing -L/usr/local/lib -shared -lfltk_gl -L/usr/local/lib -lm -R/usr/local/lib -lfltk -lXrender -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11 -lz -ljpeg -ltiff -lpng -lGL -lGLU -lX11 -lXext -lgzstream -o libgfx.so mat2.o mat3.o mat4.o quat.o symmat2.o symmat3.o symmat4.o geom3d.o raster.o raster-pnm.o raster-tiff.o raster-jpeg.o raster-png.o time.o script.o color.o gui.o gltools.o baseball.o trackball.o arcball.o gmake[1]: Leaving directory '/construction/graphics/libgfx/libgfx-1.1.0/src' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libgfx-1.1.0_12 ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found ===> libgfx-1.1.0_12 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> Generating temporary packing list install -s -m 0644 /construction/graphics/libgfx/libgfx-1.1.0/src/libgfx.so /construction/graphics/libgfx/stage/usr/local/lib ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency Warning: you need USE_XORG+=xrender Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency Warning: you need USE_XORG+=xcursor Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libXfixes.so.3 from x11/libXfixes but it is not declared as a dependency Warning: you need USE_XORG+=xfixes Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libexpat.so.1 from textproc/expat2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libexpat.so:textproc/expat2 Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libzstd.so.1 from archivers/zstd but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libzstd.so:archivers/zstd Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libjbig.so.2 from graphics/jbigkit but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libjbig.so:graphics/jbigkit Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libdeflate.so.0 from archivers/libdeflate but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdeflate.so:archivers/libdeflate Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libGLdispatch.so.0 from graphics/libglvnd but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libGLdispatch.so:graphics/libglvnd Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libGLX.so.0 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libOpenGL.so.0 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=opengl Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libbrotlidec.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlidec.so:archivers/brotli Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Error: /usr/local/lib/libgfx.so is linked to /usr/local/lib/libbrotlicommon.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlicommon.so:archivers/brotli Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- 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 libgfx-1.1.0_12 file sizes/checksums [34]: 0% file sizes/checksums [34]: 100% Service unavailablepacking files [34]: 0% packing files [34]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:27