diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-05-13 09:31:28 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-05-13 09:31:28 +0000 |
commit | 4798c6d575e34b780e2ccd418155b94e771d9fb0 (patch) | |
tree | dc249bdaa1b5a384738f6775278242c1c9e52d73 /UPDATING | |
parent | - make portlint happier (diff) |
Revise lua entry to specifically mention kdelibs, kdebase and Kate.
Notes
Notes:
svn path=/head/; revision=162226
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -57,13 +57,17 @@ upgrades. FastCGI SAPIs. 20060506: - AFFECTS: users of lang/lua, especially KDE editor Kile users - AUTHOR: pav@FreeBSD.org + AFFECTS: users of lang/lua, editors/kile, x11/kdelibs3, x11/kdebase3 + AUTHOR: pav@FreeBSD.org, kde@FreeBSD.org Recently, the port of Lua was updated to version 5.1. This version is - incompatible with the version 5.0, which is used in certain applications, - most notable in the Kile editor. If you're having troubles running - Kile, make sure you downgrade your lua installation back to 5.0: + incompatible with the version 5.0, which is used in a number of applications, + most notable in the Kile and Kate editors (the latter being part of a base + KDE installation). + + If you're having troubles running those, such as error dialogs saying "Check + your KDE installation", make sure to downgrade your lua installation back + to 5.0: portupgrade -f -o lang/lua50 lua-5.1 |