aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
commitd9029c513982bd669b22c88b2f04cd4cfd5c201f (patch)
tree7f5fb76f05a3aae44742dda07753ffe091a58bfd /UPDATING
parent8b96f7dbbc4160924ba15b29d3c18bb0e5985764 (diff)
downloadports-d9029c513982bd669b22c88b2f04cd4cfd5c201f.tar.gz
ports-d9029c513982bd669b22c88b2f04cd4cfd5c201f.zip
Update MySQL to 5.5.8 GA release. Read UPDATING.
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.
Notes
Notes: svn path=/head/; revision=266994
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 19a1a55240b5..49752cb8a3b7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20101227:
+ AFFECTS: users of databases/mysql55-server
+ AUTHOR: ale@FreeBSD.org
+
+ MySQL 5.5 has been updated to 5.5.8 GA release. Since layout is
+ changed you should remove mysql55-{client/server/scripts} ports
+ before upgrading. The build system is changed too, so expect
+ failures.
+
+20101227:
AFFECTS: users of security/opensc
AUTHOR: ale@FreeBSD.org