FreeBSD Monitor - Feeds::ports_updatinghttp://www.fbsdmon.org/feed/ports_updating2013-06-14T23:59:59ZFreeBSD Monitorports_updatinghttp://www.fbsdmon.org/feed/ports_updating/c459cabc8657f8b72b422013-06-14T23:59:59ZAFFECTS: users who set port options in make.conf<br />AUTHOR: tijl@FreeBSD.org<br /><br />Configuring options in make.conf using variables like OPTIONS_SET and<br />OPTIONS_UNSET now also suppresses the option dialog for those options.<br />This means that when building a port the option dialog will only appear if<br />there are truly new options that have not been configured before using either<br />the dialog or make.conf. This allows you to set options like DOCS, NLS,<br />X11, etc. once for all ports and not have option dialogs pop up if those are<br />the only options. For a list of variables you can set in make.conf to<br />control options see Mk/bsd.options.mk.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/b68d87eb17a739ee282b2013-06-12T23:59:59ZAFFECTS: users of lang/perl* and any port that depends on it<br />AUTHOR: az@FreeBSD.org<br /><br />lang/perl5.12 upgrade from version 5.12.4 to 5.12.5<br />lang/perl5.14 upgrade from version 5.14.2 to 5.14.4<br />lang/perl5.16 upgrade from version 5.16.2 to 5.16.3<br /><br />Also was modification to directory structure where<br />is perl installed. Instead major.minor.patchlevel now only major.minor. <br />The "perl-after-upgrade" script is removed.<br /><br />Please rebuild all perl ports and all ports that <br />depend in it:<br /><br /># portmaster -r perl<br /> or<br /># portupgrade -rf perl<br /> or <br /># pkg install -fR perlports_updatinghttp://www.fbsdmon.org/feed/ports_updating/c4f4672f72d6862302dc2013-06-12T23:59:59ZAFFECTS: users of lang/perl* and any port that depends on it<br />AUTHOR: az@FreeBSD.org<br /><br />lang/perl5.12 has been upgraded from version 5.12.4 to 5.12.5<br />lang/perl5.14 has been upgraded from version 5.14.2 to 5.14.4<br />lang/perl5.16 has been upgraded from version 5.16.2 to 5.16.3<br /><br />The directory structure where Perl is installed has also been modified:<br />"major.minor" is now used instead of "major.minor.patchlevel".<br /><br />The "perl-after-upgrade" script has been removed.<br /><br />Please rebuild all Perl ports and all ports that depend on it:<br /><br /># portmaster -r perl<br /> or<br /># portupgrade -rf perl<br /> or<br /># pkg install -fR perlports_updatinghttp://www.fbsdmon.org/feed/ports_updating/7f820c8d13d2a881669a2013-06-09T23:59:59ZAFFECTS: users of audio/flac and any port that depends on it<br />AUTHOR: naddy@FreeBSD.org<br /><br />FLAC has been updated to 1.3.0 and the shared library versions<br />have been bumped. Please rebuild all ports that depend on it:<br /><br /># portmaster -r flac<br /> or<br /># portupgrade -fr audio/flac<br /> or<br /># pkg install -fR audio/flacports_updatinghttp://www.fbsdmon.org/feed/ports_updating/27d194d5c8e43f05a9782013-06-07T23:59:59ZAFFECTS: Nobody<br />AUTHOR: wxs@FreeBSD.org<br /><br />FreeBSD 8.4 released.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/211f3161873ecc254fb12013-06-04T23:59:59ZAFFECTS: users of lang/ghc and */hs-*<br />AUTHOR: haskell@FreeBSD.org<br /><br />The Glorious Glasgow Haskell Compiler has been updated to version<br />7.6.3 and Haskell Platform to 2013.2.0.0. Hence it is recommended to<br />rebuild or reinstall all the dependent ports by one of the following<br />commands:<br /><br /># portmaster -w -r ghc<br />or<br /># portupgrade -fr lang/ghc<br />or<br /># pkg install -fR lang/ghc<br /><br />Note that prefixes used for hs- ports (Cabal packages) have been<br />changed to PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION to<br />enable more seamless upgrades in the future.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/c4f29b0d8ab1d1345ecc2013-06-03T23:59:59ZAFFECTS: users of dns/opendnssec<br />AUTHOR: wg@FreeBSD.org<br /><br />Some database changes have been made between version 1.3 and 1.4,<br />upgrading needs to be done manually by running the following scripts:<br /><br />For MySQL users:<br />PREFIX/share/opendnssec/migrate_adapters_1.mysql<br /><br />For SQLite users:<br />PREFIX/share/opendnssec/migrate_adapters_1.sqlite3<br /><br />For the full migration explanation see:<br />PREFIX/share/doc/opendnssec/MIGRATION<br /><br />opendnssec 1.3 version was preserved as dns/opendnssec13 port.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/be09978e8cc5a5a9fa052013-06-01T23:59:59ZAFFECTS: users of textproc/ack<br />AUTHOR: rakuco@FreeBSD.org<br /><br />ack has been updated to version 2.04. It is slightly incompatible with some<br />options present in ack1. For more information, see<br />http://beyondgrep.com/ack-2.0.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/34b179a77aefa17e14bf2013-05-30T23:59:59ZAFFECTS: users of irc/inspircd<br />AUTHOR: swills@FreeBSD.org<br /><br />The irc/inspircd port has been updated to 2.0.12. Some of the config option<br />names in the rc script have been changed. Check the script for more detail.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/ef2ecd0679eeb29ae0822013-05-27T23:59:59ZAFFECTS: users of lang/ruby18<br />AUTHOR: swills@FreeBSD.org<br /><br />The default ruby version has been updated from 1.8 to 1.9. You'll need to<br />rebuild all ports that depend on ruby:<br /><br />If you use portmaster:<br /># portmaster -o lang/ruby19 lang/ruby18<br /># portmaster -R -r ruby-1.9<br /><br />If you use portupgrade:<br /># portupgrade -f lang/ruby18<br /># portupgrade -f lang/ruby19 # if you have it installed<br /># portupgrade -f ports-mgmt/portupgrade<br /># portupgrade -x ruby-1.8.\* -fr lang/ruby18<br /><br />After these steps are complete, you can pkg_delete ruby 1.8 if you<br />no longer need it.<br /><br />If you use pkgng:<br /># pkg set -o lang/ruby18:lang/ruby19<br /># pkg install -fR lang/ruby19<br /><br />If you wish to keep the 1.8 version as default, add the following lines<br />to your /etc/make.conf file:<br /><br />#<br /># Keep ruby 1.8 as default version.<br />#<br />RUBY_DEFAULT_VER=1.8ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/9bdc0936969ddf5b4d0d2013-05-27T23:59:59ZAFFECTS: users of lang/ruby18<br />AUTHOR: swills@FreeBSD.org<br /><br />The default ruby version has been updated from 1.8 to 1.9. You'll need to<br />rebuild all ports that depend on ruby:<br /><br />If you use portmaster:<br /># portmaster -o lang/ruby19 lang/ruby18<br /># portmaster -R -r ruby-1.9<br /><br />If you use portupgrade:<br /># portupgrade -f lang/ruby18<br /># portupgrade -f lang/ruby19 # if you have it installed<br /># make -C /usr/ports/ports-mgmt/portupgrade build deinstall install clean<br /># rm -f /var/db/pkg/pkgdb.db /usr/ports/INDEX*.db<br /># pkgdb -uf<br /># portsdb -uf<br /># portupgrade -x ruby-1.8.\* -fr lang/ruby18<br /><br />After these steps are complete, you can pkg_delete ruby 1.8 if you<br />no longer need it.<br /><br />If you use pkgng:<br /># pkg set -o lang/ruby18:lang/ruby19<br /># pkg install -fR lang/ruby19<br /><br />If you wish to keep the 1.8 version as default, add the following lines<br />to your /etc/make.conf file:<br /><br />#<br /># Keep ruby 1.8 as default version.<br />#<br />RUBY_DEFAULT_VER=1.8ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/748b084d4581093c5bf62013-05-27T23:59:59ZAFFECTS: users of lang/ruby18<br />AUTHOR: swills@FreeBSD.org<br /><br />The default ruby version has been updated from 1.8 to 1.9. You'll need to<br />rebuild all ports that depend on ruby:<br /><br /># portmaster -r ruby19<br /> or<br /># portupgrade -fr lang/ruby19<br /> or<br /># pkg set -o lang/ruby18:lang/ruby19<br /># pkg install -fR lang/ruby19<br /><br />If you wish to keep the 1.8 version as default, add the following lines<br />to your /etc/make.conf file:<br /><br />#<br /># Keep ruby 1.8 as default version.<br />#<br />RUBY_DEFAULT_VER=1.8ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/c110184c0f05e75bdf4b2013-05-27T23:59:59ZAFFECTS: users of lang/ruby18<br />AUTHOR: swills@FreeBSD.org<br /><br />The default ruby version has been updated from 1.8 to 1.9. You'll need to<br />rebuild all ports that depend on ruby:<br /><br /># portmaster -r lang/ruby19<br /> or<br /># portupgrade -fr lang/ruby19<br /> or<br /># pkg set -o lang/ruby18:lang/ruby19<br /># pkg install -fR lang/ruby19<br /><br />If you wish to keep the 1.8 version as default, add the following lines<br />to your /etc/make.conf file:<br /><br />#<br /># Keep ruby 1.8 as default version.<br />#<br />RUBY_DEFAULT_VER=1.8ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/6e7db6c3e217d830ec7b2013-05-27T23:59:59ZAFFECTS: users of lang/ruby18<br />AUTHOR: swills@FreeBSD.org<br /><br />The default ruby version has been updated from 1.8 to 1.9. First, stop any<br />software that uses ruby. Then, you'll need to rebuild all ports that depend<br />on ruby:<br /><br />If you use portmaster:<br /># portmaster -o lang/ruby19 lang/ruby18<br /># portmaster -R -r ruby-1.9<br /><br />If you use portupgrade:<br /># portupgrade -f lang/ruby18<br /># portupgrade -f lang/ruby19 # if you have it installed<br /># portupgrade -f ports-mgmt/portupgrade<br /># portupgrade -x ruby-1.8.\* -fr lang/ruby18<br /><br />After these steps are complete, you can pkg_delete ruby 1.8 if you<br />no longer need it.<br /><br />If you use pkgng:<br /># pkg set -o lang/ruby18:lang/ruby19<br /># pkg install -fR lang/ruby19<br /><br />If you wish to keep the 1.8 version as default, add the following lines<br />to your /etc/make.conf file:<br /><br />#<br /># Keep ruby 1.8 as default version.<br />#<br />RUBY_DEFAULT_VER=1.8ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/560cd15e82745cb397842013-05-25T23:59:59ZAFFECTS: users of x11/xorg and all xorg ports<br />AUTHOR zeising@FreeBSD.org<br /><br />xorg, including libraries and some drivers, was updated.<br />If you are running the default xorg distribution, no special upgrade procedure<br />should be neccessary.<br />If you are running with WITH_NEW_XORG= make sure to update and rebuild all<br />installed drivers since xorg-server has been updated.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/da5b98f21043b71e704f2013-05-25T23:59:59ZAFFECTS: users of sysutils/rsyslog5*<br />AUTHOR: brd@FreeBSD.org<br /><br />Rsyslog 5.x has reached end of life status and has therefore been removed.<br />While sysutils/rsyslog6* exists, please consider migrating to<br />sysutils/rsyslog7 as that is the currently supported release.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/d772ad2715668cabcd7a2013-05-25T23:59:59ZAFFECTS: users of mail/postgrey<br />AUTHOR: Darren Pilgrim <ports.maintainer@evilphi.com><br /><br />The RC script for postgrey has been modified. If you use the<br />default value for postgrey_flags this does not affect you.<br /><br />If you have postgrey listening on a unix socket or set any optional<br />values, please read the comments in the RC scripts and check your<br />settings in rc.conf prior to restarting postgrey.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/a10a889a8dd03308a74d2013-05-20T23:59:59ZAFFECTS: users of textproc/elasticsearch<br />AUTHOR: tj@FreeBSD.org<br /><br />This is the first stable release based on Lucene 4. We recommend testing<br />the upgrade before doing it in production. <br /><br />Upgrading from 0.20 requires a full cluster restart.<br /><br />In order to be able to downgrade, stop indexing new data, issue a flush <br />request, do the upgrade and only enable indexing of new data once you <br />are certain that you no longer need to downgrade. Once new data has <br />been indexed, downgrading is no longer possible. To be extra safe, back <br />up your data before upgrading.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/41f878db175fafbabe012013-05-19T23:59:59ZAFFECTS: users of net/activemq<br />AUTHOR: tj@FreeBSD.org<br /><br />The JVM used by activemq has changed to OpenJDK 7. You will need to<br />make sure javavmwrapper is configured to use the installed <br />java/openjdk7 JVM.ports_updatinghttp://www.fbsdmon.org/feed/ports_updating/a8f535555b498172726b2013-05-12T23:59:59ZAFFECTS: users of devel/hs-git-annex<br />AUTHOR: haskell@FreeBSD.org<br /><br />On FreeBSD, git-annex incorrectly calculated SHA256 hashes for files<br />added to the annex repository due to the BSD-style output of<br />/sbin/sha256. The result of this is silent data corruption.<br /><br />This problem has been fixed, but every file stored in an annex<br />repository will fail a `git-annex fsck` after the upgrade. Thus,<br />before updating, it is wise to issue the command below and restore the<br />files.<br /><br />$ git-annex uninit<br /><br />Corruptions can then be found by finding all files with the same hash.<br />Note that only files that were mishashed to the same location are a<br />problem.