Commit graph

125 commits

Author SHA1 Message Date
Adam Vandenberg
aadcad99aa MySQL: allow compilation with Xcode-only setups
Closes Homebrew/homebrew#20185.
2013-06-08 09:02:17 -07:00
Stephen Lottermoser
44c421b3c7 mysql: listen on 127.0.0.1 by default
It's generally not a good idea to allow remote connections to mysql.
Make it safe by default.

Closes Homebrew/homebrew#20090.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-27 10:12:24 -07:00
Mike McQuaid
fb175de87d Remove unnecessary/unused UserName plist keys.
Fixes Homebrew/homebrew#18293.
2013-04-06 16:19:39 +01:00
Mike McQuaid
aef98d315d mysql: fix creation of var/mysql when pouring. 2013-04-01 22:13:33 +01:00
Adam Vandenberg
1b617bd406 MySQL: point caveats to proper version 2013-04-01 13:01:30 -07:00
Jack Nagel
b1bb8d3895 mysql: fix test 2013-03-26 00:02:40 -05:00
Jérémy Romey
8b0b7db16d mysql: update homepage
Closes Homebrew/homebrew#18134.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-28 08:02:11 -08:00
Mike McQuaid
cd1f6272dc mysql 5.6.10 bottles. 2013-02-18 10:21:02 +00:00
Julien Ammous
a1886a4abe mysql 5.6.10
- Add innodb_memcached support with an option.

Closes Homebrew/homebrew#17816.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-18 09:00:00 +00:00
Mike McQuaid
f816d88b3c mysql: fix typo, developer warning and add test. 2013-01-30 21:51:11 -08:00
Jack Nagel
40c9b2db19 mysql-related conflicts 2013-01-03 10:25:30 -06:00
Mike McQuaid
1fad1e2cdb mysql: 5.5.29 bottles.
Closes Homebrew/homebrew#16798.
2013-01-01 18:22:00 +00:00
Robson Roberto Souza Peixoto
1ebb8121d5 mysql 5.5.29
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-01 17:41:43 +00:00
Mike McQuaid
7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Mike McQuaid
ba80ed3e74 mysql: 5.5.28 and bottles. 2012-11-18 21:13:29 +00:00
Jack Nagel
374e03e5de Revert "mysql 5.5.28"
This reverts commit 09569b7d695fad0bb8a47dba583f2f3855bfd373.

My bad, cherry-picked the wrong commit. Need to wait for bottles to
update this.
2012-11-15 14:30:35 -06:00
Misty De Meo
0c0c1dc430 mysql: temporarily remove bottles
Until someone has the chance to generate new ones.
2012-11-15 14:21:29 -06:00
Jack Nagel
a89a04fbf4 mysql 5.5.28 2012-11-15 13:41:07 -06: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
Adam Vandenberg
163aed076d mysql: stop using skip_clean :all
Closes Homebrew/homebrew#14911.
2012-09-13 07:11:42 -07:00
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Adam Vandenberg
230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Adam Vandenberg
03345142be mysql: normalize option name 2012-09-02 12:34:14 -07:00
Dan Burkert
8cfea71f78 MySQL: add debug option
Closes Homebrew/homebrew#14648.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-02 12:28:11 -07:00
Mike McQuaid
19916d42e1 mysql: 5.5.27 2012-08-23 23:32:31 -07:00
Jack Nagel
dddd14fe59 mysql: 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 mysql and those used to build software that links to it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:22:20 -05:00
Jack Nagel
f6f57b1026 mysql: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:23:01 -05:00
Mike McQuaid
79a40e3166 mysql: add bottles. 2012-08-11 15:57:34 +01:00
Mike McQuaid
41b84a9f7f mysql: remove unnecessary dependencies.
pidof can be replaced with pgrep from proctools on Mountain Lion
and readline uses the system version which, if too old, will use
the bundled version anyway (doesn't on Mountain Lion).

Closes Homebrew/homebrew#13942.
2012-08-08 18:17:11 +01: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
Mike McQuaid
b67246cce4 Add bug URL for MySQL no-CLT bug. 2012-07-24 18:30:24 +01:00
Mike McQuaid
92f3d38f11 Fix MySQL no-CLT compilation. 2012-07-24 14:14:23 +01:00
onewheelskyward
249e7a3283 mysql 5.5.25a
Closes Homebrew/homebrew#13230.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-05 13:37:47 -05:00
Steve King
dc54c1f313 MySQL 5.5.25
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06 20:22:25 -07:00
Steve King
1d2b8b62ce mysql 5.5.24
Closes Homebrew/homebrew#12459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-27 23:20:41 -05:00
Mike McQuaid
dfbdda5060 Fix MySQL build with CMake 2.8.8.
Fixes Homebrew/homebrew#11754.
Fixes Homebrew/homebrew#11762.
2012-04-20 18:47:01 +10:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Jack Nagel
3446fc7e71 mysql: remove no-op patch
Closes Homebrew/homebrew#10842.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-21 14:40:34 -05:00
Jack Nagel
cc638908c8 mysql: prune clang-isms from mysql_config --cflags
Closes Homebrew/homebrew#10549.
cf Homebrew/homebrew#10842.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-15 20:05:00 -05:00
Adam Vandenberg
80186d0478 mysql 5.5.20 2012-03-10 10:20:13 -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
Jaik Dean
7e141937f2 mysql: ARCHIVE and BLACKHOLE engines
Added install flags to the mysql formula to allow the ARCHIVE and BLACKHOLE
storage engines to be compiled in.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-28 20:03:14 -08:00
Marian Theisen
0186f1d16a mysql: fix typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-23 06:39:58 -08:00
Adam Vandenberg
054f04fb22 MySQL: fix patches 2012-01-22 09:29:27 -08:00
Adam Vandenberg
ea5c690daa MySQL 5.5.19 2012-01-21 20:46:52 -08:00
Adam Vandenberg
8274847561 mysql 5.5.15 2011-09-25 09:34:51 -07:00
Adam Vandenberg
d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
Max Howell
6d5730fa2c Don't fails_with_llvm if MacOS.lion?
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-02 12:12:30 +01:00