aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-06-07 07:11:25 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-06-07 07:11:25 +0000
commit21bc38e2d23dad736e23079d386ccc3ba09827a7 (patch)
tree3528af189e495a32bf879bc6ccde05496964ae39 /UPDATING
parent1e8467d50b43a3ba79e9a327eace5c3fdc6efcde (diff)
downloadports-21bc38e2d23dad736e23079d386ccc3ba09827a7.tar.gz
ports-21bc38e2d23dad736e23079d386ccc3ba09827a7.zip
Split databases/mariadb into -client, -scripts, and -server ports
Upgrade to version 5.2.6 [1] Bring default compilation options into line with standard mariadb releases, per http://kb.askmonty.org/v/generic-build-instructions [1] Submitted by: maintainer [1] Approved by: maintainer
Notes
Notes: svn path=/head/; revision=275175
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 380d58d8ed08..70692b0a03bb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20110606:
+ AFFECTS: users of databases/mariadb
+ AUTHOR: dougb@FreeBSD.org
+
+ The mariadb port has been split into -client, -scripts, and -server ports
+ ala mysql. You can now install only the parts that you need.
+
+ If you have devel/libevent installed along with mariadb you should do
+ something like:
+
+ pkg_delete mariadb\*
+ portmaster devel/libevent
+
20110605:
AFFECTS: users of security/gnutls and any port that depends on it
AUTHOR: novel@FreeBSD.org