aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-06-07 15:11:25 +0800
committerdougb <dougb@FreeBSD.org>2011-06-07 15:11:25 +0800
commitfc61f579ea45a260a545b4cccc7ec929113b0ac3 (patch)
tree515ca9ad90c64d38901100d33d070abcb2dc7165 /UPDATING
parent44adebadf79d8f7ce74209e6e2458d3e3672005e (diff)
downloadfreebsd-ports-gnome-fc61f579ea45a260a545b4cccc7ec929113b0ac3.tar.gz
freebsd-ports-gnome-fc61f579ea45a260a545b4cccc7ec929113b0ac3.tar.zst
freebsd-ports-gnome-fc61f579ea45a260a545b4cccc7ec929113b0ac3.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
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