diff options
author | dougb <dougb@FreeBSD.org> | 2011-06-07 15:11:25 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-06-07 15:11:25 +0800 |
commit | fc61f579ea45a260a545b4cccc7ec929113b0ac3 (patch) | |
tree | 515ca9ad90c64d38901100d33d070abcb2dc7165 /UPDATING | |
parent | 44adebadf79d8f7ce74209e6e2458d3e3672005e (diff) | |
download | freebsd-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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |