FreeBSD Monitor - News Beta Quality
* Ports Updating (affects users of dns/poweradmin)
2012-05-18
Author: Edmondas Girkantas

Some database changes have been made between version 2.1.4 and 2.1.5,
upgrading needs to be done manually by running the following SQL:

For MySQL users:

ALTER TABLE `zones` ADD `zone_templ_id` INT( 11 ) NOT NULL;
ALTER TABLE zones ENGINE = InnoDB;
ALTER TABLE zone_templ ENGINE = InnoDB;
ALTER TABLE zone_templ_records ENGINE = InnoDB;

For PostgreSQL users:

ALTER TABLE zones ADD zone_templ_id INT DEFAULT NULL;

Source: https://www.poweradmin.org/trac/wiki/ReleaseNotes/2.1.5
* Ports Updating (affects users of lang/php5)
2012-05-16
Author: ale@FreeBSD.org

PHP has been updated to 5.4. Suhosin patch has been disabled until the
new version will be released (soon). Suhosing extension will take more
time. LINKTHR option is now enabled by default, be sure to flag it if
you are updating using an old saved configuration. sqlite2 extension
has been permanently removed.
If you want to remain at PHP 5.3, a new port (lang/php53) has been
created for such purpose.
* Ports Updating (affects users of net-mgmt/smokeping)
2012-05-13
Author: lth@FreeBSD.org

Smokeping has been updated to 2.6.7, and the web server configuration
has changed. FastCGI is now preferred. Please check the documentation
that your web server configuration is OK.
* January-March, 2012 Status Report
2012-05-12
The January-March, 2012 Status Report is now available with 27 entries.
* Ports Updating (affects users of textproc/p5-XML-SAX)
2012-05-12
Author: crees@FreeBSD.org

p5-XML-SAX (X-S) was split into p5-XML-SAX-Base (X-S-B) and p5-XML-SAX for
version 0.99. Since X-S-B now installs some files formerly installed by X-S
the package for X-S must be deinstalled before updating X-S.

# pkg_delete -fx p5-XML-SAX
# portmaster textproc/p5-XML-SAX

(users of pkgng can substitute pkg_delete with pkg delete)
* Ports Updating (affects users of graphics/xpdf)
2012-05-11
Author: cy@FreeBSD.org

In order to allow graphics/xpdf and graphics/poppler-utils to coexist,
graphics/xpdf binaries have been moved from ${LOCALBASE}/bin to
${LOCALBASE}/lib/xpdf. The symlink ${LOCALBASE}/bin/xpdf points to
${LOCALBASE}/lib/xpdf/xpdf. However the other utilities installed by
the xpdf port conflict with poppler-utils, no symlinks are maintained.
Applicaions and scripts which use the pdf* utilities provided by
graphics/xpdf must reference them using their new location, specify
${LOCALBASE}/lib/xpdf in $PATH, or use the same utilities provided by
graphics/poppler-utils.
* Ports Updating (affects users of devel/gitolite)
2012-05-10
Author: milki@rescomp.berkeley.edu

gitolite has been split into two ports: devel/gitolite for 3.x and
devel/gitolite2 for 2.x

gitolite 3.x is NOT "API" compatible with gitolite 2.x and requires
additional manual migration steps which can be found in the online
documentation.

http://sitaramc.github.com/gitolite/install.html#migr

Current users wishing to continue using gitolite 2.x should run:

# portmaster -o devel/gitolite2 gitolite
or
# portupgrade -o devel/gitolite2 gitolite
* Ports Updating (affects users of www/node and www/node-devel)
2012-05-08
Author: sunpoet@FreeBSD.org

npm is a package manager for node. Starting with node 0.6.17 (www/node) and
node 0.7.8 (www/node-devel), we do not install bundled npm but provide a
separate port (www/npm). Please install www/npm if you need it.
« First ‹ Prev 1 2 3 4 5 6 7 8 9 Next › Last »