diff options
author | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-29 03:03:02 +0800 |
commit | c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106 (patch) | |
tree | 309a4825eb9e77cca3e3ad19e04af83d38d50d6f /UPDATING | |
parent | e8efba527efae192b65a164516a0da16b92f559b (diff) | |
download | freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.gz freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.tar.zst freebsd-ports-gnome-c6d75b07d57ca1a9ec4bc2fd41ebcc3381c23106.zip |
Convert the remaining ports that depend on databases/p5-DBD-mysql${MYSQL_VER}
to just depend on databases/p5-DBD-mysql as that will handle the MYSQL_VER
magic.
This is required as only databases/p5-DBD-mysql supports mariadb-client and
the upcomming perconaXX-client.
Approved by: portmgr (bapt)
Initial patches by: pgollucci
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 |