Building thundersnarf-1.3_3,1.txz (origin /buildshare/ports/355755/www/thundersnarf) for powerpc-10-0 on XXX Pre-existing file system for this slot! slot1: removed slot1: created x distfiles/ x distfiles/thundersnarf-1.3.tar.bz2 x packages/ x packages/php5-ctype-5.4.28.txz x packages/php5-hash-5.4.28.txz x packages/perl5-5.16.3_10.txz x packages/libltdl-2.4.2_3.txz x packages/libxml2-2.9.1_1.txz x packages/php5-xml-5.4.28.txz x packages/php5-bcmath-5.4.28.txz x packages/pkgconf-0.9.5.txz x packages/php5-json-5.4.28.txz x packages/m4-1.4.17_1,1.txz x packages/php5-pgsql-5.4.28.txz x packages/pkg-1.2.7_2.txz x packages/autoconf-wrapper-20131203.txz x packages/help2man-1.43.3_1.txz x packages/php5-dom-5.4.28.txz x packages/gettext-0.18.3.1_1.txz x packages/php5-curl-5.4.28.txz x packages/apache22-2.2.27_2.txz x packages/php5-soap-5.4.28.txz x packages/curl-7.36.0_1.txz x packages/apr-1.5.1.1.5.3.txz x packages/autoconf-2.69.txz x packages/postgresql92-client-9.2.8_1.txz x packages/php5-pdo-5.4.28.txz x packages/php5-mcrypt-5.4.28.txz x packages/p5-Locale-gettext-1.05_3.txz x packages/libiconv-1.14_3.txz x packages/php5-xmlrpc-5.4.28.txz x packages/pcre-8.34_1.txz x packages/php5-5.4.28.txz x packages/php5-pdo_pgsql-5.4.28.txz x packages/gmake-3.82_1.txz x packages/expat-2.1.0.txz x packages/ca_root_nss-3.16.txz x packages/libmcrypt-2.5.8.txz x packages/php5-session-5.4.28.txz x packages/php5-simplexml-5.4.28.txz x packages/libtool-2.4.2_3.txz x packages/postgresql92-server-9.2.8_1.txz x packages/db48-4.8.30.0.txz x packages/php5-openssl-5.4.28.txz x packages/gdbm-1.11.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> thundersnarf-1.3_3,1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on shared library: libpq.so.5 - not found ===> Verifying for libpq.so.5 in /buildshare/ports/355755/databases/postgresql92-client ===> Installing existing package /packages/postgresql92-client-9.2.8_1.txz Installing postgresql92-client-9.2.8_1...Installing gettext-0.18.3.1_1... done Installing libxml2-2.9.1_1... done done 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-PyGreSQL 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... ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on shared library: curl - not found ===> Verifying install for curl in /buildshare/ports/355755/ftp/curl ===> Installing existing package /packages/curl-7.36.0_1.txz Installing curl-7.36.0_1...Installing ca_root_nss-3.16... done done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on executable: postgres - not found ===> Verifying install for postgres in /buildshare/ports/355755/databases/postgresql92-server ===> Installing existing package /packages/postgresql92-server-9.2.8_1.txz Installing postgresql92-server-9.2.8_1...===> Creating users and/or groups. Creating group 'pgsql' with gid '70'. Creating user 'pgsql' with uid '70'. =========== 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! Press ctrl-C *now* if you need to pg_dump. =========================================== done 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 perfom vacuum on all databases nightly. Per default, it perfoms `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. To allow many simultaneous connections to your PostgreSQL server, you should raise the SystemV shared memory limits in your kernel. Here are example values for allowing up to 180 clients (configurations in postgresql.conf also needed, of course): options SYSVSHM options SYSVSEM options SYSVMSG options SHMMAXPGS=65536 options SEMMNI=40 options SEMMNS=240 options SEMUME=40 options SEMMNU=120 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 ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pdo_pgsql.so - not found ===> Verifying install for /usr/local/lib/php/20100525/pdo_pgsql.so in /buildshare/ports/355755/databases/php5-pdo_pgsql ===> Installing existing package /packages/php5-pdo_pgsql-5.4.28.txz Installing php5-pdo_pgsql-5.4.28...Installing php5-pdo-5.4.28...Installing php5-5.4.28...Installing pcre-8.34_1... done done done done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/include/php/main/php.h - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/sbin/apxs - not found ===> Verifying install for /usr/local/sbin/apxs in /buildshare/ports/355755/www/apache22 ===> Installing existing package /packages/apache22-2.2.27_2.txz Installing apache22-2.2.27_2...Installing apr-1.5.1.1.5.3...Installing db48-4.8.30.0... done Installing expat-2.1.0... done Installing gdbm-1.11... done done Installing perl5-5.16.3_10... done ===> Creating users and/or groups. Using existing group 'www'. Using existing user 'www'. /usr/local/share/examples/apache22/httpd.conf -> /usr/local/etc/apache22/httpd.conf done To run apache www server from startup, add apache22_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. ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on executable: postgres - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/curl.so - not found ===> Verifying install for /usr/local/lib/php/20100525/curl.so in /buildshare/ports/355755/ftp/php5-curl ===> Installing existing package /packages/php5-curl-5.4.28.txz Installing php5-curl-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/bcmath.so - not found ===> Verifying install for /usr/local/lib/php/20100525/bcmath.so in /buildshare/ports/355755/math/php5-bcmath ===> Installing existing package /packages/php5-bcmath-5.4.28.txz Installing php5-bcmath-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pdo.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/mcrypt.so - not found ===> Verifying install for /usr/local/lib/php/20100525/mcrypt.so in /buildshare/ports/355755/security/php5-mcrypt ===> Installing existing package /packages/php5-mcrypt-5.4.28.txz Installing php5-mcrypt-5.4.28...Installing libltdl-2.4.2_3... done Installing libmcrypt-2.5.8... done done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/hash.so - not found ===> Verifying install for /usr/local/lib/php/20100525/hash.so in /buildshare/ports/355755/security/php5-hash ===> Installing existing package /packages/php5-hash-5.4.28.txz Installing php5-hash-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/session.so - not found ===> Verifying install for /usr/local/lib/php/20100525/session.so in /buildshare/ports/355755/www/php5-session ===> Installing existing package /packages/php5-session-5.4.28.txz Installing php5-session-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pgsql.so - not found ===> Verifying install for /usr/local/lib/php/20100525/pgsql.so in /buildshare/ports/355755/databases/php5-pgsql ===> Installing existing package /packages/php5-pgsql-5.4.28.txz Installing php5-pgsql-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/dom.so - not found ===> Verifying install for /usr/local/lib/php/20100525/dom.so in /buildshare/ports/355755/textproc/php5-dom ===> Installing existing package /packages/php5-dom-5.4.28.txz Installing php5-dom-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/xmlrpc.so - not found ===> Verifying install for /usr/local/lib/php/20100525/xmlrpc.so in /buildshare/ports/355755/net/php5-xmlrpc ===> Installing existing package /packages/php5-xmlrpc-5.4.28.txz Installing php5-xmlrpc-5.4.28...Installing libiconv-1.14_3... done Installing php5-xml-5.4.28... done done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/ctype.so - not found ===> Verifying install for /usr/local/lib/php/20100525/ctype.so in /buildshare/ports/355755/textproc/php5-ctype ===> Installing existing package /packages/php5-ctype-5.4.28.txz Installing php5-ctype-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/openssl.so - not found ===> Verifying install for /usr/local/lib/php/20100525/openssl.so in /buildshare/ports/355755/security/php5-openssl ===> Installing existing package /packages/php5-openssl-5.4.28.txz Installing php5-openssl-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/simplexml.so - not found ===> Verifying install for /usr/local/lib/php/20100525/simplexml.so in /buildshare/ports/355755/textproc/php5-simplexml ===> Installing existing package /packages/php5-simplexml-5.4.28.txz Installing php5-simplexml-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/soap.so - not found ===> Verifying install for /usr/local/lib/php/20100525/soap.so in /buildshare/ports/355755/net/php5-soap ===> Installing existing package /packages/php5-soap-5.4.28.txz Installing php5-soap-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/json.so - not found ===> Verifying install for /usr/local/lib/php/20100525/json.so in /buildshare/ports/355755/devel/php5-json ===> Installing existing package /packages/php5-json-5.4.28.txz Installing php5-json-5.4.28... done ===> Returning to build of thundersnarf-1.3_3,1 Make install ===> thundersnarf-1.3_3,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by thundersnarf-1.3_3,1 for building ===> Extracting for thundersnarf-1.3_3,1 => SHA256 Checksum OK for thundersnarf-1.3.tar.bz2. ===> Patching for thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on executable: postgres - found ===> thundersnarf-1.3_3,1 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) ===> thundersnarf-1.3_3,1 depends on shared library: curl - found ===> Configuring for thundersnarf-1.3_3,1 ===> Installing for thundersnarf-1.3_3,1 ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pdo_pgsql.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/include/php/main/php.h - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/sbin/apxs - found ===> thundersnarf-1.3_3,1 depends on executable: postgres - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/curl.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/bcmath.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pdo.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/mcrypt.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/hash.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/session.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/pgsql.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/dom.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/xmlrpc.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/ctype.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/openssl.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/simplexml.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/soap.so - found ===> thundersnarf-1.3_3,1 depends on file: /usr/local/lib/php/20100525/json.so - found ===> Generating temporary packing list ===> Checking if www/thundersnarf already installed /obj/buildshare/ports/355755/www/thundersnarf/work/thundersnarf/README -> /usr/local/share/doc/thundersnarf/README.pt_BR If you haven't setup your PostgreSQL server, set it up accordingly and create snortsnarf's database: /usr/local/bin/psql postgres -U pgsql < \ /usr/local/www/thundersnarf/protected/data/db/pg_thundersnarf.sql Run Thunder Snarf from /etc/crontab. Schedule it according to your machine load availability, for example: */20 * * * * root /usr/local/bin/thundersnarf >/dev/null 2>&1 ===> Registering installation for thundersnarf-1.3_3,1 Installing thundersnarf-1.3_3,1... done Make package ===> Building package for thundersnarf-1.3_3,1 Creating package for thundersnarf-1.3_3,1 slot1: removed