mariadb/support-files/MacOSX
Davi Arnaut 8664de2230 WL#5665: Removal of the autotools-based build system
The autotools-based build system has been superseded and
is being removed in order to ease the maintenance burden on
developers tweaking and maintaining the build system.

In order to support tools that need to extract the server
version, a new file that (only) contains the server version,
called VERSION, is introduced. The file contents are human
and machine-readable. The format is:

MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=5
MYSQL_VERSION_PATCH=8
MYSQL_VERSION_EXTRA=-rc

The CMake based version extraction in cmake/mysql_version.cmake
is changed to extract the version from this file. The configure
to CMake wrapper is retained for backwards compatibility and to
support the BUILD/ scripts. Also, a new a makefile target
show-dist-name that prints the server version is introduced.

VERSION:
  Add top-level version file.
cmake/mysql_version.cmake:
  Get version information from the top-level VERSION file.
  Do not cache the version components (MAJOR_VERSION, etc).
  Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION.
2010-11-20 12:47:50 -02:00
..
Description.plist.sh - added more files to support-files/MacOSX and added them to the 2003-02-19 21:02:05 +01:00
Info.plist.sh Makefile.am, Info.plist.sh: 2008-02-26 18:36:06 +01:00
mwar-wrapper mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper: 2005-05-05 09:34:15 +02:00
mwcc-wrapper mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper: 2005-05-05 09:34:15 +02:00
MySQLCOM - Fixed a previous modification to the MySQL Startup Item for 2004-07-13 22:11:33 +02:00
postflight.sh Merge mysql.com:/space/my/mysql-4.0-merge 2005-08-12 08:13:02 +02:00
preflight.sh - Fix for BUG#11380 (as recommened by JimW): renamed the preinstall/postinstall scripts to 2005-08-11 20:23:12 +02:00
ReadMe.txt ReadMe.txt, INSTALL-WIN-SOURCE, INSTALL-BINARY, INSTALL-SOURCE: 2007-11-23 10:15:55 +01:00
StartupItem.Description.plist - Renamed the Mac OS X StartupItem directory from 2004-05-10 20:32:44 +02:00
StartupItem.Info.plist - Do-pkg can now create a separate package including a MySQL Startup Item 2003-08-19 13:57:58 +02:00
StartupItem.postinstall - Added some files to support-files/MacOSX to enable building the Mac OS X 2003-08-15 14:55:05 +02:00
StartupParameters.plist.sh - added more files to support-files/MacOSX and added them to the 2003-02-19 21:02:05 +01:00

You can find information about how to install on Mac OS X at

  http://dev.mysql.com/doc/refman/5.1/en/mac-os-x-installation.html

The MySQL Reference Manual is also available in various formats on
http://dev.mysql.com/doc; if you're interested in the DocBook XML
sources go to http://svn.mysql.com.