------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libyaml-0.2.2.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/libedit-3.1.20191211,1.txz Installing /packages/All/libunwind-20170615.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/ruby-2.6.5,1.txz ===== Message from ruby-2.6.5,1: -- Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-rake: rake - Ruby Make devel/rubygem-rdoc: rdoc - Ruby Documentation System And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/rubygem-dbm: DBM module databases/rubygem-gdbm: GDBM module Install them as occasion demands. Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- 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/site/index.html, if documentation was installed). Installing /packages/All/expat-2.2.8.txz Installing /packages/All/fontconfig-2.12.6,1.txz Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libgd-2.2.5_2,1.txz SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ruby26-gd-0.8.0_6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ruby26-gd-0.8.0_6 for building => SHA256 Checksum OK for ruby/ruby-GD-0.7.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ruby26-gd-0.8.0_6 for building ===> Extracting for ruby26-gd-0.8.0_6 => SHA256 Checksum OK for ruby/ruby-GD-0.7.4.tar.gz. ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ruby26-gd-0.8.0_6 ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found ===> Applying ports patches for ruby26-gd-0.8.0_6 /usr/local/bin/ruby26 -i -pe 'sub %r:/win98/windows/FONTS:, "/usr/local/share/fonts/TrueType"' /construction/graphics/ruby-gd/ruby-GD-0.7.4/sample/gdtestttf.rb /usr/local/bin/ruby26 -i -pe 'sub %r:%%GD%%:, "gd"' /construction/graphics/ruby-gd/ruby-GD-0.7.4/extconf.rb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> ruby26-gd-0.8.0_6 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found ===> ruby26-gd-0.8.0_6 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> ruby26-gd-0.8.0_6 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) ===> Configuring for ruby26-gd-0.8.0_6 ===> Running extconf.rb to configure checking for ruby/io.h... yes checking for rb_io_t in ruby.h,rubyio.h... yes checking for rb_io_t.fd in ruby.h,rubyio.h... yes checking for -ljpeg... yes checking for -lttf... no checking for -lfreetype... yes checking for -lz... yes checking for -lpng... yes checking for gdImagePng() in -lgd... yes checking for -lm... yes checking for gdImageStringTTF()... yes checking for gdImageColorResolve()... yes checking for gdImageCreateFromJpeg()... yes checking for gdImageStringFT()... yes checking for gdImageAlphaBlending()... yes creating Makefile /usr/bin/env WRKSRC=/construction/graphics/ruby-gd/ruby-GD-0.7.4 REWARNFILE=/construction/graphics/ruby-gd/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|^V = 0|V = 1|' -e 's|^libdir = .*|libdir = /usr/local/lib|' /construction/graphics/ruby-gd/ruby-GD-0.7.4/Makefile SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ruby26-gd-0.8.0_6 --- GD.o --- cc -I. -I/usr/local/include/ruby-2.6//x86_64-dragonfly5 -I/usr/local/include/ruby-2.6//ruby/backward -I/usr/local/include/ruby-2.6/ -I. -DHAVE_RUBY_IO_H -DHAVE_TYPE_RB_IO_T -DHAVE_RB_IO_T_FD -DHAVE_ST_FD -DHAVE_GDIMAGESTRINGTTF -DHAVE_GDIMAGECOLORRESOLVE -DHAVE_GDIMAGECREATEFROMJPEG -DHAVE_GDIMAGESTRINGFT -DHAVE_GDIMAGEALPHABLENDING -I/usr/local/include -isystem /usr/local/include -fPIC -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -fPIC -DENABLE_GD_2_0 -o GD.o -c GD.c In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: GD.c: In function 'img_polygon': GD.c:1021:22: warning: passing argument 1 of 'rb_array_len' makes integer from pointer without a cast [-Wint-conversion] len = RARRAY_LEN(ply)/2; ^~~ /usr/local/include/ruby-2.6/ruby/ruby.h:1058:36: note: in definition of macro 'RARRAY_LEN' #define RARRAY_LEN(a) rb_array_len(a) ^ In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: /usr/local/include/ruby-2.6/ruby/ruby.h:2130:20: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'struct RArray *' rb_array_len(VALUE a) ~~~~~~^ In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: GD.c: In function 'img_filled_polygon': GD.c:1046:22: warning: passing argument 1 of 'rb_array_len' makes integer from pointer without a cast [-Wint-conversion] len = RARRAY_LEN(ply)/2; ^~~ /usr/local/include/ruby-2.6/ruby/ruby.h:1058:36: note: in definition of macro 'RARRAY_LEN' #define RARRAY_LEN(a) rb_array_len(a) ^ In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: /usr/local/include/ruby-2.6/ruby/ruby.h:2130:20: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'struct RArray *' rb_array_len(VALUE a) ~~~~~~^ GD.c: In function 'img_set_interlace': GD.c:1438:1: warning: type of 'img' defaults to 'int' [-Wimplicit-int] img_set_interlace(img, val) ^~~~~~~~~~~~~~~~~ GD.c:1438:1: warning: type of 'val' defaults to 'int' [-Wimplicit-int] In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: GD.c: In function 'ply_vertices': GD.c:1809:40: warning: passing argument 1 of 'rb_array_len' makes integer from pointer without a cast [-Wint-conversion] VALUE ary = rb_ary_new2(RARRAY_LEN(ply)/2); ^~~ /usr/local/include/ruby-2.6/ruby/ruby.h:1058:36: note: in definition of macro 'RARRAY_LEN' #define RARRAY_LEN(a) rb_array_len(a) ^ In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: /usr/local/include/ruby-2.6/ruby/ruby.h:2130:20: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'struct RArray *' rb_array_len(VALUE a) ~~~~~~^ In file included from /usr/local/include/ruby-2.6/ruby.h:33, from GD.c:12: GD.c:1811:30: warning: passing argument 1 of 'rb_array_len' makes integer from pointer without a cast [-Wint-conversion] for (i = 0; i ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ruby26-gd-0.8.0_6 ===> ruby26-gd-0.8.0_6 depends on file: /usr/local/bin/ruby26 - found ===> Generating temporary packing list /bin/mkdir -p . /construction/graphics/ruby-gd/stage/usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5 exit > ./.sitearchdir.time /usr/bin/install -c -m 0755 GD.so /construction/graphics/ruby-gd/stage/usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5 /bin/mkdir -p /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ja install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/Changes /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/TODO /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/readme.en /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/doc/INSTALL.en /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/doc/manual.html /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/doc/manual.rd /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/doc/manual_index.html /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/readme.ja /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ja/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/doc/INSTALL.ja /construction/graphics/ruby-gd/stage/usr/local/share/doc/ruby26/gd/ja/ /bin/mkdir -p /construction/graphics/ruby-gd/stage/usr/local/share/examples/ruby26/gd install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/sample/example.rb /construction/graphics/ruby-gd/stage/usr/local/share/examples/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/sample/gdtestttf.rb /construction/graphics/ruby-gd/stage/usr/local/share/examples/ruby26/gd/ install -m 0644 /construction/graphics/ruby-gd/ruby-GD-0.7.4/sample/webpng.rb /construction/graphics/ruby-gd/stage/usr/local/share/examples/ruby26/gd/ ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.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/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.so is linked to /usr/local/lib/libjpeg.so.8 from graphics/jpeg-turbo but it is not declared as a dependency Warning: you need USES+=jpeg Error: /usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.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/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.so is linked to /usr/local/lib/libtiff.so.5 from graphics/tiff but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libtiff.so:graphics/tiff Error: /usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.so is linked to /usr/local/lib/libwebp.so.7 from graphics/webp but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwebp.so:graphics/webp Error: /usr/local/lib/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.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/ruby/site_ruby/2.6/x86_64-dragonfly5/GD.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 Notice: Please install sysutils/rubygem-bundler for additional Gemfile-checks Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ruby26-gd-0.8.0_6 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:22