------------------------------------------------------------------------------- -- 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 PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/graphics/kplot XDG_CONFIG_HOME=/construction/graphics/kplot XDG_CACHE_HOME=/construction/graphics/kplot/.cache HOME=/construction/graphics/kplot TMPDIR="/tmp" PATH=/construction/graphics/kplot/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/kplot/.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" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/kplot XDG_CONFIG_HOME=/construction/graphics/kplot XDG_CACHE_HOME=/construction/graphics/kplot/.cache HOME=/construction/graphics/kplot TMPDIR="/tmp" PATH=/construction/graphics/kplot/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/kplot/.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 LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -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 -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/kplot/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" GTK4_VERSION="4.0.0" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/kplot" EXAMPLESDIR="share/examples/kplot" DATADIR="share/kplot" WWWDIR="www/kplot" ETCDIR="etc/kplot" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/kplot DOCSDIR=/usr/local/share/doc/kplot EXAMPLESDIR=/usr/local/share/examples/kplot WWWDIR=/usr/local/www/kplot ETCDIR=/usr/local/etc/kplot 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/pkgconf-1.8.1,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/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/libffi-3.4.4.pkg Installing /packages/All/pcre2-10.42.pkg Installing /packages/All/ncurses-6.4.pkg ===== Message from ncurses-6.4: -- To get the terminfo database please install the terminfo-db package: pkg install terminfo-db Installing /packages/All/readline-8.2.1.pkg Installing /packages/All/libxml2-2.10.4.pkg Installing /packages/All/libiconv-1.17.pkg Installing /packages/All/mpdecimal-2.5.1.pkg Installing /packages/All/openssl-1.1.1u,1.pkg Installing /packages/All/python39-3.9.17.pkg ===== Message from python39-3.9.17: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py39-gdbm databases/py-gdbm@py39 py39-sqlite3 databases/py-sqlite3@py39 py39-tkinter x11-toolkits/py-tkinter@py39 Installing /packages/All/glib-2.76.4,2.pkg Generating GIO modules cache Compiling glib schemas No schema files found: doing nothing. Installing /packages/All/libXau-1.0.9.pkg Installing /packages/All/xorgproto-2022.1_1.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/libglvnd-1.6.0.pkg Installing /packages/All/pixman-0.42.2.pkg Installing /packages/All/libXrender-0.9.10_2.pkg Installing /packages/All/cairo-1.17.4_2,3.pkg SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kplot-0.1.15 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kplot-0.1.15 for building => SHA256 Checksum OK for kristapsdz-kplot-VERSION_0_1_15_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kplot-0.1.15 for building ===> Extracting for kplot-0.1.15 => SHA256 Checksum OK for kristapsdz-kplot-VERSION_0_1_15_GH0.tar.gz. Extracted Memory Use: 0.39M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for kplot-0.1.15 ===> Applying ports patches for kplot-0.1.15 from /xports/graphics/kplot/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on package: gmake>=4.3 - found ===> kplot-0.1.15 depends on package: pkgconf>=1.3.0_1 - found ===> kplot-0.1.15 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> kplot-0.1.15 depends on package: gmake>=4.3 - found ===> kplot-0.1.15 depends on package: pkgconf>=1.3.0_1 - found ===> kplot-0.1.15 depends on file: /usr/local/bin/ccache - found ===> kplot-0.1.15 depends on shared library: libcairo.so - found (/usr/local/lib/libcairo.so) ===> Configuring for kplot-0.1.15 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for kplot-0.1.15 gmake[1]: Entering directory '/construction/graphics/kplot/kplot-VERSION_0_1_15' ( cat compat.pre.h ; \ CC="cc" CFLAGS="-pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC" sh compat.sh reallocarray ; \ cat compat.post.h ; ) >compat.h cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o array.o -c array.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o border.o -c border.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o bucket.o -c bucket.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o buffer.o -c buffer.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o colours.o -c colours.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o draw.o -c draw.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o grid.o -c grid.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o hist.o -c hist.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o label.o -c label.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o kdata.o -c kdata.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o kplot.o -c kplot.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o margin.o -c margin.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o mean.o -c mean.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o plotctx.o -c plotctx.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o reallocarray.o -c reallocarray.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o stddev.o -c stddev.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o tic.o -c tic.c cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o vector.o -c vector.c cc -shared -o libkplot.so array.o border.o bucket.o buffer.o colours.o draw.o grid.o hist.o label.o kdata.o kplot.o margin.o mean.o plotctx.o reallocarray.o stddev.o tic.o vector.o -L/usr/local/lib -lcairo cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example0 example0.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example1 example1.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example2 example2.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example3 example3.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example4 example4.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example5 example5.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example6 example6.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example7 example7.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example8 example8.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example9 example9.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example10 example10.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example11 example11.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example12 example12.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -fPIC `pkg-config --cflags --silence-errors cairo || echo '-I/opt/X11/include/cairo'` -o example13 example13.c libkplot.so `pkg-config --libs --silence-errors cairo || echo '-L/opt/X11/lib -lcairo'` -lm gmake[1]: Leaving directory '/construction/graphics/kplot/kplot-VERSION_0_1_15' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for kplot-0.1.15 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/graphics/kplot/kplot-VERSION_0_1_15' mkdir -p /construction/graphics/kplot/stage/usr/local/lib mkdir -p /construction/graphics/kplot/stage/usr/local/include mkdir -p /construction/graphics/kplot/stage/usr/local/share/man/man3 install -m 0444 libkplot.so /construction/graphics/kplot/stage/usr/local/lib install -m 0444 kplot.h /construction/graphics/kplot/stage/usr/local/include install -m 0444 man/kdata_array_alloc.3 man/kdata_array_fill.3 man/kdata_bucket_alloc.3 man/kdata_bucket_add.3 man/kdata_buffer_alloc.3 man/kdata_buffer_copy.3 man/kdata_destroy.3 man/kdata_get.3 man/kdata_hist_alloc.3 man/kdata_hist_add.3 man/kdata_mean_alloc.3 man/kdata_mean_attach.3 man/kdata_pmfmean.3 man/kdata_pmfstddev.3 man/kdata_pmfvar.3 man/kdata_stddev_alloc.3 man/kdata_stddev_attach.3 man/kdata_vector_append.3 man/kdata_vector_alloc.3 man/kdata_xmax.3 man/kdata_xmean.3 man/kdata_xmin.3 man/kdata_xstddev.3 man/kdatacfg_defaults.3 man/kplot.3 man/kplot_alloc.3 man/kplot_attach_data.3 man/kplot_attach_datas.3 man/kplot_attach_smooth.3 man/kplot_detach.3 man/kplot_draw.3 man/kplot_free.3 man/kplot_get_datacfg.3 man/kplot_get_plotcfg.3 man/kplotcfg_defaults.3 /construction/graphics/kplot/stage/usr/local/man/man3 gmake[1]: Leaving directory '/construction/graphics/kplot/kplot-VERSION_0_1_15' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libkplot.so is linked to /usr/local/lib/libpixman-1.so.0 from x11/pixman but it is not declared as a dependency Warning: you need USE_XORG+=pixman Error: /usr/local/lib/libkplot.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/libkplot.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/libkplot.so is linked to /usr/local/lib/libEGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=egl Error: /usr/local/lib/libkplot.so is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libkplot.so is linked to /usr/local/lib/libxcb-shm.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libkplot.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/libkplot.so is linked to /usr/local/lib/libxcb-render.so.0 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libkplot.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/libkplot.so is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/lib/libkplot.so is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/lib/libkplot.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/libkplot.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/libkplot.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/libkplot.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/libkplot.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/libkplot.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/libkplot.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/libkplot.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 kplot-0.1.15 file sizes/checksums [37]: 0% file sizes/checksums [37]: 100% Service unavailablepacking files [37]: 0% packing files [37]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10