| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #21629.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
note: regex in previous commit did not strip all invalid flags and stripped out
an additional flag "-Wall." this commit resolves this.
previous commit : https://github.com/vito/homebrew/commit/9dd1c38a73597535356cb2053f52ca7ef253ff79
discussion : https://github.com/mxcl/homebrew/issues/20788#issuecomment-21242725
Closes #21324.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
mysql_config from mysql 5.6.12 includes various -W flags that are not supposed
by OS X's gcc. this just trims them out. hopefully it gets fixed upstream
though.
Closes #20788.
Closes #21011.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Closes #20621.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20185.
|
|
It's generally not a good idea to allow remote connections to mysql.
Make it safe by default.
Closes #20090.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #18293.
|
|
|
|
|
|
|
|
Closes #18134.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
- Add innodb_memcached support with an option.
Closes #17816.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #16798.
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
This reverts commit 09569b7d695fad0bb8a47dba583f2f3855bfd373.
My bad, cherry-picked the wrong commit. Need to wait for bottles to
update this.
|
|
Until someone has the chance to generate new ones.
|
|
|
|
Closes #15609.
Closes #15472.
|
|
Closes #14911.
|
|
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>
|
|
|
|
|
|
Closes #14648.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
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 #13942.
|
|
conflicts_with is a thin wrapper around Requirement which simplifies
marking conflicts between formulae.
Closes #13687.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
|
|
Closes #13230.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #12459.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11754.
Fixes #11762.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #10842.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #10549.
cf #10842.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Use basename to refer to plist file when loaded. Make cp lines same
across formulas.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|