------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- ===> The following configuration options are available for iwidgets-4.0.1_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/x11-toolkits/iwidgets XDG_CONFIG_HOME=/construction/x11-toolkits/iwidgets XDG_CACHE_HOME=/construction/x11-toolkits/iwidgets/.cache HOME=/construction/x11-toolkits/iwidgets TMPDIR="/tmp" PATH=/construction/x11-toolkits/iwidgets/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/x11-toolkits/iwidgets/.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 ------------------------------------------------------------------------------- --with-itcl=/usr/local --exec-prefix=/usr/local --with-tcl=/usr/local/lib/tcl8.6 --with-tclinclude=/usr/local/include/tcl8.6 --with-tk=/usr/local/lib/tk8.6 --with-tkinclude=/usr/local/include/tk8.6 --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/x11-toolkits/iwidgets XDG_CONFIG_HOME=/construction/x11-toolkits/iwidgets XDG_CACHE_HOME=/construction/x11-toolkits/iwidgets/.cache HOME=/construction/x11-toolkits/iwidgets TMPDIR="/tmp" PATH=/construction/x11-toolkits/iwidgets/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/x11-toolkits/iwidgets/.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 -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -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 ------------------------------------------------------------------------------- INSTALL_ROOT=/construction/x11-toolkits/iwidgets/stage DESTDIR=/construction/x11-toolkits/iwidgets/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- IWIDGETS=iwidgets4.0.1 PORTDOCS="" TCL_PKG=iwidgets4.0.1 OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/iwidgets" EXAMPLESDIR="share/examples/iwidgets" DATADIR="share/iwidgets" WWWDIR="www/iwidgets" ETCDIR="etc/iwidgets" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- IWIDGETS=iwidgets4.0.1 PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/iwidgets DOCSDIR=/usr/local/share/doc/iwidgets EXAMPLESDIR=/usr/local/share/examples/iwidgets WWWDIR=/usr/local/www/iwidgets ETCDIR=/usr/local/etc/iwidgets 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/tcl86-8.6.13.pkg Installing /packages/All/itcl-3.4.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/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/libXrender-0.9.10_2.pkg Installing /packages/All/libXft-2.3.7.pkg Installing /packages/All/libXScrnSaver-1.2.4.pkg Installing /packages/All/tk86-8.6.13.pkg Installing /packages/All/itk-3.4.2.pkg SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iwidgets-4.0.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iwidgets-4.0.1_1 for building => SHA256 Checksum OK for iwidgets4.0.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iwidgets-4.0.1_1 for building ===> Extracting for iwidgets-4.0.1_1 => SHA256 Checksum OK for iwidgets4.0.1.tar.gz. Extracted Memory Use: 4.08M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for iwidgets-4.0.1_1 ===> Applying ports patches for iwidgets-4.0.1_1 from /xports/x11-toolkits/iwidgets/files /usr/bin/env WRKSRC=/construction/x11-toolkits/iwidgets/iwidgets4.0.1 REWARNFILE=/construction/x11-toolkits/iwidgets/reinplace_warnings.txt /bin/sh /xports/Mk/Scripts/sed_checked.sh -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=/bin/mkdir -p,' -e 's,^INSTALL =.*,INSTALL=install -c,' -e 's,^INSTALL_PROGRAM =.*,INSTALL_PROGRAM=install -s -m 555,' -e 's,^INSTALL_DATA =.*,INSTALL_DATA=install -m 0644,' -e 's,^INSTALL_SCRIPT =.*,INSTALL_SCRIPT=install -m 555,' -e 's,@ITCL_VERSION@,3.3,g' /construction/x11-toolkits/iwidgets/iwidgets4.0.1/Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on shared library: libitk.so - found (/usr/local/lib/libitk.so) ===> iwidgets-4.0.1_1 depends on shared library: libtk86.so - found (/usr/local/lib/libtk86.so) ===> iwidgets-4.0.1_1 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> iwidgets-4.0.1_1 depends on shared library: libitk.so - found (/usr/local/lib/libitk.so) ===> iwidgets-4.0.1_1 depends on shared library: libtk86.so - found (/usr/local/lib/libtk86.so) ===> iwidgets-4.0.1_1 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) ===> Configuring for iwidgets-4.0.1_1 configure: warning: x86_64-portbld-dragonfly6.5: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for Tcl configuration... found /usr/local/lib/tcl8.6/tclConfig.sh checking for existence of /usr/local/lib/tcl8.6/tclConfig.sh... loading checking for Tk configuration... found /usr/local/lib/tk8.6/tkConfig.sh checking for existence of /usr/local/lib/tk8.6/tkConfig.sh... loading checking for tclsh... /usr/local/bin/tclsh8.6 updating cache ./config.cache creating ./config.status creating Makefile creating iwidgets.tcl creating pkgIndex.tcl SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for iwidgets-4.0.1_1 ===> Generating temporary packing list ln -s /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1 /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets Installing source files from ./generic into /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1 Installing iwidgets.tcl and pkgIndex.tcl into /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1 Installing man pages from ./doc into /construction/x11-toolkits/iwidgets/stage/usr/local/man/mann install -m 0644 ./license.terms /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1 Installing demos from ./demos into /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1/demos Installing images from ./demos/images into /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1/demos/images for i in ./demos/images/*; do if [ -f $i ] ; then install -m 0644 $i /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1/demos/images; fi; done; Installing html man pages from ./demos/html into /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1/demos/html for i in ./demos/html/*; do if [ -f $i ] ; then install -m 0644 $i /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets4.0.1/demos/html; fi; done; /bin/rm -f /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets ln -s iwidgets4.0.1 /construction/x11-toolkits/iwidgets/stage/usr/local/lib/iwidgets /bin/mkdir -p /construction/x11-toolkits/iwidgets/stage/usr/local/share/doc/iwidgets install -m 0644 /construction/x11-toolkits/iwidgets/iwidgets4.0.1/doc/iwidgets.ps /construction/x11-toolkits/iwidgets/stage/usr/local/share/doc/iwidgets install -m 0644 /construction/x11-toolkits/iwidgets/iwidgets4.0.1/CHANGES /construction/x11-toolkits/iwidgets/stage/usr/local/share/doc/iwidgets install -m 0644 /construction/x11-toolkits/iwidgets/iwidgets4.0.1/ChangeLog /construction/x11-toolkits/iwidgets/stage/usr/local/share/doc/iwidgets install -m 0644 /construction/x11-toolkits/iwidgets/iwidgets4.0.1/README /construction/x11-toolkits/iwidgets/stage/usr/local/share/doc/iwidgets ====> 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: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 iwidgets-4.0.1_1 file sizes/checksums [248]: 0% file sizes/checksums [248]: 40% file sizes/checksums [248]: 80% file sizes/checksums [248]: 100% Service unavailablepacking files [248]: 0% packing files [248]: 40% packing files [248]: 80% packing files [248]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:10