o According to website it fully supports MySQL 4.0, 4.1, and 5.0
- Might work with 4.0, so BROKEN_WITH_MYSQL 40 removed
o Makefile changes:
- Use MASTER_SITE_MYSQL instead
- Remove USE_REINPLACE
- DEFAULT_MYSQL_VER already defaults to 41
- Remove quotes from BROKEN message
- Use INSTALL_TARGET instead of install
PR: ports/92727
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
MySQL Administrator is a powerful visual administration console
that enables you to easily administer your MySQL environment
and gain significantly better visibility into how your
databases are operating. MySQL Administrator now integrates
database management and maintenance into a single, seamless
environment, with a clear and intuitive graphical user
interface.
By using MySQL Administrator you will be able to:
* Achieve higher database availability through improved management
* Reduce errors through visual database administration
* Lower database administration costs through improved productivity
* Deliver a more secure environment through easier privilege management
WWW: http://www.mysql.com/products/administrator/
PR: ports/63292
Submitted by: Sergey Matveychuk <sem@ciam.ru>