------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- 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 Installing /packages/All/perl5-5.30.1.txz ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-GD-2.71.txz Installing /packages/All/p5-GD-TextUtil-0.86_5.txz SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-GD-Graph-1.54 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-GD-Graph-1.54 for building => SHA256 Checksum OK for GDGraph-1.54.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-GD-Graph-1.54 for building ===> Extracting for p5-GD-Graph-1.54 => SHA256 Checksum OK for GDGraph-1.54.tar.gz. Extracted Memory Use: 0.68M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-GD-Graph-1.54 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on package: p5-GD>=0 - found ===> p5-GD-Graph-1.54 depends on package: p5-GD-TextUtil>=0 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on package: p5-GD>=0 - found ===> p5-GD-Graph-1.54 depends on package: p5-GD-TextUtil>=0 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for p5-GD-Graph-1.54 Checking if your kit is complete... Looks good Warning: prerequisite Capture::Tiny 0.30 not found. Warning: prerequisite Test::Exception 0.40 not found. Generating a Unix-style Makefile Writing Makefile for GD::Graph Writing MYMETA.yml and MYMETA.json The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. UPDATE: Running the examples is part of the test procedure now. You are still encouraged to run check them out to learn from them and to see the ouput images. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-GD-Graph-1.54 --- blib/lib/GD/.exists --- --- blib/arch/.exists --- --- blib/lib/auto/GD/Graph/.exists --- --- blib/arch/auto/GD/Graph/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- pm_to_blib --- --- blibdirs --- --- config --- --- dynamic --- --- linkext --- --- pm_to_blib --- cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph.pm blib/lib/GD/Graph.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm --- pure_all --- --- manifypods --- Manifying 6 pod documents --- all --- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-GD-Graph-1.54 depends on package: p5-GD>=0 - found ===> p5-GD-Graph-1.54 depends on package: p5-GD-TextUtil>=0 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-GD-Graph-1.54 ===> p5-GD-Graph-1.54 depends on package: p5-GD>=0 - found ===> p5-GD-Graph-1.54 depends on package: p5-GD-TextUtil>=0 - found ===> p5-GD-Graph-1.54 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list Manifying 6 pod documents Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/lines.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/pie.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/linespoints.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/area.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/Error.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/FAQ.pod Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/colour.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/utils.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/points.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/Data.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/axestype.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/hbars.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/bars.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/GD/Graph/mixed.pm Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph::Error.3 Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph::colour.3 Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph::FAQ.3 Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph::Data.3 Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph.3 Installing /construction/graphics/p5-GD-Graph/stage/usr/local/lib/perl5/site_perl/man/man3/GD::Graph::hbars.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-GD-Graph-1.54 file sizes/checksums [22]: 0% file sizes/checksums [22]: 100% packing files [22]: 0% packing files [22]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:18