freebsd-ports/devel/lxr/files/pkg_message.mysql.in
Eygene Ryabinkin e1dc37182e LXR: upgrade to 0.9.10
Changes since 0.9.6:

 - SQL database schemas were changed: LXR databases
   need upgrade, the port will give instructions;

 - lots of improvements in parser to enable it not to lose
   context when escape characters are used; C, C++, Perl
   and Python parsers are validated for these changes;

 - 'find' script was removed: its functionality is integrated
   into the search pages;

 - generic.conf: 'langid' was changed, so non C/C++ must be
   reindexed;

 - generic.conf: 'spec' syntax changed, it may capture more
   identifiers;

 - lxr.conf: default tab width was changed for some languages
   inside the 'filetype' block;

 - lxr.conf: more file extensions are considered to be
   graphic files (see parameter 'graphicfile');

 - lxr.conf: new parameters, 'treeextract' and 'encoding'.

QA page: http://codelabs.ru/fbsd/ports/qa/devel/lxr/0.9.10
Feature safe: yes
2011-08-24 10:33:09 +00:00

17 lines
375 B
Plaintext

MySQL setup
===========
Run 'mysql' and then read in the initdb-mysql file using
'\. %%LXRDIR%%/initdb-mysql'.
This will create the database and a user called lxr with access
rights to the database.
Database upgrade between releases
=================================
0.9.6 -> 0.9.10: run 'mysql' and then execute upgrade sequence:
'\. %%LXRDIR%%/upgrade-0.9.10-mysql'.