diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-28 19:03:02 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-28 19:03:02 +0000 |
commit | 303e871aaadda6b73c9c9d573b11357160ece73c (patch) | |
tree | 309a4825eb9e77cca3e3ad19e04af83d38d50d6f /UPDATING | |
parent | 084838b8d4975dde8eea6b8a64eab3276271b766 (diff) | |
download | ports-303e871aaadda6b73c9c9d573b11357160ece73c.tar.gz ports-303e871aaadda6b73c9c9d573b11357160ece73c.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121228: + AFFECTS: users of databases/innotop, multimedia/zoneminder + net-mgmt/netdot, ports-mgmt/tinderbox, ports-mgmt/tinderbox-devel + sysutils/watchmen, www/MT + + The above mentioned ports were converted to depend on + databases/p5-DBD-mysql. That will cause messages like + + ===> p5-DBD-mysql-4.021 conflicts with installed package(s): + p5-DBD-mysql55-4.021 + + To prevent this run one of the following commands to fix the + dependencies. + + # portmaster -o databases/p5-DBD-mysql databases/p5-DBD-mysql55 + or + # portupgrade -fo databases/p5-DBD-mysql databases/p5-DBD-mysql55 + or + # pkg set -o databases/p5-DBD-mysql55:databases/p5-DBD-mysql + 20121220: AFFECTS: users of lang/ghc AUTHOR: haskell@FreeBSD.org |