------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.51.txz ===== Message from ca_root_nss-3.51: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/curl-7.68.0.txz Installing /packages/All/libinotify-20180201_1.txz ===== Message from libinotify-20180201_1: -- Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- 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/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/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/lcms2-2.9.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.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/tcl86-8.6.10.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/tk86-8.6.10_1.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-olefile-0.46.txz Installing /packages/All/py37-tkinter-3.7.6_6.txz Installing /packages/All/py37-pillow-7.0.0.txz Installing /packages/All/mono-5.10.1.57_3.txz ===== Message from mono-5.10.1.57_3: -- If you have build/runtime errors with Mono and Gtk# apps please try the following first: * Build Mono and gtk+ (x11-toolkits/gtk20) without CPUTYPE and with the default FreeBSD CFLAGS ('-O2 -fno-strict-aliasing -pipe') as Mono has been known to expose compiler bugs. * Try building and running Mono with the GENERIC kernel. - Mono requires SYSVSHM, SYSVMSG, and SYSVSEM which are part of the GENERIC kernel. - Removing kernel options or changing defaults to use experimental options can adversely affect Mono's ability to build and run. * Remove leftover semaphores / increase semaphore limits. - Close apps which use Mono and run `ipcs -sbt`. Remove the semaphores with MODE "--rw-------" and NSEMS "8" using ipcrm (1) - _OR_ simply reboot which is the safest method. - On multi-user systems the semaphore limits may need to be increased from the defaults. The following should comfortably support 30 users. # echo "kern.ipc.semmni=40" >> /boot/loader.conf # echo "kern.ipc.semmns=300" >> /boot/loader.conf * If you are in a jailed environment, ensure System V IPC are enabled. You can rely on the security.jail.sysvipc_allowed sysctl to check this status. The following enables this feature on the host system: # echo "jail_sysvipc_allow=\"YES\"" >> /etc/rc.conf * Some process information are accessed through /proc (e.g. when using NUnit) and procfs(5) has to be mounted for these features to work: # echo "proc /proc procfs rw 0 0" >> /etc/fstab Installing /packages/All/libzen-19.09.txz Installing /packages/All/tinyxml2-7.1.0,1.txz Installing /packages/All/libmediainfo-19.09.txz Installing /packages/All/mediainfo-19.09.txz Installing /packages/All/sqlite3-3.30.1_1,1.txz SUCCEEDED 00:01:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on file: /usr/local/sbin/pkg - found => Radarr.develop.0.2.0.1480.linux.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://github.com/Radarr/Radarr/releases/download/v0.2.0.1480/Radarr.develop.0.2.0.1480.linux.tar.gz Radarr.develop.0.2.0.1480.linux.tar.gz 0% of 7421 kB 0 Bps Radarr.develop.0.2.0.1480.linux.tar.gz 7% of 7421 kB 720 kBps Radarr.develop.0.2.0.1480.linux.tar.gz 18% of 7421 kB 811 kBps Radarr.develop.0.2.0.1480.linux.tar.gz 29% of 7421 kB 856 kBps 07s Radarr.develop.0.2.0.1480.linux.tar.gz 41% of 7421 kB 840 kBps 05s Radarr.develop.0.2.0.1480.linux.tar.gz 52% of 7421 kB 827 kBps 04s Radarr.develop.0.2.0.1480.linux.tar.gz 64% of 7421 kB 854 kBps 03s Radarr.develop.0.2.0.1480.linux.tar.gz 76% of 7421 kB 873 kBps 02s Radarr.develop.0.2.0.1480.linux.tar.gz 87% of 7421 kB 845 kBps 01s Radarr.develop.0.2.0.1480.linux.tar.gz 98% of 7421 kB 840 kBps 09s Radarr.develop.0.2.0.1480.linux.tar.gz 7421 kB 835 kBps 09s ===> Fetching all distfiles required by radarr-0.2.0.1480 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by radarr-0.2.0.1480 for building => SHA256 Checksum OK for Radarr.develop.0.2.0.1480.linux.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by radarr-0.2.0.1480 for building ===> Extracting for radarr-0.2.0.1480 => SHA256 Checksum OK for Radarr.develop.0.2.0.1480.linux.tar.gz. Extracted Memory Use: 21.52M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for radarr-0.2.0.1480 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> Configuring for radarr-0.2.0.1480 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> radarr-0.2.0.1480 depends on package: mono>0 - found ===> radarr-0.2.0.1480 depends on package: mediainfo>0 - found ===> radarr-0.2.0.1480 depends on package: sqlite3>0 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for radarr-0.2.0.1480 ===> radarr-0.2.0.1480 depends on package: mono>0 - found ===> radarr-0.2.0.1480 depends on package: mediainfo>0 - found ===> radarr-0.2.0.1480 depends on package: sqlite3>0 - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users install -d -m 755 /construction/net-p2p/radarr/stage//usr/local/share/radarr cd /construction/net-p2p/radarr/Radarr && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE \* /construction/net-p2p/radarr/stage//usr/local/share/radarr ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for radarr-0.2.0.1480 file sizes/checksums [207]: 0% file sizes/checksums [207]: 48% file sizes/checksums [207]: 96% file sizes/checksums [207]: 100% packing files [207]: 0% packing files [207]: 48% packing files [207]: 96% packing files [207]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:30 TOTAL TIME 00:01:47