Commit graph

21 commits

Author SHA1 Message Date
Joni Kanerva
938fa1d1f7 mariadb: fix shared data dir and my.cnf includedir
Fixes Homebrew/homebrew#15071.
Closes Homebrew/homebrew#15094.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:22:21 -07:00
Bernhard Valenti
a7bd2be314 mariadb 5.5.27
Closes Homebrew/homebrew#14929.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-18 13:36:55 -05:00
Adam Vandenberg
230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Thomas Bouve
81ab28a092 MariaDB 5.3.8
Fixes Homebrew/homebrew#14668.
Closes Homebrew/homebrew#14690.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-04 07:44:38 -07:00
Jack Nagel
407fe8c6af mariadb: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build mariadb and those used to build software that links to it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:23:00 -05:00
Jack Nagel
331282d156 mariadb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:40:11 -05:00
nibbles 2bits
fb7ae74ddc mariadb: update fails_with build
Mariadb fails with clang-4.0.421.  Update the `build` number.

Fixes Homebrew/homebrew#14021

Closes Homebrew/homebrew#14091.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 14:43:43 -07:00
Misty De Meo
596476ad78 Add conflicts_with DSL method
conflicts_with is a thin wrapper around Requirement which simplifies
marking conflicts between formulae.

Closes Homebrew/homebrew#13687.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-30 13:47:12 -03:00
Brett Koonce
058c9fafab mariadb 5.3.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:09:23 -07:00
Jack Nagel
6cb3f4e513 mariadb: fails with clang
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:48:59 -05:00
Anthony Ramine
5df89ffb45 mariadb 5.3.5
This commit upgrades mariadb's formula to 5.3.5 GA, force use of LLVM
and make it correctly depend on brew's readline.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01 07:25:17 -07:00
Adam Vandenberg
c5cb1ff6a0 mariadb: use install_symlink 2012-02-12 20:08:59 -08:00
Matthew Lewinski
83dd656d3b Minor cleanup on plist caveats.
Use basename to refer to plist file when loaded. Make cp lines same
across formulas.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04 08:07:35 -08:00
Jack Nagel
6ce735db99 Add and use plist helper methods
These will be used to unify the label namespaces in embedded plists,
i.e. 'homebrew.mxcl.<formula>'.

plist_path returns the full path to a plist file located at the top
level of the keg; plist_path.basename can be used if just the filename
is needed.

c.f. Homebrew/homebrew#9346.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:50:58 -06:00
Jack Nagel
cce644e300 Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:28:56 -06:00
Jack Nagel
e19053ba9e mariadb 5.2.10
- Add upstream patches to fix some compilation issues
 - Simplify setting CXXFLAGS

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-26 20:58:50 -06:00
Jack Nagel
1dbdce5ba1 Append missing trailing newlines
A few formulae are missing trailing newlines.

Let's be POSIXly correct about trailing newlines, which are part of the
definition of a "line" and hence a "file". Even "diff" has it's own
special handling for files without trailing newlines.

Perhaps an audit check is in order.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12 15:07:54 -05:00
Adam Vandenberg
d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
Terin Stock
a82e5bed4c MariaDB 5.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-25 10:37:24 -07:00
Terin Stock
7bdc54d9d7 MariaDB 5.2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-16 05:48:55 -07:00
Terin Stock
32dac7a5c6 MariaDB 5.2.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-08 11:45:27 -07:00