------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/icu-67.1,1.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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/postgresql11-client-11.7.txz ===== Message from postgresql11-client-11.7: -- The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-psycopg2 For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... Installing /packages/All/postgresql11-server-11.7_2.txz ===> Creating groups. Creating group 'postgres' with gid '770'. ===> Creating users Creating user 'postgres' with uid '770'. ===> Creating homedir(s) =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 8.3.x -> 8.4), a dump and restore of all databases is required. This is *NOT* done by the port! =========================================== ===== Message from postgresql11-server-11.7_2: -- For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perform vacuum on all databases nightly. Per default, it performs `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/data/postgresql.conf for more info NB. If you're not using a checksumming filesystem like ZFS, you might wish to enable data checksumming. It can only be enabled during the initdb phase, by adding the "--data-checksums" flag to the postgres_initdb_flags rcvar. Check the initdb(1) manpage for more info and make sure you understand the performance implications. ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf Installing /packages/All/libnghttp2-1.40.0.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- 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/curl-7.70.0.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libargon2-20190702.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/php72-7.2.30.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/db5-5.3.28_7.txz Installing /packages/All/apr-1.7.0.1.6.1_1.txz ===== Message from apr-1.7.0.1.6.1_1: -- The Apache Portable Runtime project removed support for FreeTDS with version 1.6. Users requiring MS-SQL connectivity must migrate configurations to use the added ODBC driver and FreeTDS' ODBC features. Installing /packages/All/apache24-2.4.43.txz ===> Creating groups. Using existing group 'www'. ===> Creating users Using existing user 'www'. ===== Message from apache24-2.4.43: -- To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! Installing /packages/All/php72-curl-7.2.30.txz ===== Message from php72-curl-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-curl.ini Installing /packages/All/php72-bcmath-7.2.30.txz ===== Message from php72-bcmath-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-bcmath.ini Installing /packages/All/php72-pdo-7.2.30.txz ===== Message from php72-pdo-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-pdo.ini Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/libmcrypt-2.5.8_3.txz Installing /packages/All/php72-pecl-mcrypt-1.0.3.txz ===== Message from php72-pecl-mcrypt-1.0.3: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-mcrypt.ini Installing /packages/All/php72-hash-7.2.30.txz ===== Message from php72-hash-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-hash.ini Installing /packages/All/php72-session-7.2.30.txz ===== Message from php72-session-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-18-session.ini Installing /packages/All/php72-pgsql-7.2.30.txz ===== Message from php72-pgsql-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-pgsql.ini Installing /packages/All/php72-dom-7.2.30.txz ===== Message from php72-dom-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-dom.ini Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/php72-xml-7.2.30.txz ===== Message from php72-xml-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-xml.ini Installing /packages/All/php72-xmlrpc-7.2.30.txz ===== Message from php72-xmlrpc-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-30-xmlrpc.ini Installing /packages/All/php72-ctype-7.2.30.txz ===== Message from php72-ctype-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-ctype.ini Installing /packages/All/php72-openssl-7.2.30.txz ===== Message from php72-openssl-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-openssl.ini Installing /packages/All/php72-simplexml-7.2.30.txz ===== Message from php72-simplexml-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-simplexml.ini Installing /packages/All/php72-soap-7.2.30.txz ===== Message from php72-soap-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-soap.ini Installing /packages/All/php72-json-7.2.30.txz ===== Message from php72-json-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-json.ini Installing /packages/All/php72-pdo_pgsql-7.2.30.txz ===== Message from php72-pdo_pgsql-7.2.30: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-30-pdo_pgsql.ini SUCCEEDED 00:00:24 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by thundersnarf-1.3_6,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by thundersnarf-1.3_6,1 for building => SHA256 Checksum OK for thundersnarf-1.3.tar.bz2. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by thundersnarf-1.3_6,1 for building ===> Extracting for thundersnarf-1.3_6,1 => SHA256 Checksum OK for thundersnarf-1.3.tar.bz2. Extracted Memory Use: 18.14M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for thundersnarf-1.3_6,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on executable: postgres - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on executable: postgres - found ===> thundersnarf-1.3_6,1 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so) ===> Configuring for thundersnarf-1.3_6,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> thundersnarf-1.3_6,1 depends on file: /usr/local/include/php/main/php.h - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/apxs - found ===> thundersnarf-1.3_6,1 depends on executable: postgres - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/curl.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/bcmath.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pdo.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/mcrypt.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/hash.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/session.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pgsql.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/dom.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/xmlrpc.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/ctype.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/openssl.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/simplexml.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/soap.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/json.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pdo_pgsql.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pgsql.so - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for thundersnarf-1.3_6,1 ===> thundersnarf-1.3_6,1 depends on file: /usr/local/include/php/main/php.h - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/sbin/apxs - found ===> thundersnarf-1.3_6,1 depends on executable: postgres - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/curl.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/bcmath.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pdo.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/mcrypt.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/hash.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/session.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pgsql.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/dom.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/xmlrpc.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/ctype.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/openssl.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/simplexml.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/soap.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/json.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pdo_pgsql.so - found ===> thundersnarf-1.3_6,1 depends on file: /usr/local/lib/php/20170718/pgsql.so - found ===> Generating temporary packing list cd /construction/www/thundersnarf/thundersnarf && /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/www/thundersnarf/stage/usr/local/www/thundersnarf install -m 555 /construction/www/thundersnarf/thundersnarf/protected/data/bin/thundersnarf* /construction/www/thundersnarf/stage/usr/local/bin/ install -m 0644 /construction/www/thundersnarf/thundersnarf/README /construction/www/thundersnarf/stage/usr/local/share/doc/thundersnarf/README.pt_BR ====> 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: package ------------------------------------------------------------------------------- ===> Building package for thundersnarf-1.3_6,1 file sizes/checksums [2082]: 0% file sizes/checksums [2082]: 4% file sizes/checksums [2082]: 9% file sizes/checksums [2082]: 14% file sizes/checksums [2082]: 19% file sizes/checksums [2082]: 24% file sizes/checksums [2082]: 28% file sizes/checksums [2082]: 33% file sizes/checksums [2082]: 38% file sizes/checksums [2082]: 43% file sizes/checksums [2082]: 48% file sizes/checksums [2082]: 52% file sizes/checksums [2082]: 57% file sizes/checksums [2082]: 62% file sizes/checksums [2082]: 67% file sizes/checksums [2082]: 72% file sizes/checksums [2082]: 76% file sizes/checksums [2082]: 81% file sizes/checksums [2082]: 86% file sizes/checksums [2082]: 91% file sizes/checksums [2082]: 96% file sizes/checksums [2082]: 100% packing files [2082]: 0% packing files [2082]: 4% packing files [2082]: 9% packing files [2082]: 14% packing files [2082]: 19% packing files [2082]: 24% packing files [2082]: 28% packing files [2082]: 33% packing files [2082]: 38% packing files [2082]: 43% packing files [2082]: 48% packing files [2082]: 52% packing files [2082]: 57% packing files [2082]: 62% packing files [2082]: 67% packing files [2082]: 72% packing files [2082]: 76% packing files [2082]: 81% packing files [2082]: 86% packing files [2082]: 91% packing files [2082]: 96% packing files [2082]: 100% packing directories [7]: 0% packing directories [7]: 100% SUCCEEDED 00:00:13 TOTAL TIME 00:00:44