aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-28 19:03:02 +0000
commit303e871aaadda6b73c9c9d573b11357160ece73c (patch)
tree309a4825eb9e77cca3e3ad19e04af83d38d50d6f /UPDATING
parent084838b8d4975dde8eea6b8a64eab3276271b766 (diff)
downloadports-303e871aaadda6b73c9c9d573b11357160ece73c.tar.gz
ports-303e871aaadda6b73c9c9d573b11357160ece73c.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
Notes
Notes: svn path=/head/; revision=309577
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2a3c071170b7..ad5a0edb33bd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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