diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-01-01 05:22:43 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-01-01 05:22:43 +0800 |
commit | f42229e459cfd5596a196f5427d4bc5d8012185d (patch) | |
tree | e835290ba924f9f2cd3650eb41501493abdab37e /UPDATING | |
parent | b1a9413a249e48585ee6a466a6a6d17e21a08134 (diff) | |
download | freebsd-ports-gnome-f42229e459cfd5596a196f5427d4bc5d8012185d.tar.gz freebsd-ports-gnome-f42229e459cfd5596a196f5427d4bc5d8012185d.tar.zst freebsd-ports-gnome-f42229e459cfd5596a196f5427d4bc5d8012185d.zip |
Add entry about the recent lang/newlisp changes (unified MYSQL option).
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. +20111231: + AFFECTS: users of lang/newlisp + AUTHOR: olgeni@FreeBSD.org + + In lang/newlisp, the MYSQL5 and MYSQL51 options have been unified into + MYSQL, which will pick the correct MySQL version using the standard + MySQL selection logic. MySQL users will have to run "make config" and + select the MYSQL option. + + Tinderbox users will have to update their options files with the new + MYSQL option, and possibly change their Tinderbox environment to select + a specific MySQL version. + 20111229: AFFECTS: users of ftp/proftpd{-devel,-mysql} AUTHORS: delphij@FreeBSD.org,mm@FreeBSD.org |