Commit Graph

42 Commits (37e7fdd898fe4e7676c21aa27db7aa44f27d55cb)

Author SHA1 Message Date
Mike McQuaid 9a177d6c9e mariadb: move var mkpath to install. 2013-10-10 16:46:48 +01:00
Adam Vandenberg 95c08c2849 mariadb: remove broken client-only option
This option is broken upstream.

https://mariadb.atlassian.net/browse/MDEV-439
2013-09-29 10:59:05 -07:00
Misty De Meo 8bc7f26d9a mariadb: still fails with clang
Fixes Homebrew/homebrew#22895.
2013-09-27 20:33:15 -07:00
Jack Nagel 97f2445032 De-duplicate conflicts for mysql and friends 2013-08-29 19:08:21 -05:00
Misty De Meo 654e4077e0 Use Hardware::CPU.universal_archs in formulae 2013-08-15 22:46:57 -07:00
Adam Vandenberg 96d9f46674 mariadb: still fails with clang 425
Closes Homebrew/homebrew#21558.
2013-07-30 22:53:45 -07:00
Adam Vandenberg 44ee0fc103 mariadb 5.5.32 2013-07-29 20:44:03 -07:00
Denis 2112bf7643 MariaDB --devel 10.0.3
Closes Homebrew/homebrew#21032.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-05 20:25:03 -07:00
Jack Nagel 5230cde0e3 mariadb: mysqlaccess.conf doesn't exist 2013-06-30 10:42:16 -05:00
Patrick Li 4e42abb3d2 mariadb: port latest changes from mysql formula
Closes Homebrew/homebrew#20734.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-30 10:11:21 -05:00
Bernhard Valenti 94feb3015d mariadb 5.5.31
Closes Homebrew/homebrew#20531.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-16 08:08:04 -07:00
Adam Vandenberg 4a33e4bd1b mariadb: my.cnf edits apply to --client-only
Closes Homebrew/homebrew#20533.
2013-06-16 08:06:32 -07:00
Adam Vandenberg 81ce5368e7 mariadb: guard post-install for client-only builds
Closes Homebrew/homebrew#20519.
2013-06-15 11:36:02 -07:00
futoase 9537171a71 mariadb --devel 10.0.2
Closes Homebrew/homebrew#20106.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-27 21:42:06 -07:00
Mike McQuaid fb175de87d Remove unnecessary/unused UserName plist keys.
Fixes Homebrew/homebrew#18293.
2013-04-06 16:19:39 +01:00
Bernhard Valenti fd8d18c4a1 mariadb 5.5.30
Closes Homebrew/homebrew#18445.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 18:26:55 -07:00
Bernhard Valenti 297909ac63 mariadb 5.5.29
Closes Homebrew/homebrew#17573.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-04 08:39:10 -08:00
Jack Nagel 40c9b2db19 mysql-related conflicts 2013-01-03 10:25:30 -06:00
Mike McQuaid 7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Adam Vandenberg 9ecc3dfb80 Use std env for universal builds of mariadb, mysql and percona
Closes Homebrew/homebrew#15609.
Closes Homebrew/homebrew#15472.
2012-10-23 15:37:28 -07:00
Bernhard Valenti 3d8bb1dd3c mariadb 5.5.28
Closes Homebrew/homebrew#15604.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-22 10:03:18 -07:00
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