Building b2evolution-4.0.5.txz (origin /buildshare/ports/355755/www/b2evolution) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/b2evolution-4.0.5-stable-2011-03-23.zip x packages/ x packages/php5-5.4.28.txz x packages/php5-mysql-5.4.28.txz x packages/cmake-modules-2.8.12.1_1.txz x packages/cmake-2.8.12.1_4.txz x packages/unzip-6.0_1.txz x packages/autoconf-2.69.txz x packages/pcre-8.34_1.txz x packages/gettext-0.18.3.1_1.txz x packages/php5-xml-5.4.28.txz x packages/pkg-1.2.7_2.txz x packages/m4-1.4.17_1,1.txz x packages/libxml2-2.9.1_1.txz x packages/gmake-3.82_1.txz x packages/mysql55-server-5.5.37.txz x packages/perl5-5.16.3_10.txz x packages/php5-session-5.4.28.txz x packages/pkgconf-0.9.5.txz x packages/p5-Locale-gettext-1.05_3.txz x packages/help2man-1.43.3_1.txz x packages/mysql55-client-5.5.37.txz x packages/autoconf-wrapper-20131203.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> b2evolution-4.0.5 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 b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on executable: unzip - found ===> b2evolution-4.0.5 depends on file: /usr/local/include/php/main/php.h - not found ===> Verifying install for /usr/local/include/php/main/php.h in /buildshare/ports/355755/lang/php5 ===> Installing existing package /packages/php5-5.4.28.txz Installing php5-5.4.28...Installing libxml2-2.9.1_1... done Installing pcre-8.34_1... done done ===> Returning to build of b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on file: /usr/local/libexec/mysqld - not found ===> Verifying install for /usr/local/libexec/mysqld in /buildshare/ports/355755/databases/mysql55-server ===> Installing existing package /packages/mysql55-server-5.5.37.txz Installing mysql55-server-5.5.37...Installing mysql55-client-5.5.37... done ===> Creating users and/or groups. Creating group 'mysql' with gid '88'. Creating user 'mysql' with uid '88'. done ************************************************************************ Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. ************************************************************************ ===> Returning to build of b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on file: /usr/local/lib/php/20100525/mysql.so - not found ===> Verifying install for /usr/local/lib/php/20100525/mysql.so in /buildshare/ports/355755/databases/php5-mysql ===> Installing existing package /packages/php5-mysql-5.4.28.txz Installing php5-mysql-5.4.28... done ===> Returning to build of b2evolution-4.0.5 ===> b2evolution-4.0.5 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 b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on file: /usr/local/lib/php/20100525/xml.so - not found ===> Verifying install for /usr/local/lib/php/20100525/xml.so in /buildshare/ports/355755/textproc/php5-xml ===> Installing existing package /packages/php5-xml-5.4.28.txz Installing php5-xml-5.4.28... done ===> Returning to build of b2evolution-4.0.5 Make install =========== BACKUP YOUR DATA! ============= If you upgrade from b2evolution version prior to 2.0, backup by hand all your b2evolution files and your database before upgrading, as described at http://manual.b2evolution.net/Upgrade_from_an_older_version This is *NOT* done by the port! Press ctrl-C *now* if you need to backup by hand. =========================================== /!\ WARNING /!\ /buildshare/ports/355755/www/b2evolution/pkg-warning ===> b2evolution-4.0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by b2evolution-4.0.5 for building ===> Extracting for b2evolution-4.0.5 => SHA256 Checksum OK for b2evolution-4.0.5-stable-2011-03-23.zip. ===> Patching for b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on executable: unzip - found ===> Converting DOS text files to UNIX text files ===> Configuring for b2evolution-4.0.5 ===> Staging for b2evolution-4.0.5 ===> b2evolution-4.0.5 depends on file: /usr/local/include/php/main/php.h - found ===> b2evolution-4.0.5 depends on file: /usr/local/libexec/mysqld - found ===> b2evolution-4.0.5 depends on file: /usr/local/lib/php/20100525/mysql.so - found ===> b2evolution-4.0.5 depends on file: /usr/local/lib/php/20100525/session.so - found ===> b2evolution-4.0.5 depends on file: /usr/local/lib/php/20100525/xml.so - found ===> Generating temporary packing list /bin/mkdir -p /obj/buildshare/ports/355755/www/b2evolution/work/stage/usr/local/www/b2evo ================================================================== b2evolution is now installed. If you install it for the first time, you may need to perform the following steps. 1. Make sure your mysql-server is running. 2. Create a new MySQL database: # mysqladmin --user=root -p create b2evolution (in mysql root's password is empty unless you have set it in advance). 3. Create a mysql user/password for the b2evolution database: (change user and/or password if required) # mysql -u root -p mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost IDENTIFIED BY 'b2evopassword'; mysql> FLUSH PRIVILEGES; mysql> QUIT; 4. Add the following to your apache config, and restart. # # Directives to allow use of b2evolution # Alias /b2evo "/usr/local/www/b2evo/" AcceptPathInfo On AllowOverride None Order Allow,Deny Allow from all # 5. Open b2evo installation page in your web browser and login with b2evouser/b2evopassword http://www.your.host/b2evo/blogs/install/ (if you are doing a fresh install...) Note that password carefully! It is a random password that is given to you when you install b2evolution. If you lose it, you will have to delete the database tables and reinstall. If you upgrade from b2evolution version 1.x.y you may need to upgrade your database as described at http://manual.b2evolution.net/Upgrade_from_an_older_version More detailed information please visit: http://manual.b2evolution.net/Install_b2evolution ================================================================== ====> Compressing man pages (compress-man) ===> Installing for b2evolution-4.0.5 ===> Checking if www/b2evolution already installed ===> Registering installation for b2evolution-4.0.5 Installing b2evolution-4.0.5... done ================================================================== b2evolution is now installed. If you install it for the first time, you may need to perform the following steps. 1. Make sure your mysql-server is running. 2. Create a new MySQL database: # mysqladmin --user=root -p create b2evolution (in mysql root's password is empty unless you have set it in advance). 3. Create a mysql user/password for the b2evolution database: (change user and/or password if required) # mysql -u root -p mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost IDENTIFIED BY 'b2evopassword'; mysql> FLUSH PRIVILEGES; mysql> QUIT; 4. Add the following to your apache config, and restart. # # Directives to allow use of b2evolution # Alias /%%B2EVO_URL%% "%%PREFIX%%/%%B2EVO_DIR%%/" AcceptPathInfo On AllowOverride None Order Allow,Deny Allow from all # 5. Open b2evo installation page in your web browser and login with b2evouser/b2evopassword http://www.your.host/%%B2EVO_URL%%/blogs/install/ (if you are doing a fresh install...) Note that password carefully! It is a random password that is given to you when you install b2evolution. If you lose it, you will have to delete the database tables and reinstall. If you upgrade from b2evolution version 1.x.y you may need to upgrade your database as described at http://manual.b2evolution.net/Upgrade_from_an_older_version More detailed information please visit: http://manual.b2evolution.net/Install_b2evolution ================================================================== Make package ===> Building package for b2evolution-4.0.5 slot2: removed