------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/perl5-5.30.3.txz ===== Message from perl5-5.30.3: -- 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-Archive-Extract-0.86.txz Installing /packages/All/p5-File-Which-1.23.txz Installing /packages/All/p5-Class-Inspector-1.36.txz Installing /packages/All/p5-File-ShareDir-1.116.txz Installing /packages/All/p5-Capture-Tiny-0.48.txz Installing /packages/All/p5-Algorithm-Diff-1.1903.txz Installing /packages/All/p5-Text-Diff-1.45.txz Installing /packages/All/p5-Text-Patch-1.8_1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/aalib-1.4.r5_13.txz ===== Message from aalib-1.4.r5_13: -- ===> NOTICE: The aalib 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.3.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/wayland-1.18.0.txz Installing /packages/All/pciids-20200624.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libunwind-20200331.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_2,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/mesa-libs-19.0.8_2.txz Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/sdl-1.2.15_15,2.txz ===== Message from sdl-1.2.15_15,2: -- Your SDL library has been built with libvgl support, which means that you can run almost any SDL application straight on your console (VESA 2.0 compatible videocard is required). To do this you have to load the vesa kernel module or enable it in your kernel, and set environment variable "SDL_VIDEODRIVER=vgl". Installing /packages/All/p5-Module-Build-0.4231.txz Installing /packages/All/sdl_gfx-2.0.26.txz 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/sdl_image-1.2.12_12.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/flac-1.3.3.txz Installing /packages/All/libmikmod-3.3.11.1_1.txz Installing /packages/All/smpeg-0.4.4_15.txz Installing /packages/All/libvorbis-1.3.7_2,3.txz Installing /packages/All/timidity-0.2i_1.txz ===== Message from timidity-0.2i_1: -- ===> NOTICE: The timidity 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/sdl_mixer-1.2.12_12.txz Installing /packages/All/pcre-8.44.txz Installing /packages/All/libiconv-1.16.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.8_1.txz ===== Message from python37-3.7.8_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_9,1.txz No schema files found: doing nothing. Installing /packages/All/freetype2-2.10.2.txz ===== Message from freetype2-2.10.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/site/index.html, if documentation was installed). Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.8.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /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/fribidi-0.19.7.txz Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_4.txz Installing /packages/All/sdl_pango-0.1.2_11.txz ===== Message from sdl_pango-0.1.2_11: -- ===> NOTICE: The sdl_pango 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://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Installing /packages/All/sdl_ttf-2.0.11_7.txz SUCCEEDED 00:00:35 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Alien-SDL-1.446_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Alien-SDL-1.446_1 for building => SHA256 Checksum OK for Alien-SDL-1.446.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Alien-SDL-1.446_1 for building ===> Extracting for p5-Alien-SDL-1.446_1 => SHA256 Checksum OK for Alien-SDL-1.446.tar.gz. Extracted Memory Use: 1.36M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for p5-Alien-SDL-1.446_1 ===> Applying ports patches for p5-Alien-SDL-1.446_1 from /xports/devel/p5-Alien-SDL/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on package: p5-Archive-Extract>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-Which>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-ShareDir>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Capture-Tiny>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Text-Patch>=1.4 - found ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/bin/sdl-config - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Module-Build>=0.4206 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_gfx.so - found (/usr/local/lib/libSDL_gfx.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_image.so - found (/usr/local/lib/libSDL_image.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_mixer.so - found (/usr/local/lib/libSDL_mixer.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_Pango.so - found (/usr/local/lib/libSDL_Pango.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL.so - found (/usr/local/lib/libSDL.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_ttf.so - found (/usr/local/lib/libSDL_ttf.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on package: p5-Archive-Extract>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-Which>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-ShareDir>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Capture-Tiny>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Text-Patch>=1.4 - found ===> p5-Alien-SDL-1.446_1 depends on file: /usr/local/bin/sdl-config - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Module-Build>=0.4206 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_gfx.so - found (/usr/local/lib/libSDL_gfx.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_image.so - found (/usr/local/lib/libSDL_image.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_mixer.so - found (/usr/local/lib/libSDL_mixer.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_Pango.so - found (/usr/local/lib/libSDL_Pango.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL.so - found (/usr/local/lib/libSDL.so) ===> p5-Alien-SDL-1.446_1 depends on shared library: libSDL_ttf.so - found (/usr/local/lib/libSDL_ttf.so) ===> Configuring for p5-Alien-SDL-1.446_1 Welcome to Alien::SDL module installation ----------------------------------------- checking operating system... dragonfly checking for cc... yes checking build system type... x86_64-dragonfly-thread-multi checking platform specific module... using 'My::Builder::Unix' Checking prerequisites... build_requires: ! Archive::Zip is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. checking for config script... yes, /usr/local/bin/sdl-config Using already installed SDL ver=1.2.15 path=/usr/local Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Alien-SDL' version '1.446' SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for p5-Alien-SDL-1.446_1 Build option used: Already installed SDL ver=1.2.15 path=/usr/local Building Alien-SDL SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> p5-Alien-SDL-1.446_1 depends on package: p5-Archive-Extract>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-Which>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-ShareDir>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Capture-Tiny>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for p5-Alien-SDL-1.446_1 ===> p5-Alien-SDL-1.446_1 depends on package: p5-Archive-Extract>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-Which>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-File-ShareDir>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: p5-Capture-Tiny>=0 - found ===> p5-Alien-SDL-1.446_1 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list Build option used: Already installed SDL ver=1.2.15 path=/usr/local Building Alien-SDL Installing /construction/devel/p5-Alien-SDL/stage/usr/local/lib/perl5/site_perl/Alien/SDL.pm Installing /construction/devel/p5-Alien-SDL/stage/usr/local/lib/perl5/site_perl/Alien/SDL/ConfigData.pm Installing /construction/devel/p5-Alien-SDL/stage/usr/local/lib/perl5/site_perl/man/man3/Alien::SDL::ConfigData.3 Installing /construction/devel/p5-Alien-SDL/stage/usr/local/lib/perl5/site_perl/man/man3/Alien::SDL.3 Installing /construction/devel/p5-Alien-SDL/stage/usr/local/bin/sdl-config.pl ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: archivers/p5-Archive-Extract was in Perl CORE. Check with `corelist Archive::Extract 0` and `corelist -a Archive::Extract` if it should be conditionally added depending on PERL_LEVEL Warning: devel/p5-Module-Build was in Perl CORE. Check with `corelist Module::Build 0.4206` and `corelist -a Module::Build` if it should be conditionally added depending on PERL_LEVEL 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:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for p5-Alien-SDL-1.446_1 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:44